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
Read the original announcement →
https://github.com/google/adk-python/releases/tag/v1.39.0
Related releases
- Pydantic AI v2.34.0 Introduces LangChain Migration and GLM-5.3 Model Support Pydantic AI Releases ·
- pydantic-ai v2.33.0 Enhances Anthropic SDK Compatibility, Resolves Runtime Issues Pydantic AI Releases ·
- Pydantic-AI v2.32.2 Delivers Critical Bug Fixes Pydantic AI Releases ·
- Pydantic-AI v2.32.1 Patch Addresses Agent Execution and Anthropic Integration Bugs Pydantic AI Releases ·
- crewAI 1.15.17 Enhances Conversational Flows and Resolves Tooling Issues CrewAI Releases ·
- LangGraph Python SDK 0.4.3 Adds Decryption Feature and Fixes Cron Management LangGraph Releases ·