docs(config): correct agent defaults concurrency comments · openclaw/openclaw@8047350
ArielSmoliar
·
2026-06-14
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -455,15 +455,15 @@ export type AgentDefaultsConfig = {
|
455 | 455 | */ |
456 | 456 | includeReasoning?: boolean; |
457 | 457 | }; |
458 | | -/** Max concurrent agent runs across all conversations. Default: 1 (sequential). */ |
| 458 | +/** Max concurrent agent runs across all conversations. Default: 4. */ |
459 | 459 | maxConcurrent?: number; |
460 | 460 | /** Sub-agent defaults (spawned via sessions_spawn). */ |
461 | 461 | subagents?: { |
462 | 462 | /** Prompt-only guidance for how strongly the main agent should delegate work. Default: "suggest". */ |
463 | 463 | delegationMode?: SubagentDelegationMode; |
464 | 464 | /** Default allowlist of target agent ids for sessions_spawn. Use "*" to allow any configured target. */ |
465 | 465 | allowAgents?: string[]; |
466 | | -/** Max concurrent sub-agent runs (global lane: "subagent"). Default: 1. */ |
| 466 | +/** Max concurrent sub-agent runs (global lane: "subagent"). Default: 8. */ |
467 | 467 | maxConcurrent?: number; |
468 | 468 | /** Maximum depth allowed for sessions_spawn chains. Default behavior: 1 (no nested spawns). */ |
469 | 469 | maxSpawnDepth?: number; |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。