Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/Final_Assignment_Template
lam-ho
/
Final_Assignment
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
lam-ho
commited on
Jun 21
Commit
57ee912
·
verified
·
1 Parent(s):
81917a3
Create agent.py
Browse files
Files changed (1)
hide
show
agent.py
+5
-0
agent.py
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
from smolagents import HfApiModel, CodeAgent
2
+
3
+
manager_agent = CodeAgent(
4
+
5
+
)