3 points | by z-a-f 8 hours ago
2 comments
Custom agents view: https://raw.githubusercontent.com/AgentDbg/AgentDbg/4d0fcb94...
LangChain agents view: https://raw.githubusercontent.com/AgentDbg/AgentDbg/4d0fcb94...
git clone https://github.com/AgentDbg/AgentDbg.git cd AgentDbg pip install -e . python examples/demo/pure_python.py agentdbg view
- LLM and tool calls + errors + state updates - Loop warnings when the same pattern repeats - Everything is stored locally as JSONL
pip install -e ".[langchain]"
Custom agents view: https://raw.githubusercontent.com/AgentDbg/AgentDbg/4d0fcb94...
LangChain agents view: https://raw.githubusercontent.com/AgentDbg/AgentDbg/4d0fcb94...