We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be6c517 commit 8e32574Copy full SHA for 8e32574
src/a2a/types.py
@@ -1785,7 +1785,7 @@ class AgentCard(A2ABaseModel):
1785
This creates a binding between the main URL and its supported transport protocol.
1786
Clients should prefer this transport and URL combination when both are supported.
1787
"""
1788
- protocol_version: str | None = '0.2.6'
+ protocol_version: str | None = '0.3.0'
1789
1790
The version of the A2A protocol this agent supports.
1791
0 commit comments