Replay debugger for AI agents (fix failures without rerunning everything)(github.com)
github.com
Replay debugger for AI agents (fix failures without rerunning everything)
https://github.com/whitepaper27/Flight-Recorder
https://github.com/whitepaper27/Flight-Recorder
I recently spent ~6 hours debugging a multi-agent workflow.
Every time I fixed a bug, I had to re-run the entire pipeline — repeating LLM calls, hitting APIs again, and waiting minutes just to test one change.
So I built Flight Recorder.
It records agent execution, shows exactly what failed, and lets you replay from that point — skipping everything that already worked.
Demo (30 sec): https://github.com/whitepaper27/Flight-Recorder/blob/main/de...
Example:
The key idea: Fix one step. Don’t rerun everything.
It’s open source (MIT) and still early — I’d really appreciate feedback from anyone building agent workflows.
GitHub: https://github.com/whitepaper27/Flight-Recorder