Skip to Main Content

WeDB

Built at Built with Opus 4.6: a Claude Code hackathon · Feb 10, 2026

WeDB — Demo video

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

Team