mirror of
https://gitcode.com/JianFeeeee/homeagent-sdk.git
synced 2026-09-20 17:08:01 +00:00
16 lines
480 B
JSON
16 lines
480 B
JSON
{
|
|
"name": "a2a",
|
|
"name_zh": "A2A 代理通信",
|
|
"name_en": "A2A Agent Communication",
|
|
"version": "1.0.0",
|
|
"description": "Agent-to-Agent 协议通信插件,支持双向 A2A 通信:可查询其他 Agent 并回复其请求。提供 HTTP 服务端暴露本 Agent 能力。",
|
|
"author": "HomeAgent",
|
|
"entry": "plugin.so",
|
|
"tags": ["a2a", "agent", "interop"],
|
|
"targets": "linux/amd64",
|
|
"outdir": "dist",
|
|
"bundle": true,
|
|
"replaces": {},
|
|
"source_dirs": []
|
|
}
|