feat: 标准化 Agent AG-UI 与审批运行时

- 新增 AG-UI 事件投影与协议编码模块

- 支持 Turn 级审批作用域和受信任动态审批策略
This commit is contained in:
2026-08-19 21:50:58 +08:00
parent a34ca9271e
commit 49a7de34bb
14 changed files with 1043 additions and 13 deletions

13
pom.xml
View File

@@ -29,6 +29,7 @@
<module>easy-agents-mcp</module>
<module>easy-agents-skill</module>
<module>easy-agents-agent-runtime</module>
<module>easy-agents-agui</module>
<module>easy-agents-flow</module>
<module>easy-agents-support</module>
</modules>
@@ -456,12 +457,24 @@
<version>${revision}</version>
</dependency>
<dependency>
<groupId>com.easyagents</groupId>
<artifactId>easy-agents-agui</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>io.agentscope</groupId>
<artifactId>agentscope</artifactId>
<version>${agentscope.version}</version>
</dependency>
<dependency>
<groupId>io.agentscope</groupId>
<artifactId>agentscope-extensions-agui</artifactId>
<version>${agentscope.version}</version>
</dependency>
</dependencies>
</dependencyManagement>