chore(release/candidate): release 2.0.0 (#5752)
Co-authored-by: Sasha Sobran <asobran@google.com>
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
{
|
||||
".": "2.0.0-beta.1"
|
||||
".": "2.0.0"
|
||||
}
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
|
||||
@@ -13,4 +13,4 @@
|
||||
# limitations under the License.
|
||||
|
||||
# version: major.minor.patch
|
||||
__version__ = "2.0.0b1"
|
||||
__version__ = "2.0.0"
|
||||
|
||||
Reference in New Issue
Block a user