WilliamRabuel commited on
Commit
e7be3cb
·
verified ·
1 Parent(s): fd0fd4f

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -0
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