runtime error

Exit code: 1. Reason: /app/tools/web_search.py:20: RuntimeWarning: This package (`duckduckgo_search`) has been renamed to `ddgs`! Use `pip install ddgs` instead. self.ddgs = DDGS(**kwargs) Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/smolagents/agents.py", line 86, in populate_template return compiled_template.render(**variables) File "/usr/local/lib/python3.10/site-packages/jinja2/environment.py", line 1295, in render self.environment.handle_exception() File "/usr/local/lib/python3.10/site-packages/jinja2/environment.py", line 942, in handle_exception raise rewrite_traceback_stack(source=source) File "<template>", line 29, in top-level template code jinja2.exceptions.UndefinedError: 'task' is undefined During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/app.py", line 83, in <module> agent = CodeAgent( File "/usr/local/lib/python3.10/site-packages/smolagents/agents.py", line 1163, in __init__ super().__init__( File "/usr/local/lib/python3.10/site-packages/smolagents/agents.py", line 227, in __init__ self.system_prompt = self.initialize_system_prompt() File "/usr/local/lib/python3.10/site-packages/smolagents/agents.py", line 1198, in initialize_system_prompt system_prompt = populate_template( File "/usr/local/lib/python3.10/site-packages/smolagents/agents.py", line 88, in populate_template raise Exception(f"Error during jinja template rendering: {type(e).__name__}: {e}") Exception: Error during jinja template rendering: UndefinedError: 'task' is undefined

Container logs:

Fetching error logs...