ARD 技术规格:ai-catalog.json 如何让 Agent「搜能力」像搜网页

2026-06-19 01:00:00

ARD 技术规格要点

ai-catalog.json 结构(概念)

{
  "provider": "example.com",
  "capabilities": [
    { "type": "mcp", "name": "github-tools", "endpoint": "..." },
    { "type": "agent", "name": "research-bot", "..." },
    { "type": "openapi", "spec": "..." }
  ],
  "trust": { "manifest": "..." }
}

托管于:https://yourdomain.com/.well-known/ai-catalog.json

发现模式

  1. Registry 搜索:自然语言 intent → Registry crawl 索引 → 返回 ranked 能力
  2. 直连 Catalog:已知伙伴域名 → 直接 fetch catalog(跳过搜索)

信任层

  • Trust Manifest:密码学证明发布者身份
  • Agent Registry:企业 URN、Egress 策略、Tool Pinning
  • 合规:支持 HIPAA 等 Agent Identity 验证

与 MCP 分工

职责
ARD 发现 + 验证 + 索引
MCP 运行时 Tool 调用协议

快速开始

Google Developers Blog 提供 Quickstart:数分钟发布首个 Catalog。

生态

GitHub Agent Finder、Gemini Enterprise Agent Registry 原生实现 ARD——预计 Q3 更多客户端跟进。