AgentDebugX: An Open-Source Toolkit for Failure Observability, Attribution, and Recovery in LLM Agents
Summary
AgentDebugX is an open-source debugging framework for LLM agents that organizes failure debugging as a closed loop of detect, attribute, recover, and rerun, with a core component DeepDebug achieving strong attribution accuracy and repair capability on benchmarks.
View Cached Full Text
Cached at: 07/22/26, 06:41 AM
Paper page - AgentDebugX: An Open-Source Toolkit for Failure Observability, Attribution, and Recovery in LLM Agents
Source: https://huggingface.co/papers/2607.18754 Authors:
,
,
,
,
,
,
,
,
,
,
Abstract
LLMagentfailuresaredifficulttodebugbecausethestepwhereanerrorsurfacesisoftennottheonethatcausedit.Existingobservabilitytoolsreplayexecutiontracesbutprovidelittlesupportforidentifyingtherootcauseortranslatingdiagnosisintorecovery.WepresentAgentDebugX,anopen-sourcedebuggingframeworkthatorganizesdebuggingasaclosedloopofDetect,Attribute,Recover,andRerun.Atitscore,DeepDebugperformsmulti-turnroot-causediagnosisthroughglobaltrajectoryunderstanding,structure-guidedinvestigation,andcross-examination.OntheWhoandWhenbenchmark,DeepDebugachievesthebeststrictattributionaccuracyamongtheevaluatedmethodsonbothtestedopen-weightbackbones,reaching28.8percentexactagent-and-stepaccuracyonqwen3.5-9bversus21.7percentforthestrongestsingle-passbaseline.OnGAIA,DeepDebugrepairs13of73failedtasksinasinglererun,comparedwith4to6forthreedecoupledself-correctionbaselines,improvingoverallaccuracyfrom55.8percentto63.6percent.AgentDebugXexposesthisworkflowthroughaPythonlibrary,CLI,webconsole,andinstallableagenticskill,andprovidesanopt-inErrorHubforsharingscrubbedfailure-diagnosis-repairbundlesandreusingthemasdebuggingmemory.
View arXiv pageView PDFProject pageGitHub5Add to collection
Get this paper in your agent:
hf papers read 2607\.18754
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2607.18754 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2607.18754 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2607.18754 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
Agent failure clusters changed how I think about debugging
A developer shares how visualizing failure clusters across many agent runs changed their debugging approach, emphasizing the need for a feedback loop so agents learn from past mistakes rather than treating failures as isolated bugs. The post highlights manual workarounds and a platform called BentoLabs that implements closed-loop improvement.
AgentX - AI Agent evaluation framework
AgentX is an AI agent evaluation framework that helps pinpoint issues and fix them with one click.
@omarsar0: NEW paper from Microsoft and colleagues. Debugging agent trajectories at scale is challenging. This is a clever approac…
This paper introduces OAT, a lightweight failure attribution tool for LLM-based agentic systems that trains only on successful trajectories and uses neural controlled differential equations to detect error steps, outperforming expensive baselines by orders of magnitude in speed and accuracy.
@zxlzr: Introducing MemTrace: Making LLM Memory Systems Finally Debuggable Memory is becoming a core component of AI agents. Bu…
MemTrace is a new tool that makes LLM memory systems debuggable by tracing memory operations across multiple turns, addressing the black-box nature of current memory-augmented agents.
AgentForesight: Online Auditing for Early Failure Prediction in Multi-Agent Systems
This paper introduces AgentForesight, a framework for online auditing and early failure prediction in LLM-based multi-agent systems. It presents a new dataset, AFTraj-22K, and a specialized model, AgentForesight-7B, which outperforms leading proprietary models in detecting decisive errors during trajectory execution.