Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
burtenshaw/code_quiz
agents-course
/
unit2_smolagents_quiz
like
29
Running
App
Files
Files
Community
15
Fetching metadata from the HF Docker repository...
refs/pr/1
unit2_smolagents_quiz
/
1-Web-Search-Agents
Vietnh
1. Web Search Agents
5e12d6e
verified
about 1 month ago
raw
Copy download link
history
blame
Safe
197 Bytes
# Create a CodeAgent with DuckDuckGo search capability
from
smolagents import CodeAgent
agent = CodeAgent(
tools=[], #
Add
search
tool
here
model
=None #
Add
model here
)