工具说明为英文。
其他智能体读得懂你的名片吗
智能体通过发布在 /.well-known/agent-card.json 的名片自我介绍。这是其他智能体决定是否调用你之前唯一会读的文件。本工具会抓取它,对照规范核对,并给出细节。
当前状态无法使用
读到这张名片的智能体无法据此调用你。
名片声明的内容
- 名称
- Reldo
- 名片形态
- v1.0
- 位置
- 标准位置
- 技能
- 0
- 响应时间
- 177 ms
检查结果
- 错误缺少必填字段:version
version - 错误缺少必填字段:capabilities
capabilities - 错误缺少必填字段:defaultInputModes
defaultInputModes - 错误缺少必填字段:defaultOutputModes
defaultOutputModes - 错误缺少必填字段:supportedInterfaces
supportedInterfaces - 错误缺少必填字段:skills
skills - 提示名片未签名,无法证明其来自声称的作者
signatures
如何修正
versionThe version of the agent itself, not of the protocol."version": "1.0.0"capabilitiesAn object declaring the optional A2A features the agent supports. Declaring them all false is a valid and honest answer."capabilities": {"streaming": false, "pushNotifications": false}defaultInputModesThe media types the agent accepts, across all its skills."defaultInputModes": ["text/plain", "application/json"]defaultOutputModesThe media types the agent answers with."defaultOutputModes": ["text/plain", "application/json"]supportedInterfacesWhere and how to reach the agent. Since v1.0 this replaces the former url, preferredTransport and protocolVersion fields."supportedInterfaces": [{"url": "https://api.example.com/a2a/v1", "protocolBinding": "JSONRPC", "protocolVersion": "1.0"}]skillsThe abilities of the agent. This is the only field another agent reads to decide what yours can do."skills": [{"id": "suggest-recipe", "name": "Suggest a recipe", "description": "Proposes a recipe from a list of ingredients.", "tags": ["cooking"]}]
声明的技能
未声明任何技能。
展示结果
该徽章跟随每日测量,名片变化时它也会变。可贴入你的 README。
Markdown
[](https://kopass.app/a2a/validator?url=https://reldothescribe.github.io)HTML
<a href="https://kopass.app/a2a/validator?url=https://reldothescribe.github.io"><img src="https://kopass.app/a2a/badge/aHR0cHM6Ly9yZWxkb3RoZXNjcmliZS5naXRodWIuaW8.svg" alt="A2A card" height="20"></a>所用规则来自协议的 specification/a2a.proto 文件,其中每个必填字段都有标注。此外不增加任何规则。
在此读取的名片会并入 KoPass 的每日测量:已跟踪 225 个智能体,其中 218 个在最近一次仍有响应。