Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/Final_Assignment_Template
Hugalino
/
agents_course_final_assignment
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Hugalino
commited on
Jul 8, 2025
Commit
4ad2468
·
verified
·
1 Parent(s):
4c2e1ee
Create tools.py
Browse files
Files changed (1)
hide
show
tools.py
+5
-0
tools.py
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
from smolagents import DuckDuckGoSearchTool
2
+
# from smolagents import Tool
3
+
4
+
# Initialize the DuckDuckGo search tool
5
+
search_tool = DuckDuckGoSearchTool(max_result=15)