FD900 commited on
Commit
30ae186
·
verified ·
1 Parent(s): 33cdb30

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -1,6 +1,6 @@
1
  import json
2
  from pathlib import Path
3
- from smolagents.core.agent import Agent
4
  from smolagents.core.task import Task
5
  from mistral_hf_wrapper import HuggingFaceModel
6
 
 
1
  import json
2
  from pathlib import Path
3
+ from smolagents import Agent
4
  from smolagents.core.task import Task
5
  from mistral_hf_wrapper import HuggingFaceModel
6