Self-Healing Agentic Orchestrators for Reliable Tool-Augmented Large Language Model Systems

📅 2026-05-31
📈 Citations: 0
Influential: 0
📄 PDF

career value

182K/year
🤖 AI Summary
This work addresses the reliability degradation and silent failures commonly observed in tool-augmented large language models, which often stem from orchestration-layer issues such as tool timeouts, incorrect parameters, or stale context. The authors formulate reliability as a bounded runtime control problem and introduce the first self-healing orchestration framework that integrates fault classification, budget-constrained action selection, and verification-guided recovery. By leveraging runtime observability to detect failure signals, classify fault types, and execute targeted recovery strategies within resource budgets, the system achieves a 98.8% single-attempt recovery success rate on a 100-task benchmark—outperforming naive retry and full replanning by 8.7 and 5.8 percentage points, respectively. Notably, the approach entirely eliminates semantic silent failures, substantially enhancing both system reliability and diagnosability.
📝 Abstract
Tool-augmented large language model (LLM) agents rely on orchestration layers that coordinate planning, retrieval, tool invocation, validation, memory, and recovery. In these systems, failures arise not only from model errors, but also from orchestration-level issues such as tool timeouts, malformed arguments, stale context, contradictory evidence, retry loops, and unverified intermediate outputs. This paper presents a self-healing agentic orchestrator that treats reliability as a bounded runtime control problem. The orchestrator maps observable failure signals to inferred failure classes, selects targeted recovery actions under explicit budgets, verifies recovered trajectories, and records observability traces. We evaluate the approach on a 100-task controlled fault-injection benchmark against static workflow, retry-only, ReAct-style, and full-replanning baselines. Self-healing achieves 98.8\% task success, compared with 94.5\% for retry-only and 93.8\% for full replanning. A matched recovery-budget sweep shows that self-healing outperforms retry-only and full replanning at every tested budget, with the largest gap under a single recovery attempt: 94.0\% versus 85.3\% and 88.2\%, respectively. Under a controlled semantic silent-failure setting, verifier-guided self-healing reduces silent failures to 0.0\%, while non-verifying baselines return wrong-but-plausible outputs more often. A compact model-in-the-loop validation shows that the same recovery mechanism can operate when a live tool-calling model performs tool selection, argument generation, and answer synthesis over local fault-injected tools. These results provide controlled evidence that failure-aware, budgeted, and verification-guided orchestration improves reliability and diagnosability in tool-augmented LLM systems.
Problem

Research questions and friction points this paper is trying to address.

tool-augmented LLM
orchestration failures
self-healing
reliability
silent failures
Innovation

Methods, ideas, or system contributions that make the work stand out.

self-healing
agentic orchestrator
tool-augmented LLM
failure recovery
verification-guided
🔎 Similar Papers
No similar papers found.