MEGA Hub

TRAJDEBUG: Tracing Error Lifecycle to Identify Critical Failures in Long-Horizon Agent Trajectories

Authors

Do you know Yunjia Qi?You can claim authorship or link another user.Do you know Zehua Yin?You can claim authorship or link another user.Do you know Xintong Shi?You can claim authorship or link another user.Do you know Hao Peng?You can claim authorship or link another user.Do you know Songyuanyi Lu?You can claim authorship or link another user.Do you know Yixian Liu?You can claim authorship or link another user.Do you know Richeng Xuan?You can claim authorship or link another user.Do you know Yuhong Liu?You can claim authorship or link another user.Do you know Zhichao Hu?You can claim authorship or link another user.Do you know Xiaozhi Wang?You can claim authorship or link another user.Do you know Lei Hou?You can claim authorship or link another user.Do you know Bin Xu?You can claim authorship or link another user.Do you know Juanzi Li?You can claim authorship or link another user.

Abstract

LLM-based agentic systems have shown remarkable capabilities in complex domains, while suffering from cascading errors and difficulty in debugging. Critical error detection aims to locate the earliest error step in a failed trajectory that is responsible for the final failure. However, progress faces two main challenges. First, long trajectories make it difficult to identify individual errors, since the evidence for judging a step may be scattered across distant instructions, observations, and prior context. Second, failed trajectories often contain multiple local errors with different downstream effects, only some of which remain responsible for the final failure. In this work, we propose TrajDebug, an error-lifecycle tracing framework that addresses long-trajectory error discovery with multi-granularity history compression and evidence-based error identification, and supports critical attribution by tracing each error's resolution status and terminal impact. We further construct TrajErrBench, a benchmark of 486 manually annotated failed trajectories from Tau2Bench and SWE-Bench Pro, covering realistic tool-use and coding scenarios. Experiments across diverse agent benchmarks show that TrajDebug achieves the best overall performance over existing baselines, and application studies further demonstrate that its diagnoses provide actionable feedback for improving downstream agent success. We will release the codes and data to facilitate further research.

Community

00