Skip to content

Commit 1b12f44

Browse files
fjumacescoffier
andcommitted
Update _posts/2025-07-09-quarkus-and-a2a-java-sdk.adoc
Co-authored-by: Clement Escoffier <[email protected]>
1 parent 2a5592b commit 1b12f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-07-09-quarkus-and-a2a-java-sdk.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The A2A protocol involves a few important concepts:
2424
* *A2A Client* - This is the client that will send requests on the user's behalf to an A2A server agent.
2525
* *A2A Server* - This is the server agent that will receive and respond to requests from an A2A client agent. An A2A server agent exposes an HTTP endpoint that implements the A2A protocol.
2626

27-
A2A client agents and A2A server agents can be implemented using different languages and frameworks. They just need to be able to speak with each other using the A2A protocol. Communication happens using JSON-RPC 2.0 over HTTP(S). A2A SDKs written for different programming languages make this interoperability possible.
27+
A2A client and A2A server agents can be implemented using different languages and frameworks. They just need to be able to speak with each other using the A2A protocol. Communication happens using JSON-RPC 2.0 over HTTP(S) as transport. A2A SDKs written for various programming languages enable this interoperability.
2828

2929
The https://github.com/orgs/a2aproject/repositories[A2A project] aims to provide SDKs for various languages. Using the https://github.com/a2aproject/a2a-python[A2A Python SDK] and our https://github.com/a2aproject/a2a-java[A2A Java SDK], for example, it's possible for an A2A client agent written in Python to communicate with an A2A server agent written in Java and vice versa.
3030

0 commit comments

Comments
 (0)