Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 6 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Agent Development Kit (ADK) 2.0 Beta
# Agent Development Kit (ADK) 2.0 Beta (DEPRECATED)

> [!WARNING]
> **This branch (`v2`) is DEPRECATED and no longer maintained.**
>
> Please do **NOT** use this branch. If you want to use workflows or other ADK features, please use the [main](https://github.com/google/adk-python) branch.
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](LICENSE)

Expand All @@ -17,23 +22,6 @@

______________________________________________________________________

> **⚠️ BETA RELEASE — BREAKING CHANGES FROM 1.x**
>
> This is an early beta of ADK 2.0. It includes breaking changes to the
> agent API, event model, and session schema. **Do NOT use with ADK 1.x
> databases or sessions** — they are incompatible. APIs are subject to
> change without notice.
>
> Install only with an explicit version pin:
>
> ```bash
> pip install google-adk==2.0.0b1
> ```
>
> `pip install google-adk` will NOT install this version.
______________________________________________________________________
## 🔥 What's New in 2.0

- **Workflow Runtime**: A graph-based execution engine for composing
Expand Down
Loading