We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 390b763 commit c91d4fbCopy full SHA for c91d4fb
1 file changed
README.md
@@ -34,6 +34,18 @@
34
35
---
36
37
+## 🧩 Compatibility
38
+
39
+This SDK implements the A2A Protocol Specification [`v0.3.0`](https://a2a-protocol.org/v0.3.0/specification).
40
41
+| Transport | Client | Server |
42
+| :--- | :---: | :---: |
43
+| **JSON-RPC** | ✅ | ✅ |
44
+| **HTTP+JSON/REST** | ✅ | ✅ |
45
+| **GRPC** | ✅ | ✅ |
46
47
+---
48
49
## 🚀 Getting Started
50
51
### Prerequisites
0 commit comments