# WeDB

- **Event:** [Built with Opus 4.6: a Claude Code hackathon](https://cerebralvalley.ai/e/claude-code-hackathon)
- **When:** Feb 10 at 12:00 PM – Feb 17 at 10:00 AM (EST)
- **Where:** Location TBA
- **Team:** [Derrick Kondo](https://cerebralvalley.ai/u/derrick)
- **GitHub:** https://github.com/dkondo/agent-tackle-box/blob/main/projects/agent-debugger
- **Demo video:** https://youtu.be/hdUiGy1kQuo
- **Gallery:** https://cerebralvalley.ai/e/claude-code-hackathon/hackathon/gallery
- **Page:** https://cerebralvalley.ai/e/claude-code-hackathon/hackathon/gallery/100

Agent Debugger (adb) is a terminal UI debugger that combines application-level agent inspection (state, memory, tool calls, messages) with Python-level debugging (breakpoints, stepping, variable inspection).

A combined debugger makes interactively "zooming in / zooming out" seamless.

Also, adb enables generative debugging by providing interfaces and hooks for custom rendering of state, store, and chat output, and custom specification of inputs and state mutation.

The debugger is agent agnostic, and the engineering design is based on a agent streaming and extends Python’s standard-library debugger class (Bdb) .

The tool is released on pypi as agent-debugger.

More info here:
https://github.com/dkondo/agent-tackle-box/blob/main/projects/agent-debugger/README.md
https://github.com/dkondo/agent-tackle-box/blob/main/projects/agent-debugger/docs/Design.md

---

Markdown version of https://cerebralvalley.ai/e/claude-code-hackathon/hackathon/gallery/100. Site index for agents: https://cerebralvalley.ai/llms.txt · full text: https://cerebralvalley.ai/llms-full.txt
