fix(cli-config): keep delegation overrides commented in example

This commit is contained in:
Teknium
2026-04-24 17:54:17 -07:00
committed by Teknium
parent 0ed37c0ca4
commit 0a59994030
2 changed files with 3 additions and 2 deletions

View File

@@ -790,9 +790,9 @@ code_execution:
# Supports single tasks and batch mode (default 3 parallel, configurable).
delegation:
max_iterations: 50 # Max tool-calling turns per child (default: 50)
max_concurrent_children: 3 # Max parallel child agents per batch (default: 3, floor: 1, no ceiling).
# max_concurrent_children: 3 # Max parallel child agents per batch (default: 3, floor: 1, no ceiling).
# WARNING: values above 10 multiply API cost linearly.
max_spawn_depth: 1 # Delegation tree depth cap (range: 1-3, default: 1 = flat).
# max_spawn_depth: 1 # Delegation tree depth cap (range: 1-3, default: 1 = flat).
# Raise to 2 to allow workers to spawn their own subagents.
# Requires role="orchestrator" on intermediate agents.
# orchestrator_enabled: true # Kill switch for role="orchestrator" children (default: true).