mirror of
https://github.com/usestrix/strix.git
synced 2026-08-20 18:38:57 +02:00
feat: Increase agents max_iterations to 300
This commit is contained in:
@@ -58,7 +58,7 @@ async def run_cli(args: Any) -> None: # noqa: PLR0915
|
||||
llm_config = LLMConfig()
|
||||
agent_config = {
|
||||
"llm_config": llm_config,
|
||||
"max_iterations": 200,
|
||||
"max_iterations": 300,
|
||||
"non_interactive": True,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user