chore: 增加 agent-runtime 模块,准备agent 底座开发

This commit is contained in:
2026-05-18 11:29:57 +08:00
parent e16f1f00dc
commit 787ca328f9
3 changed files with 54 additions and 0 deletions

14
pom.xml
View File

@@ -27,6 +27,7 @@
<module>easy-agents-embedding</module>
<module>easy-agents-tool</module>
<module>easy-agents-mcp</module>
<module>easy-agents-agent-runtime</module>
<module>easy-agents-flow</module>
<module>easy-agents-support</module>
</modules>
@@ -44,6 +45,7 @@
<spring-boot.version>2.7.18</spring-boot.version>
<kotlin.version>1.8.22</kotlin.version>
<opentelemetry.version>1.51.0</opentelemetry.version>
<agentscope.version>1.0.12</agentscope.version>
</properties>
@@ -428,6 +430,18 @@
<version>${revision}</version>
</dependency>
<dependency>
<groupId>com.easyagents</groupId>
<artifactId>easy-agents-agent-runtime</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>io.agentscope</groupId>
<artifactId>agentscope</artifactId>
<version>${agentscope.version}</version>
</dependency>
</dependencies>
</dependencyManagement>