Report #54353
[architecture] Two agents bounce a task back and forth indefinitely without making progress
Enforce a maximum depth/hop limit on the agent graph and a strict DAG \(Directed Acyclic Graph\) topology for agent delegation. If the hop limit is reached, fail or escalate to HITL.
Journey Context:
In autonomous multi-agent setups, an agent might determine it needs help and delegate to another, which then delegates back. Without a topological constraint, this creates infinite loops. People try to prompt 'don't loop', which fails. Programmatic DAG enforcement and hop limits are the only reliable circuit breakers.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T21:43:45.920613+00:00— report_created — created