完成全部功能,优化图表和对话

This commit is contained in:
2025-03-01 18:44:27 +08:00
parent bfffbc9868
commit d90029e7c2
15 changed files with 9338 additions and 75 deletions

46
pom.xml
View File

@@ -47,10 +47,50 @@
<artifactId>hutool-all</artifactId>
<version>5.8.32</version>
</dependency>
<!-- <dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-qdrant-store-spring-boot-starter</artifactId>
<dependency>
<groupId>net.datafaker</groupId>
<artifactId>datafaker</artifactId>
<version>2.4.2</version>
</dependency>
<!--<dependency>
<groupId>io.projectreactor.netty</groupId>
<artifactId>reactor-netty-http</artifactId>
<version>1.2.3</version>
</dependency>-->
<!--<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-reactive-httpclient</artifactId>
<version>4.0.8</version>
</dependency>-->
<!--<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<version>5.4.2</version>
</dependency>-->
<!--<dependency>
<groupId>org.apache.httpcomponents.core5</groupId>
<artifactId>httpcore5-reactive</artifactId>
<version>5.3.3</version>
</dependency>-->
<!--<dependency>
<groupId>com.openai</groupId>
<artifactId>openai-java</artifactId>
<version>0.30.0</version>
</dependency>-->
<!--<dependency>
<groupId>com.agentsflex</groupId>
<artifactId>agents-flex-bom</artifactId>
<version>1.0.0-rc.6</version>
</dependency>
<dependency>
<groupId>com.agentsflex</groupId>
<artifactId>agents-flex-spring-boot-starter</artifactId>
<version>1.0.0-rc.6</version>
</dependency>-->
<!-- <dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-qdrant-store-spring-boot-starter</artifactId>
</dependency>-->
</dependencies>
<dependencyManagement>
<dependencies>