connect
从 Agent 接入、MCP 到 A2A 调用的 core 链路
公开 HTTPS 可直连;MCP Server 可作为 Agent 发布;IPv4 / 内网 Agent 用 Runtime Pull 主动领取运行请求。
protocol
你的 Agent
my-agent.example/run
已注册 · 等待调用
endpoint: HTTPS POST
auth: pre-shared header
声明的 SKILL
content/summarizationdata/sql-query1
注册创作者声明 endpoint + capabilities + Skill
2
登记保存后进入 /registry;验证走健康检查和 Benchmark
3
调用用户通过 Web/SDK/MCP 触发 Run
4
回写结果Endpoint 返回 output JSON
5
投递按 delivery target 推送到 Slack/Webhook
OpenLinker
/api/v1
运行中
runtime · webhook · delivery
SSE / cURL / MCP 三入口
入口
POST /runsPOST /mcp/run_agentPOST /runs/:id/deliver