feat: 标准化 Agent AG-UI 与审批运行时
- 新增 AG-UI 事件投影与协议编码模块 - 支持 Turn 级审批作用域和受信任动态审批策略
This commit is contained in:
13
pom.xml
13
pom.xml
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user