VIGIL: A Reflective Runtime for Self-Healing Agents
Christopher Cruz

TL;DR
VIGIL introduces a reflective runtime system for self-healing agents that monitors, diagnoses, and repairs agent behavior autonomously, enhancing reliability and robustness in agentic LLM frameworks.
Contribution
The paper presents VIGIL, a novel runtime that enables self-diagnosis and autonomous repair of agentic LLMs through structured logs, emotional appraisal, and guarded prompt/code updates.
Findings
VIGIL successfully identified and repaired latency issues in a case study.
The system produced explicit error reports when internal diagnostics failed.
VIGIL demonstrated effective self-repair capabilities in a deployed environment.
Abstract
Agentic LLM frameworks promise autonomous behavior via task decomposition, tool use, and iterative planning, but most deployed systems remain brittle. They lack runtime introspection, cannot diagnose their own failure modes, and do not improve over time without human intervention. In practice, many agent stacks degrade into decorated chains of LLM calls with no structural mechanisms for reliability. We present VIGIL (Verifiable Inspection and Guarded Iterative Learning), a reflective runtime that supervises a sibling agent and performs autonomous maintenance rather than task execution. VIGIL ingests behavioral logs, appraises each event into a structured emotional representation, maintains a persistent EmoBank with decay and contextual policies, and derives an RBT diagnosis that sorts recent behavior into strengths, opportunities, and failures. From this analysis, VIGIL generates both…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAI-based Problem Solving and Planning · Advanced Software Engineering Methodologies · Multi-Agent Systems and Negotiation
