Files
adk-python/contributing/samples/langchain_youtube_search_agent/README.md
T

9 lines
190 B
Markdown
Raw Normal View History

# 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
```