Spaces:
Sleeping
Sleeping
forgotten import, PromptTemplates
Browse files
agent.py
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
import os
|
| 2 |
from smolagents import (
|
| 3 |
-
CodeAgent,
|
|
|
|
| 4 |
DuckDuckGoSearchTool,
|
| 5 |
VisitWebpageTool,
|
| 6 |
PythonInterpreterTool,
|
|
|
|
| 1 |
import os
|
| 2 |
from smolagents import (
|
| 3 |
+
CodeAgent,
|
| 4 |
+
PromptTemplates,
|
| 5 |
DuckDuckGoSearchTool,
|
| 6 |
VisitWebpageTool,
|
| 7 |
PythonInterpreterTool,
|