skillfed

agent-framework-a2a

A2A integration for Microsoft Agent Framework.

agent-framework-a2a v1.0.0b260730 684.9K downloads/30d#5,356 on PyPI12,803
Permissive license Active released

What it is and what it does

agent-framework-a2a is a protocol bridge that implements the A2A (Agent-to-Agent) standard for agent-framework-core. It provides two main components: A2AAgent, a client that connects to remote A2A-compliant agents, and A2AExecutor, which exposes local agents to external clients via the A2A protocol. This enables agents to interoperate with agents running on different platforms or languages.

The package is designed for scenarios where you need to integrate multiple agents across different services or deployment contexts. It handles message routing, protocol translation, and response streaming. The description emphasizes that production deployments must add authentication and authorization independently—the package itself focuses on protocol wiring, not security enforcement.

Use it for:

  • Connect a local agent to a remote A2A-compliant agent running on another platform or service.
  • Host a local agent so it can be accessed by external A2A clients or other agent systems.
  • Build multi-agent systems where agents communicate across different languages or deployment environments.
  • Stream responses and handle real-time interaction between heterogeneous agent implementations.
  • Integrate with existing A2A ecosystems that expect A2A protocol compliance.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Enables communication with remote A2A-compliant agents and allows local agents to be hosted and accessed via the standardized A2A protocol.

Yes, if you need to integrate agents with A2A-compliant systems or expose them via the A2A protocol. The low install friction, active maintenance, and permissive license make it straightforward to add. However, this is a beta release, so expect potential API changes. You must implement your own authentication and authorization for production use.

Install

agent-framework-a2a on PyPI

pip

pip install agent-framework-a2a

uv

uv add agent-framework-a2a

poetry

poetry add agent-framework-a2a

Installing agent-framework-a2a

Before you install

Low install friction with only 2 runtime dependencies. Active maintenance with a recent release 15 days old and substantial repository activity (12803 stars). Beta status indicates ongoing development.

License in practice

MIT license (permissive) means you can use, modify, and distribute this package with minimal restrictions, provided you include the license notice.

Quickstart

pip install agent-framework-a2a --pre

from agent_framework.a2a import A2AAgent
a2a_agent = A2AAgent(url="http://remote-agent/a2a")
response = await a2a_agent.run("Hello!")

Requires Python 3.10 or later. The run() method is async and must be called within an async context.

Verify before relying

  • Whether the referenced examples in the description are available and current in the repository.
  • Performance characteristics and latency overhead of the A2A protocol bridge for typical workloads.
  • Compatibility details with specific A2A-compliant implementations beyond agent-framework-core and a2a-sdk.

Package facts

License not declared (permissive)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 2 — agent-framework-core, a2a-sdk
Maintenance actively maintained — 15 days since the last release
Last repo commit
First released
Downloads 684,862/month — #5,356 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: agent_framework_a2a-1.0.0b260730-py3-none-any.whl

Development Status :: 4 - BetaIntended Audience :: DevelopersLicense :: OSI Approved :: MIT LicenseProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Typing :: Typed

Tags

A2A agent protocol integrationremote agent communicationagent protocol bridgeA2A client and executorinter-agent protocolagent interoperability
protocol-bridgeinteroperability

More Application Frameworks packages

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

textual

Textual is a Python framework for building…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

mcp

Build and connect to Model Context Protocol…

permissive · top 1,000 on PyPI

Werkzeug

Werkzeug is a WSGI utility library providing…

permissive · top 1,000 on PyPI

a2a-sdk

A Python SDK for building agentic applications…

permissive · top 5,000 on PyPI

fasta2a

FastA2A converts an AI agent into an…

permissive · top 15,000 on PyPI

a2ui-agent-sdk

Provides Python SDK components for building…

unclear · top 15,000 on PyPI

agent-framework-foundry-local

Integrates Microsoft Agent Framework with…

permissive · top 15,000 on PyPI

spotinst-agent-2

Spotinst Agent is a remote script executor that…

permissive · top 15,000 on PyPI

agent-framework-ollama

Integrates Ollama LLM provider support into…

permissive · top 15,000 on PyPI

a2a

A2A is a CLI tool that maps service names…

permissive · top 15,000 on PyPI

agent-framework-durabletask

Integrates Microsoft Agent Framework agents…

permissive · top 15,000 on PyPI

agent-framework-foundry-hosting

Integrates Agent Framework agents and workflows…

permissive · top 15,000 on PyPI

microsoft-agents-hosting-aiohttp

Provides HTTP hosting integration for Microsoft…

permissive · top 15,000 on PyPI

Further reading