You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Update the google adk demos to use ADK v1.0 (#95)
* feat: Update to support python 3.12
- add case statement to use the asyncio.Queue.shutdown method for 3.13+
- add special handling to allow for similar semantics as
asyncio.Queue.shutdown for 3.12
Tested on multiple samples in the a2a repo and some examples in this
repo
* Change to 3.10 and provided detailed description about event queue usage
* Update birthday agent example with adk 1.0
* Fix field name for auth_config -> authConfig in calendar agent
* Update event_consumer.py
* Update event_consumer.py
0 commit comments