Skip to content

Commit 84e792f

Browse files
Jacksunweisasha-gitg
authored andcommitted
docs(readme): Update documentation to reflect transition to beta
Updated references from 'Alpha' to 'Beta' and updated the installation example version to 2.0.0b1. Change-Id: I01a28b7ff7be5cc3281e94e86e19bd083e151de8
1 parent 8275f00 commit 84e792f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Agent Development Kit (ADK) 2.0 Alpha
1+
# Agent Development Kit (ADK) 2.0 Beta
22

33
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](LICENSE)
44

@@ -17,17 +17,17 @@
1717

1818
______________________________________________________________________
1919

20-
> **⚠️ EARLY PREVIEW — BREAKING CHANGES FROM 1.x**
20+
> **⚠️ BETA RELEASE — BREAKING CHANGES FROM 1.x**
2121
>
22-
> This is an early alpha of ADK 2.0. It includes breaking changes to the
22+
> This is an early beta of ADK 2.0. It includes breaking changes to the
2323
> agent API, event model, and session schema. **Do NOT use with ADK 1.x
2424
> databases or sessions** — they are incompatible. APIs are subject to
2525
> change without notice.
2626
>
2727
> Install only with an explicit version pin:
2828
>
2929
> ```bash
30-
> pip install google-adk==2.0.0a1
30+
> pip install google-adk==2.0.0b1
3131
> ```
3232
>
3333
> `pip install google-adk` will NOT install this version.
@@ -48,7 +48,7 @@ ______________________________________________________________________
4848
## 🚀 Installation
4949
5050
```bash
51-
pip install google-adk==2.0.0a1
51+
pip install google-adk==2.0.0b1
5252
```
5353
5454
**Requirements:** Python 3.11+.

0 commit comments

Comments
 (0)