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
13
15
recent landmark https://developers.googleblog.com/en/google-cloud-donates-a2a-to-linux-foundation/[announcement that Google has donated the Agent2Agent
14
16
(A2A) protocol to the Linux Foundation], we’re thrilled to announce the
15
-
launch of the *https://github.com/a2aproject/a2a-java[A2A Java SDK]*, made possible by WildFly and Quarkus
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.
16
18
teams’ contribution.
17
19
18
20
19
-
=== *A New Era Under Linux Foundation Stewardship*
21
+
=== A New Era Under Linux Foundation Stewardship
20
22
21
-
The A2A protocol’s transition to the Linux Foundation represents more
23
+
The [A2A](https://a2aproject.github.io/A2A/latest/specification) protocol’s transition to the Linux Foundation represents more
22
24
than just a change of governance: it’s a commitment to vendor-neutral,
23
-
community-driven innovation that ensures this critical interoperability
25
+
community-driven innovation. Similar how WildFly and Quarkus both recently joined CommonHaus fouundation. This ensures A2A as a critical interoperability
24
26
standard remains open and accessible to all. With more than 100
25
27
companies now supporting the protocol, we’re witnessing the formation of
26
28
what industry leaders are calling "`an open, interoperable Internet of
27
29
Agents.`"
30
+
With the A2A Java SDK now part of this movement, enterprise developers can participate in this open agent ecosystem from day one.
28
31
29
-
=== *Why Java SDK Matters*
32
+
=== Why Java SDK Matters
30
33
31
34
Here’s where things get exciting from a technical perspective: *true
32
35
polyglot agent ecosystems*.
33
36
34
37
The agent landscape has been fragmented, with Python dominating AI/ML
35
38
workflows, JavaScript powering web-based agents, and Java serving as the
36
39
backbone of enterprise backend systems. Each language ecosystem operated
37
-
in isolation, creating invisible walls that limited the collaborative
38
-
potential of multi-agent systems.
40
+
potential of multi-agent systems and agentic architectures.
41
+
39
42
40
43
Our Java SDK shatters these barriers by implementing the A2A protocol
41
44
specification natively in Java, enabling:
@@ -44,21 +47,22 @@ specification natively in Java, enabling:
44
47
infrastructure +
45
48
* *Seamless interoperability* between Java agents and those written in
46
49
Python, JavaScript, or any A2A-compatible language +
47
-
* *Production-ready deployments* leveraging Java’s mature ecosystem and
0 commit comments