93 lines
3.1 KiB
XML
93 lines
3.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<groupId>tech.easyflow</groupId>
|
|
<artifactId>easyflow-modules</artifactId>
|
|
<version>${revision}</version>
|
|
</parent>
|
|
|
|
<name>easyflow-module-ai</name>
|
|
<artifactId>easyflow-module-ai</artifactId>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>tech.easyflow</groupId>
|
|
<artifactId>easyflow-common-audio</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>tech.easyflow</groupId>
|
|
<artifactId>easyflow-module-datacenter</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>tech.easyflow</groupId>
|
|
<artifactId>easyflow-common-cache</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>tech.easyflow</groupId>
|
|
<artifactId>easyflow-common-base</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>tech.easyflow</groupId>
|
|
<artifactId>easyflow-common-ai</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.easyagents</groupId>
|
|
<artifactId>easy-agents-flow</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.easyagents</groupId>
|
|
<artifactId>easy-agents-support</artifactId>
|
|
</dependency>
|
|
<!--使用
|
|
enjoy 模板引擎-->
|
|
<dependency>
|
|
<groupId>com.jfinal</groupId>
|
|
<artifactId>enjoy</artifactId>
|
|
<version>5.1.3</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.mybatis-flex</groupId>
|
|
<artifactId>mybatis-flex-spring-boot3-starter</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>tech.easyflow</groupId>
|
|
<artifactId>easyflow-common-satoken</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>tech.easyflow</groupId>
|
|
<artifactId>easyflow-common-file-storage</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>cn.hutool</groupId>
|
|
<artifactId>hutool-core</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>tech.easyflow</groupId>
|
|
<artifactId>easyflow-module-system</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.java-websocket</groupId>
|
|
<artifactId>Java-WebSocket</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-websocket</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>tech.easyflow</groupId>
|
|
<artifactId>easyflow-common-chat-protocol</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.easyagents</groupId>
|
|
<artifactId>easy-agents-mcp</artifactId>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|