Report #81382
[architecture] Infinite handoff loops between agents
Enforce a hard limit on the total number of agent handoffs per workflow and implement a monotonically decreasing task budget.
Journey Context:
LLMs lack global state awareness and will repeatedly delegate tasks back and forth if the task is ambiguous or fails. Without a circuit breaker, the system burns tokens indefinitely. A strict step limit forces termination or escalation to a human, preventing runaway loops.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T19:12:00.238728+00:00— report_created — created