mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
fix(cli): increase max iterations for child agents and extend API call timeout for improved reliability
This commit is contained in:
parent
20177660bb
commit
de0829cec3
2 changed files with 5 additions and 4 deletions
2
cli.py
2
cli.py
|
|
@ -201,7 +201,7 @@ def load_cli_config() -> Dict[str, Any]:
|
|||
"max_tool_calls": 50, # Max RPC tool calls per execution
|
||||
},
|
||||
"delegation": {
|
||||
"max_iterations": 25, # Max tool-calling turns per child agent
|
||||
"max_iterations": 45, # Max tool-calling turns per child agent
|
||||
"default_toolsets": ["terminal", "file", "web"], # Default toolsets for subagents
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue