You've already forked adk-python
mirror of
https://github.com/encounter/adk-python.git
synced 2026-03-30 10:57:20 -07:00
0ec69d05a4
Now the LangchainTool can wrap: * Langchain StructuredTool (sync and async). * Langchain @Tool (sync and async). This enhance the flexibility for user and enables async functionalities. PiperOrigin-RevId: 784728061