Skip to content

Commit 7c8181e

Browse files
authored
docs: Updated references to Go (a2aproject#1202)
1 parent 202aa06 commit 7c8181e

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/actions/spelling/allow.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ dbc
164164
dcda
165165
dcfa
166166
dde
167+
deepwiki
167168
direnv
168169
docstrings
169170
documentai

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ As AI agents become more prevalent, their ability to interoperate is crucial for
5151
- 📝 **View the Specification:** [A2A Protocol Specification](https://a2a-protocol.org/latest/specification/)
5252
- Use the SDKs:
5353
- [🐍 A2A Python SDK](https://github.com/a2aproject/a2a-python) `pip install a2a-sdk`
54+
- [🐿️ A2A Go SDK](https://github.com/a2aproject/a2a-go) `go get github.com/a2aproject/a2a-go`
5455
- [🧑‍💻 A2A JS SDK](https://github.com/a2aproject/a2a-js) `npm install @a2a-js/sdk`
5556
- [☕️ A2A Java SDK](https://github.com/a2aproject/a2a-java) using maven
5657
- [🔷 A2A .NET SDK](https://github.com/a2aproject/a2a-dotnet) using [NuGet](https://www.nuget.org/packages/A2A) `dotnet add package A2A`

docs/roadmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ As the A2A ecosystem matures, it becomes critical for the A2A community to have
2929

3030
### SDKs
3131

32-
A2A Project currently hosts SDKs in four languages (Python, JS, Java, .NET) and contributors are adding more including Go (in progress).
32+
A2A Project currently hosts SDKs in five languages (Python, Go, JS, Java, .NET).
3333

3434
### Community best practices
3535

docs/sdk/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# A2A SDK
22

3-
A2A currently hosts SDKs in four languages (Python, JS, Java, .NET) and contributors are adding more, including Go.
3+
A2A currently hosts SDKs in five languages (Python, Go, JS, Java, .NET).
44

55
The following table lists the supported languages and their stability.
66

77
| Language | Support |
88
| :--------- | :------- |
99
| Python | [Stable](https://github.com/a2aproject/a2a-python) |
10+
| Go | [Stable](https://github.com/a2aproject/a2a-go) |
1011
| Java | [Stable](https://github.com/a2aproject/a2a-java) |
1112
| JavaScript | [Stable](https://github.com/a2aproject/a2a-js) |
1213
| C#/.NET | [Stable](https://github.com/a2aproject/a2a-dotnet) |
13-
| Go | [In Progress](https://github.com/a2aproject/a2a-go)|
1414

1515
The A2A project provides numerous samples across supported languages in the [a2a-samples repository](https://github.com/a2aproject/a2a-samples).

0 commit comments

Comments
 (0)