Documentation
README
Overview
Interact with the OmniRoute A2A server from the CLI. Send tasks, inspect skill execution history, and test the JSON-RPC 2.0 agent-to-agent protocol interactively.
Quick install
npm install -g omniroute # or: npx omniroute
omniroute --version
Subcommands
a2a
Agent-to-Agent (A2A) server
Example:
omniroute a2a
a2a status
Show A2A server status
Flags:
--json
Example:
omniroute a2a status
a2a card
Print the Agent Card JSON
Example:
omniroute a2a card
a2a skills
Example:
omniroute a2a skills
a2a invoke <skill>
Flags:
This is the opening of the README. Read the full README on GitHub.