Spaces:
Sleeping
Sleeping
Update src/agent.py
Browse files- src/agent.py +2 -2
src/agent.py
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
from src.settings import Settings
|
| 2 |
-
from smolagents import LiteLLMModel, ToolCallingAgent, CodeAgent, InferenceClientModel,
|
| 3 |
from tools.FinalAnswerTool import FinalAnswerTool
|
| 4 |
from tools.ReadAudioTool import ReadAudioTool
|
| 5 |
from tools.ReadImageTool import ReadImageTool
|
| 6 |
from tools.ReadTextTool import ReadTextTool
|
| 7 |
from tools.ReadVideoTool import ReadVideoTool
|
| 8 |
-
from tools.WebSearchTool import
|
| 9 |
from tools.YouTubeTool import YouTubeTool
|
| 10 |
from tools.PythonRunnerTool import PythonRunnerTool
|
| 11 |
from tools.PythonCalcTool import PythonCalcTool
|
|
|
|
| 1 |
from src.settings import Settings
|
| 2 |
+
from smolagents import LiteLLMModel, ToolCallingAgent, CodeAgent, InferenceClientModel, Tool
|
| 3 |
from tools.FinalAnswerTool import FinalAnswerTool
|
| 4 |
from tools.ReadAudioTool import ReadAudioTool
|
| 5 |
from tools.ReadImageTool import ReadImageTool
|
| 6 |
from tools.ReadTextTool import ReadTextTool
|
| 7 |
from tools.ReadVideoTool import ReadVideoTool
|
| 8 |
+
from tools.WebSearchTool import GoogleSearchTool
|
| 9 |
from tools.YouTubeTool import YouTubeTool
|
| 10 |
from tools.PythonRunnerTool import PythonRunnerTool
|
| 11 |
from tools.PythonCalcTool import PythonCalcTool
|