What's Changed
- refactor: remove manual session ID input and enable auto-creation in runner by @hanorik in #754
- feat: add support for updating existing Agent Engine instances by @hanorik in #755
- Add support for simple text instead of full genai.Content for stream_query by @kdroste-google in #773
- feat: make adk work with a2a-go/v2 by @yarolegovich in #701
- refactor: rename experimental reasoning tokens attribute to gen_ai.usage.reasoning.output_tokens and change semantics of gen_ai.usage.output_tokens by @pigorski in #779
- fix: propagate thought signature to first function call in mixed responses by @baptmont in #788
- Added VertexAI MemoryBank support by @kdroste-google in #801
- fix: the old adka2a public api depending on the new a2a-go/v2 by @yarolegovich in #813
- ADK GO version update for LLM Request tagging by @kdroste-google in #816
- Add parallel HITL function test by @baptmont in #817
- chore: bump a2a-go version to have nil part fix by @yarolegovich in #827
- Changed model for gemini API to gemini-3.1-flash-lite (in examples) by @kdroste-google in #839
- feat(live): Add core bidirectional streaming support by @baptmont in #833
- chore: add Dependabot config for automated dependency updates by @karolpiotrowicz in #843
- feat(live): Add sequential agent live run by @baptmont in #835
- feat(live): Add live example by @baptmont in #834
- fix: Stop ignoring request Decode error in runtime. by @foxfrikses in #851
- fix: Propagate StateDelta for non-streaming agent. by @foxfrikses in #854
- fix: Prevent nil deref when a tool doesn't implement tool.Tool. by @foxfrikses in #855
- feat(live): Add session resumption by @baptmont in #837
- feat(live): Add streaming tools by @baptmont in #836
- feat(live): Add audio cache for save artifact by @baptmont in #838
- chore: fix folder name by @baptmont in #859
New Contributors
- @karolpiotrowicz made their first contribution in #843
Full Changelog: v1.2.0...v.1.3.0