adk-python/contributing/samples/langchain_youtube_search_agent/README.md
2025-05-30 18:05:42 -07:00

9 lines
190 B
Markdown

# Langchain Youtube Search Agent
This agent utilize the Lanchain YoutubeSearchTool to search youtubes.
You need to install below dependencies:
```python
uv pip install youtube_search
```