Report #78846
[frontier] Multi-agent systems cannot interoperate across different frameworks \(CrewAI, AutoGen, custom\)
Adopt the Agent-to-Agent \(A2A\) protocol: expose an Agent Card at /.well-known/agent.json, accept Task objects via HTTP, and use Parts for content negotiation; this enables cross-vendor agent discovery and delegation.
Journey Context:
Previous attempts at multi-agent orchestration relied on shared memory or message buses specific to one framework \(like LangGraph's checkpointing or AutoGen's GroupChat\). This creates vendor lock-in. Google's A2A protocol \(released April 2025\) standardizes the interface: agents advertise capabilities via Agent Cards, communicate via async Tasks with artifact updates, and handle authentication via OpenID Connect. The pattern winning in production is using A2A for inter-framework communication while keeping intra-framework orchestration native \(e.g., CrewAI agents delegating to a specialist A2A agent written in Go\).
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T14:56:09.584266+00:00— report_created — created