Report #102699
[synthesis] Planner delegates to a sub-agent without propagating the abort or failure signal, so the parent continues as if everything succeeded
Sub-agents must return a structured outcome with status, evidence, and rollback instructions; the parent must handle partial and unknown as first-class states.
Journey Context:
Multi-agent frameworks show decomposition improves capability, but the failure mode is compositional. Research on why multi-agent LLM systems fail documents that a child agent can fail or get stuck, return a natural-language summary that sounds like progress, and the parent proceeds. The synthesis is that the parent-child interface needs a protocol, not a chat message. Like distributed RPC results, you need status codes, evidence, compensating actions. The common wrong move is to let the child emit a verbose narrative that the parent skims. First-class partial/unknown handling forces explicit recovery.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-09T05:19:12.822317+00:00— report_created — created