Tool-call debugging
How to Debug AI Agent Tool Calls
Inspect tool arguments and results, reproduce the failure, test one controlled change, and verify the real fix.
Read the guidePractical debugging
Learn how to move from a failed run to inspectable evidence, a controlled experiment, a verified production change, and a regression that protects the fix.
Tool-call debugging
Inspect tool arguments and results, reproduce the failure, test one controlled change, and verify the real fix.
Read the guideReplay and tracing
Understand what tracing records, what replay can prove, and how to keep diagnostic evidence separate from the production fix.
Read the guide01 · Capture
Record agent, tool, MCP, and model boundaries in the existing Python runtime, with complete payloads stored locally.
02 · Investigate
Hold the baseline still, change one captured boundary, and distinguish recorded, edited, and live evidence.
03 · Verify
Run the original scenario with exploratory controls removed, evaluate the approved outcome, and save the passing case as a regression.
Open instrumentation
Install the alpha SDK with pip install debrix. Cursor, Claude Code, and Codex can then inspect the local debugging evidence and guide the workflow over MCP. Debrix does not require a custom agent runtime.
Join the waitlist for controlled early access to the complete local Failure → Fix loop.