chore: 增加 agent-runtime 模块,准备agent 底座开发
This commit is contained in:
14
pom.xml
14
pom.xml
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user