mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-07-14 01:41:25 -06:00
9 lines
190 B
Markdown
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
|
|
```
|