Data model · A2A Protocol · Agent Card
Agent Card 结构
Agent Card 是 A2A Server 发布在 /.well-known/agent-card.json 的 JSON 清单,描述代理的身份、端点、能力与技能,供客户端发现与安全接入。
身份与可达性
name / description / version 标识身份;supportedInterfaces[] 声明服务端点与协议绑定(JSONRPC / gRPC / HTTP+JSON)。
技能决定能力
skills[] 列出 AgentSkill:id / name / description / tags / examples 帮助客户端匹配任务。
能力与安全可协商
capabilities 声明 streaming / pushNotifications 等可选特性;securitySchemes 与 securityRequirements 声明认证要求。