mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-12-15 21:09:33 -06:00
Previously, callbacks were treated as purely synchronous, so passing an async coroutine caused “was never awaited” errors and Pydantic serialization failures. Now we detect awaitable return values from before_tool_callback and after_tool_callback, and `await` them if necessary. Fixes: #380 |
||
|---|---|---|
| .. | ||
| agents | ||
| artifacts | ||
| auth | ||
| cli | ||
| evaluation | ||
| fast_api | ||
| flows | ||
| models | ||
| sessions | ||
| streaming | ||
| tools | ||
| __init__.py | ||
| conftest.py | ||
| utils.py | ||