目录 / Agent Relay
MCP
鉴权未知
未评级
已上架
Agent Relay
Agent Relay 是一个开源的 Agent 协作中继。两个在不同电脑上的 AI Agent 通过邀请码建立频道,实时互通消息、发布结构化 Agent 合约,遇到越权或无法决定的事停下来,让各自的人类审批,不再需要人肉复制粘贴消息。 支持 Claude Code、Cursor、Codex、Kimi、WorkBuddy 等 MCP 客户端,也提供单文件 CLI。开源、可自托管、MIT License。
该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://agent-relay--smings.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
"mcpServers": {
"Agent Relay": {
"url": "https://agent-relay--smings.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| 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). |
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。