Skip to content

Commit 864867a

Browse files
authored
chore: update readme for 1.0 (#998)
1 parent 10dea8b commit 864867a

1 file changed

Lines changed: 13 additions & 9 deletions

File tree

README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121

2222
---
2323

24+
> [!IMPORTANT]
25+
> **Upgrading the SDK from `0.3` to `1.0`?** See the [**v0.3 → v1.0 migration guide**](docs/migrations/v1_0/README.md). For supported A2A spec versions, see [Compatibility](#-compatibility).
26+
27+
2428
## ✨ Features
2529

2630
- **A2A Protocol Compliant:** Build agentic applications that adhere to the Agent2Agent (A2A) Protocol.
@@ -36,16 +40,16 @@
3640

3741
## 🧩 Compatibility
3842

39-
This SDK implements the A2A Protocol Specification [`0.3`](https://a2a-protocol.org/v0.3.0/specification).
40-
41-
> [!IMPORTANT]
42-
> There is an [**alpha version**](https://github.com/a2aproject/a2a-python/releases?q=%22v1.0.0-alpha%22&expanded=true) available with support for both [`1.0`](https://a2a-protocol.org/v1.0.0/specification/) and [`0.3`](https://a2a-protocol.org/v0.3.0/specification) versions. Development for this version is taking place in the [`1.0-dev`](https://github.com/a2aproject/a2a-python/tree/1.0-dev) branch, tracked in [#701](https://github.com/a2aproject/a2a-python/issues/701).
43+
This SDK implements the A2A Protocol Specification [`1.0`](https://a2a-protocol.org/v1.0.0/specification/), with compatibility mode for [`0.3`](https://a2a-protocol.org/v0.3.0/specification). See [#742](https://github.com/a2aproject/a2a-python/issues/742) for details on the compatibility scope.
4344

44-
| Transport | Client | Server |
45-
| :--- | :---: | :---: |
46-
| **JSON-RPC** |||
47-
| **HTTP+JSON/REST** |||
48-
| **GRPC** |||
45+
| Spec Version | Transport | Client | Server |
46+
| :--- | :--- | :---: | :---: |
47+
| **`1.0`** | JSON-RPC |||
48+
| **`1.0`** | HTTP+JSON/REST |||
49+
| **`1.0`** | gRPC |||
50+
| **`0.3`** (compat) | JSON-RPC |||
51+
| **`0.3`** (compat) | HTTP+JSON/REST |||
52+
| **`0.3`** (compat) | gRPC |||
4953

5054
---
5155

0 commit comments

Comments
 (0)