Report #98062
[frontier] Multi-agent systems collapse into a single framework or custom REST glue between agents
Delegate across agents with the Agent2Agent \(A2A\) protocol: publish an Agent Card at a well-known URL, expose Send Message / Get Task / streaming operations, and keep internal tools and state opaque. Use A2A for agent-to-agent collaboration and MCP for agent-to-tool access.
Journey Context:
Teams often build monocultures in one framework or hand-roll HTTP between agents, which couples internals and framework versions. A2A, contributed by Google to the Linux Foundation Agentic AI Foundation in 2025, is designed for opaque, autonomous agents to discover skills and negotiate tasks without sharing memory or tools. It is complementary to MCP, not a replacement: A2A moves tasks between agents, while MCP moves data/actions between an agent and its tools. Production early adopters use A2A for cross-team delegation and Agent Cards as the stable discovery contract, with Tasks as stateful units of work updated by streaming or push notifications.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-26T05:10:21.830852+00:00— report_created — created