Skip to content

Commit 63e2221

Browse files
updated the cooments
1 parent 7dd07b0 commit 63e2221

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/backend/v4/orchestration/orchestration_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ async def init_orchestration(
210210
manager=manager,
211211
checkpoint_storage=storage,
212212
max_round_count=orchestration_config.max_rounds,
213-
max_stall_count=3, # CRITICAL: Prevent re-calling agents when stalled (default is 3!)
213+
max_stall_count=3, # Allow up to 3 stalled rounds before stopping; set to 0 to strictly prevent re-calling stalled agents.
214214
intermediate_outputs=True, # Required: yield agent streaming output events, not just orchestrator output
215215
)
216216

0 commit comments

Comments
 (0)