mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
fix(delegate_tool): update max_iterations in documentation and example config to reflect default value of 50
This commit is contained in:
parent
3a840a130c
commit
6bf3aad62e
2 changed files with 2 additions and 2 deletions
|
|
@ -1036,7 +1036,7 @@ delegate_task(tasks=[
|
||||||
Configure via `~/.hermes/config.yaml`:
|
Configure via `~/.hermes/config.yaml`:
|
||||||
```yaml
|
```yaml
|
||||||
delegation:
|
delegation:
|
||||||
max_iterations: 25 # Max turns per child (default: 25)
|
max_iterations: 50 # Max turns per child (default: 50)
|
||||||
default_toolsets: ["terminal", "file", "web"] # Default toolsets
|
default_toolsets: ["terminal", "file", "web"] # Default toolsets
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -490,7 +490,7 @@ code_execution:
|
||||||
# The delegate_task tool spawns child agents with isolated context.
|
# The delegate_task tool spawns child agents with isolated context.
|
||||||
# Supports single tasks and batch mode (up to 3 parallel).
|
# Supports single tasks and batch mode (up to 3 parallel).
|
||||||
delegation:
|
delegation:
|
||||||
max_iterations: 50 # Max tool-calling turns per child (default: 25)
|
max_iterations: 50 # Max tool-calling turns per child (default: 50)
|
||||||
default_toolsets: ["terminal", "file", "web"] # Default toolsets for subagents
|
default_toolsets: ["terminal", "file", "web"] # Default toolsets for subagents
|
||||||
|
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue