Report #1398
[architecture] Infinite handoff loops where agents bounce a task back and forth due to missing context
Require the delegating agent to pass a complete, self-contained context packet during handoff, and implement a global max-handoff counter as a circuit breaker.
Journey Context:
A common failure mode is the 'ping-pong' effect where Agent A delegates to B, but B lacks the context to proceed and delegates back. This happens because handoffs are treated as simple redirects rather than structured task assignments. A handoff must be treated like a function call requiring all necessary arguments. The max-handoff counter prevents infinite loops and runaway token costs when context transfer inevitably fails.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-14T21:30:16.587219+00:00— report_created — created