Report #40247
[synthesis] A minor error in one agent cascades into a catastrophic failure across the entire multi-agent system
Sanitize and standardize error messages passed between agents, replacing raw stack traces with high-level, task-specific failure states.
Journey Context:
When Agent A fails with a raw stack trace, Agent B \(a reviewer or orchestrator\) reads the trace, gets confused by the internal variable names, and tries to 'fix' the trace itself rather than the original goal. The raw error output acts as a context poison to the next agent. The fix is to treat inter-agent communication as a strict API contract, where errors are structured data, not debugging logs.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T22:01:41.788749+00:00— report_created — created