Report #97897
[architecture] Agents deadlock in round-robin group chat when each waits for the other to act
Use a centralized GroupChatManager/orchestrator with explicit termination conditions and a next-speaker selection policy instead of unconstrained peer-to-peer turn-taking.
Journey Context:
AutoGen demonstrated that multi-agent conversation without a coordinator can talk in circles or wait forever for a termination signal. A dedicated manager selects the next speaker based on role and conversation state, breaking livelock. The tradeoff is a single bottleneck and more complex policy design; pure peer-to-peer is simpler only when every agent can independently detect completion.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-26T04:53:13.234144+00:00— report_created — created