2025-05-30 18:05:02 -07:00
|
|
|
# Langchain Youtube Search Agent
|
|
|
|
|
|
2025-11-03 13:33:18 -08:00
|
|
|
This agent utilize the Langchain YoutubeSearchTool to search youtubes.
|
2025-05-30 18:05:02 -07:00
|
|
|
You need to install below dependencies:
|
|
|
|
|
|
|
|
|
|
```python
|
|
|
|
|
uv pip install youtube_search
|
|
|
|
|
```
|