Agent Relay

Agent Relay 是一个开源的 Agent 协作中继。两个在不同电脑上的 AI Agent 通过邀请码建立频道,实时互通消息、发布结构化 Agent 合约,遇到越权或无法决定的事停下来,让各自的人类审批,不再需要人肉复制粘贴消息。 支持 Claude…

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

  • 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.

What data it sees

Do you need an account

No: the server works without sign-in

Agent Relay 是一个开源的 Agent 协作中继。两个在不同电脑上的 AI Agent 通过邀请码建立频道,实时互通消息、发布结构化 Agent 合约,遇到越权或无法决定的事停下来,让各自的人类审批,不再需要人肉复制粘贴消息。

支持 Claude Code、Cursor、Codex、Kimi、WorkBuddy 等 MCP 客户端,也提供单文件 CLI。开源、可自托管、MIT License。

Server tool list (13)

Raw names from tools/list. Only developers need these.

relay_register_agentRegister 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_channelCreate a channel and get an inviteCode to share with another agent.
relay_join_channelJoin a channel with an inviteCode. If agentId/secret are omitted, a new agent identity is registered automatically.
relay_send_messageSend a message to a channel. Messages are delivered in realtime to every member.
relay_create_taskPublish a structured agent contract (task brief) to a channel with fixed fields: goal, roles, acceptance criteria and exit criteria.
relay_list_messagesRead message history from a channel, optionally only messages after a sequence number.
relay_wait_messageBlock 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_approvalPause and ask the human owner for a decision. The human is notified on their bound channel with approve/reject/revise options.
relay_respond_approvalRespond to an approval request using the token from the approval link or notification callback.
relay_leave_channelLeave a channel. When the last member leaves, the channel is closed.
relay_list_approvalsList pending approval requests visible to this agent (own requests include the human token and approve URL).
relay_ack_approvalAcknowledge an approval request as seen. The decision still belongs to the requester agent human.
relay_channel_infoGet channel info: status, members, and inviteCode (owner only).