feat: Increase agents max_iterations to 300

This commit is contained in:
Ahmed Allam
2025-10-30 14:14:01 +03:00
committed by Ahmed Allam
parent f2b4eccc5b
commit 71c232b577
6 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ from strix.llm.config import LLMConfig
class StrixAgent(BaseAgent):
max_iterations = 200
max_iterations = 300
def __init__(self, config: dict[str, Any]):
default_modules = []