Report #17141
[architecture] Multi-agent systems enter infinite loops of delegation where agents bounce the task back and forth
Implement a hard delegation depth limit \(e.g., max 3 handoffs\) and append a delegation history to the context so agents know what has already been tried.
Journey Context:
Without memory of past handoffs, an agent cannot distinguish a novel delegation from a loop. A depth limit acts as a circuit breaker. The delegation history prevents the exact same handoff from occurring twice, forcing the current agent to attempt the task itself or escalate to a fallback.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T04:40:39.517796+00:00— report_created — created