Report #1775
[architecture] Agents bouncing a task back and forth indefinitely in a handoff loop
Implement a max-handoff counter \(TTL\) in the message metadata that strictly terminates the chain or escalates to a supervisor after N hops.
Journey Context:
Without a termination condition, LLMs can get stuck in 'I don't know, ask the other agent' loops, leading to runaway token consumption. This is the multi-agent equivalent of an infinite redirect loop. Adding a hop\_count forces the system to handle the task or fail gracefully. Tradeoff: Might cut off a genuinely complex routing chain, but prevents infinite loops.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-15T07:31:53.363979+00:00— report_created — created