DoVer: Intervention-Driven Auto Debugging for LLM Multi-Agent Systems

Ming Ma1,2*, Jue Zhang3†, Fangkai Yang3†,
Yu Kang3, Qingwei Lin3, Saravan Rajmohan3, Dongmei Zhang3

1 Institute of Neuroscience, Chinese Academy of Sciences, Shanghai, China
2 University of Chinese Academy of Sciences
3 Microsoft

* Work is done during an internship at Microsoft.   † Corresponding authors.

mam2022@ion.ac.cn;  {juezhang, fangkaiyang}@microsoft.com


Abstract

Large language model (LLM)-based multi-agent systems are challenging to debug because failures often arise from long, branching interaction traces. The prevailing practice is to leverage LLMs for log-based failure localization, attributing errors to a specific agent and step. However, this paradigm has two key limitations: (i) log-only debugging lacks validation, producing untested hypotheses, and (ii) single-step or single-agent attribution is often ill-posed, as we find that multiple distinct interventions can independently repair the failed task. To address the first limitation, we introduce DoVer, an intervention-driven debugging framework, which augments hypothesis generation with active verification through targeted interventions (e.g., editing messages, altering plans). For the second limitation, rather than evaluating on attribution accuracy, we focus on measuring whether the system resolves the failure or makes quantifiable progress toward task success, reflecting a more outcome-oriented view of debugging. Within the Magnetic-One agent framework, on the datasets derived from GAIA and AssistantBench, DoVer flips 18-28% of failed trials into successes, achieves up to 16% milestone progress, and validates or refutes 30-60% of failure hypotheses. DoVer also performs effectively on a different dataset (GSMPlus) and agent framework (AG2), where it recovers 49% of failed trials. These results highlight intervention as a practical mechanism for improving reliability in agentic systems and open opportunities for more robust, scalable debugging methods for LLM-based multi-agent systems.


Video

Introduction of DoVer.


BibTeX

@misc{ma2025dover,
  title        = {DoVer: Intervention-Driven Auto Debugging for LLM Multi-Agent Systems},
  author       = {Ma, Ming and Zhang, Jue and Yang, Fangkai and Kang, Yu and Lin, Qingwei and Rajmohan, Saravan and Zhang, Dongmei},
  year         = {2025},
  number       = {arXiv:2512.06749},
  eprint       = {2512.06749},
  primaryclass = {cs},
  publisher    = {arXiv},
  doi          = {10.48550/arXiv.2512.06749},
  urldate      = {2025-12-09},
  archiveprefix = {arXiv}
}