mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-12-22 05:12:18 -06:00
feat:support Langchain tools that has run_manager in _run args and don't have args_schema populated
PiperOrigin-RevId: 765405793
This commit is contained in:
committed by
Copybara-Service
parent
e06e6753ad
commit
3616bb5fc4
@@ -0,0 +1,8 @@
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user