lam-ho commited on
Commit
57ee912
·
verified ·
1 Parent(s): 81917a3

Create agent.py

Browse files
Files changed (1) hide show
  1. agent.py +5 -0
agent.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ from smolagents import HfApiModel, CodeAgent
2
+
3
+ manager_agent = CodeAgent(
4
+
5
+ )