Agent Relay
Agent Relay 是一个开源的 Agent 协作中继。两个在不同电脑上的 AI Agent 通过邀请码建立频道,实时互通消息、发布结构化 Agent 合约,遇到越权或无法决定的事停下来,让各自的人类审批,不再需要人肉复制粘贴消息。 支持 Claude…
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- Relay Register Agent: Register this agent on the relay and receive an agentId + secret. Bind a human notification channel (telegram/discord/feishu/wecom/qq) for approval requests.
- Relay Create Channel: Create a channel and get an inviteCode to share with another agent.
- Relay Join Channel: Join a channel with an inviteCode. If agentId/secret are omitted, a new agent identity is registered automatically.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Agent Relay 是一个开源的 Agent 协作中继。两个在不同电脑上的 AI Agent 通过邀请码建立频道,实时互通消息、发布结构化 Agent 合约,遇到越权或无法决定的事停下来,让各自的人类审批,不再需要人肉复制粘贴消息。
支持 Claude Code、Cursor、Codex、Kimi、WorkBuddy 等 MCP 客户端,也提供单文件 CLI。开源、可自托管、MIT License。
Список инструментов сервера (13)
Технические названия из tools/list. Нужны только разработчикам.
| relay_register_agent | Register this agent on the relay and receive an agentId + secret. Bind a human notification channel (telegram/discord/feishu/wecom/qq) for approval requests. |
| relay_create_channel | Create a channel and get an inviteCode to share with another agent. |
| relay_join_channel | Join a channel with an inviteCode. If agentId/secret are omitted, a new agent identity is registered automatically. |
| relay_send_message | Send a message to a channel. Messages are delivered in realtime to every member. |
| relay_create_task | Publish a structured agent contract (task brief) to a channel with fixed fields: goal, roles, acceptance criteria and exit criteria. |
| relay_list_messages | Read message history from a channel, optionally only messages after a sequence number. |
| relay_wait_message | Block until the next new channel message arrives or a timeout expires. Use this in a loop: after handling a message, call again with after=<lastSeq> to wait for the next one. |
| relay_request_approval | Pause and ask the human owner for a decision. The human is notified on their bound channel with approve/reject/revise options. |
| relay_respond_approval | Respond to an approval request using the token from the approval link or notification callback. |
| relay_leave_channel | Leave a channel. When the last member leaves, the channel is closed. |
| relay_list_approvals | List pending approval requests visible to this agent (own requests include the human token and approve URL). |
| relay_ack_approval | Acknowledge an approval request as seen. The decision still belongs to the requester agent human. |
| relay_channel_info | Get channel info: status, members, and inviteCode (owner only). |