
随着人工智能技术的快速发展,多智能体系统之间的协同与通信变得日益重要。Ooder AI Bridge 协议旨在建立一个标准化的通信框架,实现不同智能体、技能服务和资源系统之间的无缝交互与协作。
┌────────────────┐ ┌────────────────┐ ┌────────────────┐
│ 应用层 │────▶│ 协议层 │────▶│ 传输层 │
└────────────────┘ └────────────────┘ └────────────────┘
▲ ▲ ▲
│ │ │
└───────────────────────┴───────────────────────┘
安全层本协议文档采用分册结构,包括以下部分:
术语 | 解释 |
|---|---|
Ooder | 智能体系统的统一品牌名称 |
Skill | 提供特定功能的服务单元 |
Capability | Skill提供的具体能力 |
Space | 资源组织的基本单位 |
Zone | Space内的子区域,用于更细粒度的资源管理 |
Endpoint | 服务的网络访问点 |
Endpoints | 服务的多个网络访问点列表 |
AI Bridge | 智能体间通信的桥梁协议 |
MCP Agent | 主控智能体,负责资源管理和调度 |
Route Agent | 路由智能体,负责消息路由和转发 |
End Agent | 终端智能体,负责与外部设备和系统交互 |
版本号 | 发布日期 | 主要变化 |
|---|---|---|
v0.51 | 2025-12-15 | 初始版本发布 |
v0.52 | 2026-01-18 | 术语统一与功能增强 |
{
"version": "0.52",
"id": "uuid-1234-5678-90ab-cdef",
"timestamp": 1737000000000,
"type": "request",
"command": "skill.discover",
"params": {
"space_id": "space-123",
"capability": "weather"
},
"metadata": {
"sender_id": "agent-123",
"trace_id": "trace-456"
}
}错误码 | 描述 | HTTP状态码 |
|---|---|---|
1001 | 参数错误 | 400 |
1002 | 认证失败 | 401 |
1003 | 权限不足 | 403 |
1004 | 资源不存在 | 404 |
1005 | 内部错误 | 500 |
1006 | 服务不可用 | 503 |
本协议适用于以下场景:
MIT License
Copyright (c) 2026 Ooder Technology Co., Ltd.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this document and associated documentation files, to deal
in the document without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the document, and to permit persons to whom the document is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the document.
THE DOCUMENT IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE DOCUMENT OR THE USE OR OTHER DEALINGS IN THE
DOCUMENT.
Ooder Technology Co., Ltd.
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。