docs: Update References to Agent2Agent protocol to use correct terminology (#1162)

Should be `Agent2Agent Protocol` not `Agent-to-Agent` unless talking about general agent to agent communication

Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
This commit is contained in:
Holt Skinner
2025-10-03 14:10:05 -05:00
committed by GitHub
Unverified
parent 32e7ff00b5
commit 50c532b4ae
8 changed files with 23 additions and 18 deletions
@@ -58,7 +58,7 @@ def _get_uri_data(uri: str) -> str:
class A2AAgent(BaseAgent):
"""Agent-to-Agent (A2A) protocol implementation.
"""Agent2Agent (A2A) protocol implementation.
Wraps an A2A Client to connect the Agent Framework with external A2A-compliant agents
via HTTP/JSON-RPC. Converts framework ChatMessages to A2A Messages on send, and converts