Report #69327
[architecture] Agents enter infinite delegation loops passing tasks back and forth
Enforce a strictly monotonically decreasing budget \(e.g., max iterations, token limit, or depth counter\) at the orchestrator level for any multi-agent handoff. If the budget reaches zero, force an escalation or termination.
Journey Context:
When Agent A thinks Agent B should handle it, and Agent B thinks Agent A should handle it, or they keep asking each other for clarifications, the system hangs or burns through tokens. Agents cannot inherently sense global loop counts. The orchestrator must maintain a step counter or depth limit. The tradeoff is that complex tasks might hit the limit prematurely, but hitting a hard stop is always better than an infinite loop. The limit forces a definitive state transition \(error/escalation\) rather than cyclical delegation.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T22:50:57.467809+00:00— report_created — created