runtime error
Exit code: 1. Reason: tool.py: 0%| | 0.00/635 [00:00<?, ?B/s][A tool.py: 100%|██████████| 635/635 [00:00<00:00, 1.53MB/s] Traceback (most recent call last): File "/app/app.py", line 83, in <module> agent = CodeAgent( model=model, ...<7 lines>... prompt_templates=prompt_templates ) File "/usr/local/lib/python3.13/site-packages/smolagents/agents.py", line 1163, in __init__ super().__init__( ~~~~~~~~~~~~~~~~^ tools=tools, ^^^^^^^^^^^^ ...<4 lines>... **kwargs, ^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/smolagents/agents.py", line 218, in __init__ self.name = self._validate_name(name) ~~~~~~~~~~~~~~~~~~~^^^^^^ File "/usr/local/lib/python3.13/site-packages/smolagents/agents.py", line 238, in _validate_name raise ValueError(f"Agent name '{name}' must be a valid Python identifier and not a reserved keyword.") ValueError: Agent name 'Language Finder Agent' must be a valid Python identifier and not a reserved keyword.
Container logs:
Fetching error logs...