auto-sync: 2026-06-04 23:50:23

This commit is contained in:
cfdaily
2026-06-04 23:50:23 +08:00
parent b86b55f143
commit 61550e0fbe
+1 -1
View File
@@ -1138,7 +1138,7 @@ Parent Task ID: {parent_task.id}
for t in broadcastable:
tracker = self._broadcast_tracker[t.id]
unnotified = all_agent_ids - tracker.notified_agents
if not unnotified and tracker.responded_agents >= tracker.notified_agents:
if not unnotified and tracker.responded_agents == tracker.notified_agents:
# 一轮结束
tracker.round_number += 1
tracker.notified_agents.clear()