diff --git a/example/a2a/plg.json b/example/a2a/plg.json index b089e19..403f3c5 100644 --- a/example/a2a/plg.json +++ b/example/a2a/plg.json @@ -2,7 +2,7 @@ "name": "a2a", "name_zh": "A2A 代理通信", "name_en": "A2A Agent Communication", - "version": "1.3.0", + "version": "1.3.1", "description": "Agent-to-Agent 协议通信插件,支持双向 A2A 通信:可查询其他 Agent 并回复其请求。提供 HTTP 服务端暴露本 Agent 能力。", "author": "HomeAgent", "entry": "plugin.so", diff --git a/example/acp/plg.json b/example/acp/plg.json index e9fe3e1..b499e56 100644 --- a/example/acp/plg.json +++ b/example/acp/plg.json @@ -2,7 +2,7 @@ "name": "acp", "name_zh": "ACP 代理通信", "name_en": "ACP Agent Client Protocol", - "version": "1.2.0", + "version": "1.2.1", "description": "Agent Client Protocol 通信插件:充当 ACP 服务端接受其他 Agent 的任务请求,同时提供客户端工具向远程 ACP Agent(如 opencode)发起会话并读取回复", "author": "HomeAgent", "entry": "plugin.so",