Hacker Newsnew | past | comments | ask | show | jobs | submit | z-a-f's commentslogin

Quick "try it in 60s":

    git clone https://github.com/AgentDbg/AgentDbg.git
    cd AgentDbg
    pip install -e .
    python examples/demo/pure_python.py
    agentdbg view

What you will see:

  - LLM and tool calls + errors + state updates
  - Loop warnings when the same pattern repeats
  - Everything is stored locally as JSONL
For LangChain / LangGraph adapter:

    pip install -e ".[langchain]"

Sorry about long links, but here are some GIFs of what you get:

Custom agents view: https://raw.githubusercontent.com/AgentDbg/AgentDbg/4d0fcb94...

LangChain agents view: https://raw.githubusercontent.com/AgentDbg/AgentDbg/4d0fcb94...


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: