Skip to main content
The Agent2Agent (A2A) Protocol is the open standard for AI agent communication. Developed under the Linux Foundation, A2A makes it possible for agents to work together seamlessly across platforms, frameworks, and ecosystems.
Supported in Python only.

Prerequisites

  • BeeAI Framework installed with pip install beeai-framework
  • BeeAI Framework extension for A2A installed with pip install 'beeai-framework[a2a]'

A2A Client

The A2AAgent lets you easily connect with external agents using the A2A protocol.

A2A Server

A2AServer lets you expose agents built in the BeeAI framework via A2A protocol.
A2A supports only one agent per server.