feat: 增加技能管理模块试验性功能,等待优化

This commit is contained in:
2026-06-08 16:52:41 +08:00
parent 55434466d4
commit 13e848ddf4
29 changed files with 2622 additions and 0 deletions

View File

@@ -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>