python Google ADK (Python) Releases · · 1.39.0

Google ADK Python v1.39.0 Enhances Live Session and Audio Stream Support

sdkaigaengineerpython-agentic
feature patch

Version 1.39.0 of the google/adk-python library introduces new capabilities for live agent sessions, including the use of `RunConfig.session_resumption.handle` and support for `audio_stream_end` with real-time input. These enhancements allow developers to build more robust and interactive agents capable of managing persistent live sessions and processing streaming audio. The update also addresses several bug fixes, such as stopping background tool tasks when a live agent run concludes and improving validation for session initialization events. This release primarily affects developers building agents with the ADK Python SDK.

  • use RunConfig.session_resumption.handle when opening a live session
  • support audio_stream_end for realtime input
  • stop background tool tasks when a live agent run ends
  • validate session initialization events (v1)
Features (2)
  • live use RunConfig.session_resumption.handle when opening a live session
  • support audio_stream_end for realtime input
Fixes (2)
  • live stop background tool tasks when a live agent run ends
  • validate session initialization events (v1)
Read the original announcement →

https://github.com/google/adk-python/releases/tag/v1.39.0

Related releases