Flow is as simple as:
1. Run an agent
2. `agentdbg view`
3. Inspect the timeline, loop warnings, errors, etc.
v0.1 includes `@trace` and `traced_run`, recorders, loop detection, best-effort redaction (by default), local UI, export. I also started working on integrations: there is an optional LangChain/LangGraph callback.* Repo: https://github.com/AgentDbg/AgentDbg
* Demo: `python examples/demo/pure_python` and then `agentdbg view`
Would love feedback on:
1. Trace format
2. Integrations to prioritize in the next several days
3. What you would want for deterministic replay
z-a-f•2h ago
Custom agents view: https://raw.githubusercontent.com/AgentDbg/AgentDbg/4d0fcb94...
LangChain agents view: https://raw.githubusercontent.com/AgentDbg/AgentDbg/4d0fcb94...