Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
@@ -3,6 +3,7 @@ import json
|
|
3 |
from smolagents import MultiStepAgent, PythonInterpreterTool
|
4 |
from smolagents.agents import ActionOutput
|
5 |
from smolagents.utils import AgentToolExecutionError
|
|
|
6 |
from models import ModelManager
|
7 |
from tools import search_web, scrape_website, read_file
|
8 |
|
|
|
3 |
from smolagents import MultiStepAgent, PythonInterpreterTool
|
4 |
from smolagents.agents import ActionOutput
|
5 |
from smolagents.utils import AgentToolExecutionError
|
6 |
+
from smolagents.memory import ToolCall
|
7 |
from models import ModelManager
|
8 |
from tools import search_web, scrape_website, read_file
|
9 |
|