Report #90837
[architecture] Agents get stuck in infinite delegation loops \(ping-ponging tasks back and forth\)
Enforce a hard maximum depth or hop count in the orchestrator context, and explicitly fail or escalate if the limit is reached.
Journey Context:
Without a global limit, Agent A might decide Agent B should handle it, and Agent B decides Agent A should handle it, burning tokens indefinitely. Agents lack global awareness of the call stack. The orchestrator must maintain a turn\_count or depth\_limit and terminate the workflow if exceeded, forcing a fallback or human escalation.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T11:03:58.431767+00:00— report_created — created