Skip to content

Commit 03a8c2c

Browse files
committed
refactor(spec): Update Agent Card Well-Known Path to /.well-known/agent-card.json
Follow-up to a2aproject/A2A#841 Release-As: 0.3.0
1 parent 5b98c32 commit 03a8c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/a2a/utils/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Constants for well-known URIs used throughout the A2A Python SDK."""
22

3-
AGENT_CARD_WELL_KNOWN_PATH = '/.well-known/agent.json'
3+
AGENT_CARD_WELL_KNOWN_PATH = '/.well-known/agent-card.json'
44
EXTENDED_AGENT_CARD_PATH = '/agent/authenticatedExtendedCard'
55
DEFAULT_RPC_URL = '/'

0 commit comments

Comments
 (0)