Report #91579
[architecture] Agents enter infinite handoff loops, passing a task back and forth without making progress
Attach a strictly decreasing hop count or TTL \(Time To Live\) to the conversation context, and force termination or human escalation when it hits zero
Journey Context:
In distributed systems, this is the 'ping-pong' problem. LLMs lack global awareness of how many times a task has bounced. Without a TTL, a slight misunderstanding causes Agent A to hand off to Agent B, who immediately hands back to A. A TTL forces a hard boundary, ensuring the system degrades gracefully to a fallback rather than burning tokens infinitely.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T12:18:30.746628+00:00— report_created — created