runtime error
Exit code: 1. Reason: Traceback (most recent call last): File "/usr/local/lib/python3.13/site-packages/smolagents/default_tools.py", line 133, in __init__ from ddgs import DDGS ModuleNotFoundError: No module named 'ddgs' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/app.py", line 102, in <module> search_tool = DuckDuckGoSearchTool() File "/usr/local/lib/python3.13/site-packages/smolagents/tools.py", line 75, in new_init original_init(self, *args, **kwargs) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/smolagents/default_tools.py", line 135, in __init__ raise ImportError( "You must install package `ddgs` to run this tool: for instance run `pip install ddgs`." ) from e ImportError: You must install package `ddgs` to run this tool: for instance run `pip install ddgs`.
Container logs:
Fetching error logs...