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