mirror of
https://gitcode.com/JianFeeeee/homeagent-sdk.git
synced 2026-09-21 09:28:04 +00:00
入站请求从 InjectInterruptText(202 submitted) 改为 InjectInputSync 同步等待回复,直接返回回复文本;支持 params.session_id 延续多轮 上下文;注册为输出通道让回复有落点。详见 TrueAgent 仓库同名 commit。
19 lines
495 B
JSON
19 lines
495 B
JSON
{
|
|
"name": "a2a",
|
|
"name_zh": "A2A 代理通信",
|
|
"name_en": "A2A Agent Communication",
|
|
"version": "1.2.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": []
|
|
} |