Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,11 +15,11 @@ import time
|
|
| 15 |
|
| 16 |
|
| 17 |
|
| 18 |
-
from smolagents import ToolCallingAgent, DuckDuckGoSearchTool, load_tool, tool, FinalAnswerTool, OpenAIServerModel,
|
| 19 |
|
| 20 |
-
from
|
| 21 |
-
from
|
| 22 |
-
from
|
| 23 |
|
| 24 |
# (Keep Constants as is)
|
| 25 |
# --- Constants ---
|
|
|
|
| 15 |
|
| 16 |
|
| 17 |
|
| 18 |
+
from smolagents import ToolCallingAgent, DuckDuckGoSearchTool, load_tool, tool, FinalAnswerTool, OpenAIServerModel, PythonInterpreterTool, #VisitWebpageTool
|
| 19 |
|
| 20 |
+
from toolVisitWebpage import visit_webpage
|
| 21 |
+
from tool_fetch_task_file import fetch_task_file
|
| 22 |
+
from tool_read_excel_as_json import read_excel_as_json
|
| 23 |
|
| 24 |
# (Keep Constants as is)
|
| 25 |
# --- Constants ---
|