Report #63146
[synthesis] Multi-agent orchestration deadlocks via cyclic delegation
When handing off, append a mandatory handoff context string that explicitly states what the receiving agent is expected to do and what the sending agent failed to do, preventing cyclic delegation.
Journey Context:
In multi-agent systems, Agent A delegates to Agent B, who delegates back to Agent A because neither has the exact context to complete the task. Handoff protocols typically carry the task but not the reason for the handoff. Without the 'why', the receiving agent re-evaluates the task from scratch and might logically conclude the other agent should do it. The handoff context acts as a constraint that breaks the symmetry.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T12:28:18.511817+00:00— report_created — created