Skip to main content

An A2A Protocol client TUI and CLI.

Project description

Handler

CI A2A Protocol PyPI version PyPI - Status PyPI downloads GitHub stars

An A2A Protocol client TUI and CLI.

Handler TUI

Install

Install with uv:

uv tool install a2a-handler

Or run Handler in an ephemeral environment:

uvx --from a2a-handler handler

Use

For a full list of commands and options:

handler --help

Server Agent

Handler includes a reference implementation of an A2A server agent built with Google ADK and LiteLLM, connecting to Ollama for local inference.

Use any model from Ollama's library:

handler server agent --model llama3.2:1b

Handler will prompt to pull missing models automatically.

Run with authentication:

handler server agent --auth

Copy the API key from the terminal output.

Webhook Server

Run Handler's webhook server to receive asynchronous push notifications from A2A server agents:

handler server push

Then send messages with push notifications enabled:

handler message send http://localhost:8000 "hello" --push-url http://localhost:9000/webhook

Sending Messages

Send a message and get a response:

handler message send http://localhost:8000 "What can you help me with?"

Stream responses in real-time:

handler message stream http://localhost:8000 "Tell me a story"

Continue a conversation using saved session state:

handler message send http://localhost:8000 "Follow up question" --continue

Authentication

Save credentials for an agent:

handler auth set http://localhost:8000 --api-key my-secret
handler auth set https://api.example.com --bearer eyJhbG...

TUI

Launch the terminal user interface:

handler tui

Agent Cards

Fetch an agent's card:

handler card get http://localhost:8000

And validate an agent card from a URL or a file:

handler card validate http://localhost:8000
handler card validate ./agent-card.json

Upgrade

Upgrade Handler to the latest version from PyPI:

uv tool upgrade a2a-handler

Contributing

See CONTRIBUTING.md.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

a2a_handler-0.1.10.tar.gz (45.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

a2a_handler-0.1.10-py3-none-any.whl (55.0 kB view details)

Uploaded Python 3

File details

Details for the file a2a_handler-0.1.10.tar.gz.

File metadata

  • Download URL: a2a_handler-0.1.10.tar.gz
  • Upload date:
  • Size: 45.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.17 {"installer":{"name":"uv","version":"0.9.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for a2a_handler-0.1.10.tar.gz
Algorithm Hash digest
SHA256 578d97ae622a0ebd71d0d2d85df23a64f1bad35c7517889953de33d61b5823d4
MD5 0a8faebcf54d5961607c2af4bcb529ca
BLAKE2b-256 183ade7e39d8823230f58a52b6b723308ed8066cb44c747b403c7712b447cc89

See more details on using hashes here.

File details

Details for the file a2a_handler-0.1.10-py3-none-any.whl.

File metadata

  • Download URL: a2a_handler-0.1.10-py3-none-any.whl
  • Upload date:
  • Size: 55.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.17 {"installer":{"name":"uv","version":"0.9.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for a2a_handler-0.1.10-py3-none-any.whl
Algorithm Hash digest
SHA256 580a249929c39307e899e581692da5f592238594cfb292a84a423cf15bc634c9
MD5 c4adb9da55c40c00581312ae44503df1
BLAKE2b-256 55d8c643e24bbda44081167f35b2f1ea22dc67091c0c36cf593001a4147a4349

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page