StackA2A
code-generationgoogle-adkpython

Handler

45

by alDuncanson

A2A Protocol client and developer toolkit.

36 starsUpdated 2026-02-22GPL-3.0
Quality Score45/100
Community
35
Freshness
100
Official
30
Skills
10
Protocol
40
🔒 Security
20

Getting Started

1Clone the repository
$ git clone https://github.com/alDuncanson/Handler
2Navigate to the project
$ cd Handler
3Install dependencies
$ pip install -r requirements.txt
4Run the agent
$ python main.py

Or connect to the hosted endpoint: https://alduncanson.github.io/Handler/

README

Handler

CI A2A Protocol PyPI version PyPI - Status PyPI monthly downloads Pepy total downloads GitHub stars

Handler TUI

Handler is an open-source A2A Protocol client and developer toolkit.

It provides a CLI and TUI for communicating with remote agents, an MCP server for bridging AI assistants into the A2A ecosystem, a reference server agent implementation, push notification support, and agent card validation. Whether you're building agents, integrating with existing ones, or exploring agent-to-agent communication, Handler gives you the observability and control you need from your terminal.

Who is Handler For?

Handler is for developers, researchers, and teams working with AI agents. If you're building agents that speak A2A, Handler helps you test and debug them. If you're integrating with existing A2A agents, Handler gives you a fast way to explore their capabilities. If you want your AI assistant to communicate with other agents, Handler's MCP server bridges that gap. And if you're just curious about agent-to-agent communication, Handler is a great place to start.

Get Started

Install

Install with uv:

uv tool install a2a-handler

Or with pipx:

pipx install a2a-handler

Or with pip:

pip install a2a-handler

Run

Or, run from an ephemeral environment:

# With uv
uvx --from a2a-handler handler

# With pipx
pipx run a2a-handler

Development Environment

A hermetically sealed development environment is available with Nix:

nix develop

This provides Python, uv, and just with all commands ready to use.

For usage documentation, see the Handler docs.

Contributing

See CONTRIBUTING.md.

Capabilities

StreamingPush NotificationsMulti-TurnAuth: none
a2a-clia2a-clienta2a-serveradkagentaiai-agentsclilitellmmcp
View on GitHub