mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07: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