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 interactivel
复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-cli-a2a-d34ae5a919c3 ,按照其中的说明把「cli-a2a」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
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.
npm install -g omniroute # or: npx omniroute
omniroute --version
a2aAgent-to-Agent (A2A) server
Example:
omniroute a2a
a2a statusShow A2A server status
Flags:
--jsonExample:
omniroute a2a status
a2a cardPrint the Agent Card JSON
Example:
omniroute a2a card
a2a skillsExample:
omniroute a2a skills
a2a invoke <skill>Flags:
--input <json>--input-file <path>--wait--timeout <ms>Example:
omniroute a2a invoke <skill>
a2a tasksExample:
omniroute a2a tasks
a2a listFlags:
--status <s>--skill <s>--limit <n>--since <ts>Example:
omniroute a2a list
a2a get <id>Example:
omniroute a2a get <id>
a2a cancel <id>Flags:
--yesExample:
omniroute a2a cancel <id>
a2a watch <id>Example:
omniroute a2a watch <id>
a2a stream <id>Example:
omniroute a2a stream <id>
a2a logs <id>Example:
omniroute a2a logs <id>