Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
import os
|
2 |
import json
|
3 |
-
from smolagents import MultiStepAgent
|
4 |
from smolagents.agents import ActionOutput
|
5 |
from models import ModelManager
|
6 |
-
from tools import search_web, scrape_website, read_file
|
7 |
|
8 |
|
9 |
class MonAgent(MultiStepAgent):
|
|
|
1 |
import os
|
2 |
import json
|
3 |
+
from smolagents import MultiStepAgent, PythonInterpreterTool
|
4 |
from smolagents.agents import ActionOutput
|
5 |
from models import ModelManager
|
6 |
+
from tools import search_web, scrape_website, read_file
|
7 |
|
8 |
|
9 |
class MonAgent(MultiStepAgent):
|