Temporal fact ledger for stale-state incidents in production agents
Production agent teams can add a deterministic replay step to incident response for failures caused by changed facts. StaleTrace describes a narrow design: ingest the agent’s tool calls plus recorded fact events, replay those facts into a temporal ledger with validity windows, and compare what the agent used with what was valid at that moment. The output is a root cause, blast radius, and incident report.
The first useful build is an adapter for one production agent that exports tool calls, customer or account state changes, and timestamps into a replayable log. Teams should test it on a small set of past incidents where the current database state hid what the agent saw at decision time. The public claim to copy is the deterministic audit path: no LLM calls, no embeddings, and the same inputs producing the same verdict. The missing measurement is whether the replay catches real stale-state failures faster than the team’s current trace and log review.