Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ubik80
/
alfred-gala-agent
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Ubik80
commited on
29 days ago
Commit
469630e
·
verified
·
1 Parent(s):
98ab0ca
Update tools.py
Browse files
Files changed (1)
hide
show
tools.py
+4
-0
tools.py
CHANGED
Viewed
@@ -0,0 +1,4 @@
1
+
from smolagents import DuckDuckGoSearchTool
2
+
3
+
# Initialize the DuckDuckGo search tool
4
+
search_tool = DuckDuckGoSearchTool()