Spaces:
Sleeping
Sleeping
Update src/agent.py
Browse files- src/agent.py +1 -1
src/agent.py
CHANGED
|
@@ -5,7 +5,7 @@ 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
|
|
|
|
| 5 |
from tools.ReadImageTool import ReadImageTool
|
| 6 |
from tools.ReadTextTool import ReadTextTool
|
| 7 |
from tools.ReadVideoTool import ReadVideoTool
|
| 8 |
+
from tools.WebSearchTool import SerpApiSearchTool
|
| 9 |
from tools.YouTubeTool import YouTubeTool
|
| 10 |
from tools.PythonRunnerTool import PythonRunnerTool
|
| 11 |
from tools.PythonCalcTool import PythonCalcTool
|