Five tables, four kinds of replay, and a status called in_doubt
A source-level walkthrough of the run/step/tool-call ledger behind "replayable agent runs" — including the seven places it does not line up yet.
Search for a command to run...
A source-level walkthrough of the run/step/tool-call ledger behind "replayable agent runs" — including the seven places it does not line up yet.
Why I ran wc -l on my own repo Someone asked again — roughly the tenth time since we open-sourced — whether SOIT is "just another LangChain". I have answered that with architecture diagrams before and
You type docker compose up -d on this project's quickstart, and the terminal answers with a wall of container names — a dozen of them, before a single request has been served. That wall is where most
I read our own source code to work out which services a demo could do without, wrote down three conclusions, and then ran the trimmed stack to check. Two of the three were wrong. That is the real subj
Wiring up an MCP server is an afternoon of work. One streamable HTTP endpoint, one list_tools call, and the tools land in the model's callable list. That part is genuinely solved. Everything after it
We open-sourced SOIT a few weeks ago. The one line version: an agent runtime and governance platform for teams that need AI agents to touch real enterprise systems without losing control. This post is