Spaces:
Sleeping
Sleeping
Upload agent.py
Browse files
agent.py
CHANGED
@@ -22,7 +22,7 @@ from smolagents import (
|
|
22 |
)
|
23 |
|
24 |
# Custom Tools from tools.py
|
25 |
-
from
|
26 |
PythonRunTool,
|
27 |
ExcelLoaderTool,
|
28 |
YouTubeTranscriptTool,
|
|
|
22 |
)
|
23 |
|
24 |
# Custom Tools from tools.py
|
25 |
+
from tools import (
|
26 |
PythonRunTool,
|
27 |
ExcelLoaderTool,
|
28 |
YouTubeTranscriptTool,
|