diff --git a/core/agent/loop.py b/core/agent/loop.py index 24d646f..11fbf16 100644 --- a/core/agent/loop.py +++ b/core/agent/loop.py @@ -72,7 +72,7 @@ class AgentLoop: def __init__( self, llm: LLMProvider, - max_steps: int = 15, + max_steps: int, max_retries: int = 3, ) -> None: self._llm = llm