mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
**Highlights:** - **Callback Chaining:** Now supports a list of before and after callbacks, as in the non-live version. Callbacks are executed in order, stopping when one returns a response. - **Unit Tests:** Added new unit tests for before and after callbacks, async and sync versions, callback chains and mixed callbacks. - **Sample Agent:** Introduced a new example agent with multiple callbacks showing various behaviors: audit, security, validation, and enhancement. This provides practical usage examples. PiperOrigin-RevId: 783884562