handler
A2A Protocol client TUI and CLI
TLDR
SYNOPSIS
handler command [options]
DESCRIPTION
handler is a client and developer toolkit for the A2A (Agent-to-Agent) Protocol, providing both a TUI and CLI interface for interacting with A2A-compliant agents. It allows developers to send messages, validate agents, manage tasks, and chat interactively with AI agents from the terminal.
The tool includes a built-in local A2A server agent (requires Ollama running locally) for testing and development purposes.
PARAMETERS
tui
Launch the interactive terminal user interfaceserver
Start the local A2A server agentsend
Send a message to an agentvalidate
Validate an A2A agent endpoint--url URL
Target agent URL--message TEXT
Message to send--verbose
Enable verbose output--debug
Enable debug logging
CAVEATS
The built-in server agent requires Ollama to be running locally. The A2A Protocol is relatively new and agent compatibility may vary across implementations.
HISTORY
handler was created by Al Duncanson and is written in Python. It was developed as a developer toolkit for Google's Agent-to-Agent (A2A) Protocol, which enables communication between AI agents from different frameworks.
SEE ALSO
curl(1)

