feat(ai-web): 尝试解析流程图

This commit is contained in:
v-zhangjc9
2025-06-25 17:55:05 +08:00
parent 6f7f7cea67
commit f6bd7e52e1
7 changed files with 212 additions and 0 deletions

View File

@@ -155,6 +155,11 @@
<artifactId>liteflow-spring-boot-starter</artifactId>
<version>2.13.2</version>
</dependency>
<dependency>
<groupId>com.yomahub</groupId>
<artifactId>liteflow-el-builder</artifactId>
<version>2.13.2</version>
</dependency>
<dependency>
<groupId>org.noear</groupId>
<artifactId>solon-ai</artifactId>