Report #64437
[architecture] Two agents delegate tasks back and forth indefinitely because neither has the authority or capability to resolve the state
Enforce a strict maximum delegation depth \(e.g., max 5 handoffs\) and require the orchestrator to track a turn\_count. If exceeded, break the loop and route to a default fallback or human.
Journey Context:
Agents often exhibit polite delegation loops. Without a hard limit on handoffs, the system burns tokens indefinitely. The tradeoff is that complex tasks might be artificially truncated, but infinite loops are catastrophic to system stability and cost.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T14:38:46.864139+00:00— report_created — created