You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The agent revolution just took a massive leap forward! Following the
15
-
recent landmark https://developers.googleblog.com/en/google-cloud-donates-a2a-to-linux-foundation/[announcement that Google has donated the Agent2Agent
16
-
(A2A) protocol to the Linux Foundation], we’re thrilled to announce the
17
-
launch of the *https://github.com/a2aproject/a2a-java[A2A Java SDK]*, built by WildFly and Quarkus teams in close collaboration, and now contributed to the official A2A project.
15
+
recent landmark https://developers.googleblog.com/en/google-cloud-donates-a2a-to-linux-foundation/[announcement] that Google has donated the Agent2Agent
16
+
(A2A) protocol to the Linux Foundation, we’re thrilled to announce the
17
+
launch of the https://github.com/a2aproject/a2a-java[A2A Java SDK], built by WildFly and Quarkus teams in close collaboration, and now contributed to the official A2A project.
18
18
19
19
20
20
=== A New Era Under Linux Foundation Stewardship
21
21
22
22
The https://a2aproject.github.io/A2A/latest/specification[A2A] protocol’s transition to the Linux Foundation represents more
23
23
than just a change of governance: it’s a commitment to vendor-neutral,
24
-
community-driven innovation. Similar how WildFly and Quarkus both recently joined CommonHaus fouundation. This ensures A2A as a critical interoperability
24
+
community-driven innovation. Similar how WildFly and Quarkus both recently joined CommonHaus foundation. This ensures A2A as a critical interoperability
25
25
standard remains open and accessible to all. With more than 100
26
26
companies now supporting the protocol, we’re witnessing the formation of
27
27
what industry leaders are calling "`an open, interoperable Internet of
@@ -189,6 +189,8 @@ Pretty straightforward, right? The SDK provides all the necessary
189
189
components to create agent cards, handle agent execution, and manage
190
190
communication between agents.
191
191
192
+
Note: In future some of this boiler plate code we expect will be simplified by Quarkus and other frameworks using the A2A Java SDK.
193
+
192
194
And when it comes to client-side development, it's even easier. The SDK
193
195
includes a simple HTTP client that allows you to interact with A2A agents
194
196
using the A2A protocol. This client abstracts away the complexities of
0 commit comments