chore(release/candidate): release 2.0.0 (#5752)

Co-authored-by: Sasha Sobran <asobran@google.com>
This commit is contained in:
Wei (Jack) Sun
2026-05-19 09:10:48 -07:00
committed by GitHub
parent e6537decc9
commit e5654bb253
3 changed files with 17 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
".": "2.0.0-beta.1"
".": "2.0.0"
}
+15
View File
@@ -1,5 +1,20 @@
# Changelog
## [2.0.0](https://github.com/google/adk-python/compare/v2.0.0b1...v2.0.0) (2026-05-19)
### ADK 2.0 General Availability
This release introduces v2.0.0 General Availability (GA) of the Google Agent Development Kit (ADK), establishing production-grade foundations for multi-agent workflows and advanced dynamic agent collaboration.
### Core Architecture Highlights
#### Multi-Agent Workflow Engine
* **Flexible Execution Graphs:** Establishes a model-agnostic engine for orchestrating non-linear, conditional, and cyclical agent execution patterns.
* **Intelligent Task Delegation:** Introduces modular workflow abstractions enabling parallel sub-agent workers, nested hierarchical team structures, and resilient dynamic scheduling across complex task execution steps.
#### Dynamic Agent Collaboration
* **Native Inter-Agent Routing:** Provides seamless orchestration for inter-agent messaging, control state handoffs, and context variable propagation across collaborative multi-agent flows.
## [1.34.0](https://github.com/google/adk-python/compare/v1.33.0...v1.34.0) (2026-05-18)
+1 -1
View File
@@ -13,4 +13,4 @@
# limitations under the License.
# version: major.minor.patch
__version__ = "2.0.0b1"
__version__ = "2.0.0"