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
<h3align="center">A Java library that helps run agentic applications as A2AServers following the <ahref="https://google-a2a.github.io/A2A">Agent2Agent (A2A) Protocol</a>.</h3>
11
+
<h3align="center">A Java library that helps run agentic applications as A2AServers following the <ahref="https://a2a-protocol.org/">Agent2Agent (A2A) Protocol</a>.</h3>
12
12
</html>
13
13
14
14
## Installation
@@ -34,7 +34,7 @@ More examples will be added soon.
34
34
35
35
## A2A Server
36
36
37
-
The A2A Java SDK provides a Java server implementation of the [Agent2Agent (A2A) Protocol](https://google-a2a.github.io/A2A). To run your agentic Java application as an A2A server, simply follow the steps below.
37
+
The A2A Java SDK provides a Java server implementation of the [Agent2Agent (A2A) Protocol](https://a2a-protocol.org/). To run your agentic Java application as an A2A server, simply follow the steps below.
38
38
39
39
-[Add an A2A Java SDK Server Maven dependency to your project](#1-add-an-a2a-java-sdk-server-maven-dependency-to-your-project)
40
40
-[Add a class that creates an A2A Agent Card](#2-add-a-class-that-creates-an-a2a-agent-card)
The A2A Java SDK provides a Java client implementation of the [Agent2Agent (A2A) Protocol](https://google-a2a.github.io/A2A), allowing communication with A2A servers. The Java client implementation supports the following transports:
269
+
The A2A Java SDK provides a Java client implementation of the [Agent2Agent (A2A) Protocol](https://a2a-protocol.org/), allowing communication with A2A servers. The Java client implementation supports the following transports:
0 commit comments