feat: 增加技能管理模块试验性功能,等待优化
This commit is contained in:
7
pom.xml
7
pom.xml
@@ -27,6 +27,7 @@
|
||||
<module>easy-agents-embedding</module>
|
||||
<module>easy-agents-tool</module>
|
||||
<module>easy-agents-mcp</module>
|
||||
<module>easy-agents-skill</module>
|
||||
<module>easy-agents-agent-runtime</module>
|
||||
<module>easy-agents-flow</module>
|
||||
<module>easy-agents-support</module>
|
||||
@@ -430,6 +431,12 @@
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.easyagents</groupId>
|
||||
<artifactId>easy-agents-skill</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.easyagents</groupId>
|
||||
<artifactId>easy-agents-agent-runtime</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user