Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/Final_Assignment_Template
Omnitopia
/
Final_Assignment_Agent_Course
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
63677eb
Final_Assignment_Agent_Course
/
my_tools.py
Omnitopia
Update my_tools.py
63677eb
verified
10 months ago
raw
Copy download link
history
blame
129 Bytes
from
smolagents
import
DuckDuckGoSearchTool, PythonMathTool
my_tool_list = [
DuckDuckGoSearchTool(),
PythonMathTool(),
]