返回命令列表

Linux command

handler 命令

文本

Copy it and replace filenames, paths, or keywords as needed.

命令示例

Launch the interactive TUI

handler tui

Start the local A2A server agent

handler server

Send a message to an agent

handler send --url [agent_url] --message "[message]"

Validate an A2A agent

handler validate --url [agent_url]

说明

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.

参数

tui
Launch the interactive terminal user interface
server
Start the local A2A server agent
send
Send a message to an agent
validate
Validate an A2A agent endpoint
--url _URL_
Target agent URL
--message _TEXT_
Message to send
--verbose
Enable verbose output
--debug
Enable debug logging

FAQ

What is the handler command used for?

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.

How do I run a basic handler example?

Run `handler tui` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does tui do in handler?

Launch the interactive terminal user interface