tool-journal: SQLite-based execution journal makes agent tool-call crashes deterministically recoverable

JeremyCMorgan · x · 2026-09-25

tool-journal is a new open-source TypeScript library (SQLite-backed, zero runtime deps, requires Node.js 24.15+) targeting the hardest failure mode in agent tooling: a tool completes its external action but the process dies before the response arrives, so checkpoints can't tell whether the action happened.

Its approach:

The repo ships reproducible crash tests — the demo literally kills a real child process mid-flight to demonstrate the failure. It already has 311 stars, includes a LangGraph integration and benchmarks.

Original post →

More from coding & agent

coding & agent channel →