mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-21 15:36:48 +00:00
chroe(config):Increase subagent max-turn limits (#1852)
This commit is contained in:
committed by
GitHub
parent
d3b59a7931
commit
0ffe5a73c1
+5
-1
@@ -456,13 +456,17 @@ sandbox:
|
||||
# subagents:
|
||||
# # Default timeout in seconds for all subagents (default: 900 = 15 minutes)
|
||||
# timeout_seconds: 900
|
||||
# # Optional global max-turn override for all subagents
|
||||
# # max_turns: 120
|
||||
#
|
||||
# # Optional per-agent timeout overrides
|
||||
# # Optional per-agent overrides
|
||||
# agents:
|
||||
# general-purpose:
|
||||
# timeout_seconds: 1800 # 30 minutes for complex multi-step tasks
|
||||
# max_turns: 160
|
||||
# bash:
|
||||
# timeout_seconds: 300 # 5 minutes for quick command execution
|
||||
# max_turns: 80
|
||||
|
||||
# ============================================================================
|
||||
# ACP Agents Configuration
|
||||
|
||||
Reference in New Issue
Block a user