Skip to content

Commit 7acc1fd

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

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
@@ -71,7 +71,7 @@ The `io.github.a2asdk` `groupId` is temporary and will likely change for future
7171

7272
=== Add a Class that Creates an A2A `AgentCard`
7373

74-
The `AgentCard` is a class that describes an A2A server agent's capabilities. This will be used by other agents or clients to understand what our weather agent can do. The A2A Java SDK will automatically expose this agent card at the server agent's `.well-known/agent.json` URI. For example, if our A2A server agent is running on http://localhost:10001, the agent card will be available at http://localhost:10001/.well-known/agent.json.
74+
The `AgentCard` is a class that describes the capabilities of an A2A server agent. Other agents or clients will use this to understand what our weather agent can do. The A2A Java SDK will automatically expose this agent card at the server agent's `.well-known/agent.json` URI. For example, if our A2A server agent is running on http://localhost:10001, the agent card will be available at http://localhost:10001/.well-known/agent.json.
7575

7676
[source,java]
7777
----

0 commit comments

Comments
 (0)