Spaces:
Sleeping
Sleeping
add forgotten PythonInterpreterTool import from smolagents
Browse files
agent.py
CHANGED
@@ -3,6 +3,7 @@ from smolagents import (
|
|
3 |
CodeAgent,
|
4 |
DuckDuckGoSearchTool,
|
5 |
VisitWebpageTool,
|
|
|
6 |
InferenceClientModel,
|
7 |
# HfApiModel, # import bug from smolagents after adding duckduckgo-search in requirements
|
8 |
tool
|
|
|
3 |
CodeAgent,
|
4 |
DuckDuckGoSearchTool,
|
5 |
VisitWebpageTool,
|
6 |
+
PythonInterpreterTool,
|
7 |
InferenceClientModel,
|
8 |
# HfApiModel, # import bug from smolagents after adding duckduckgo-search in requirements
|
9 |
tool
|