Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/Final_Assignment_Template
abtsousa
/
agents-course-final-assignment
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e8c805a
agents-course-final-assignment
/
tools
/
search.py
abtsousa
Add langchain-tavily dependency and implement TavilySearch tool
538782c
9 months ago
raw
Copy download link
history
blame
138 Bytes
from
langchain_core.tools
import
tool
from
langchain_tavily
import
TavilySearch
web_search = TavilySearch(max_results=
3
, topic=
"general"
)