mirror of
https://gitcode.com/JianFeeeee/HomeAgent.git
synced 2026-09-22 18:08:04 +00:00
a2a: - tasks.get 从空壳改为按 session_id 返回会话内近 N 条消息(默认10); 新增 session.get 别名同语义 - a2a_query(出站)接受 session_id 参数透传给目标 agent, 响应回显 session_id + 延续提示 - A2AParams/A2AResult 加 session_id 字段;工具描述补说明 acp: - 新增 JSON-RPC method session/get:按 session_id 返回近 N 条消息 - acp_query(出站)接受 session_id 透传给 session/new, 响应回显 + 延续提示 - params 结构体加 limit 字段 端到端验证(回环本机): a2a tasks.send→建会话;session.get→返回[user/agent]交替消息列表 同 session 第二轮延续上下文正确(记数字→答数字) acp session/new + session/get 同样通过
19 lines
531 B
JSON
19 lines
531 B
JSON
{
|
||
"name": "acp",
|
||
"name_zh": "ACP 代理通信",
|
||
"name_en": "ACP Agent Client Protocol",
|
||
"version": "1.2.0",
|
||
"description": "Agent Client Protocol 通信插件:充当 ACP 服务端接受其他 Agent 的任务请求,同时提供客户端工具向远程 ACP Agent(如 opencode)发起会话并读取回复",
|
||
"author": "HomeAgent",
|
||
"entry": "plugin.so",
|
||
"tags": [
|
||
"acp",
|
||
"agent",
|
||
"interop"
|
||
],
|
||
"targets": "linux/amd64",
|
||
"outdir": "dist",
|
||
"bundle": true,
|
||
"replaces": {},
|
||
"source_dirs": []
|
||
} |