feat: 升级 Tinyflow、Agents-Flex 等到最新版本
| | |
| | | <dependency> |
| | | <groupId>dev.tinyflow</groupId> |
| | | <artifactId>tinyflow-java-core</artifactId> |
| | | <version>1.0.5</version> |
| | | </dependency> |
| | | <!--使用 enjoy 模板引擎--> |
| | | <dependency> |
| | |
| | | "@ant-design/icons": "^5.6.1", |
| | | "@ant-design/pro-components": "^2.8.7", |
| | | "@ant-design/x": "^1.1.0", |
| | | "@tinyflow-ai/react": "^0.1.9", |
| | | "@tinyflow-ai/react": "^0.1.10", |
| | | "ahooks": "^3.8.4", |
| | | "aieditor": "^1.3.6", |
| | | "antd": "^5.24.6", |
| | |
| | | } |
| | | }, |
| | | "node_modules/@tinyflow-ai/react": { |
| | | "version": "0.1.9", |
| | | "resolved": "https://registry.npmjs.org/@tinyflow-ai/react/-/react-0.1.9.tgz", |
| | | "integrity": "sha512-nmD9nkd5pu9GKWT6KmsJNNzEMyxkBydFVEaPL5izvruib09zFEedlKMmoGs9tC650i5HiSJG9RFvYwuR9FmXmg==", |
| | | "version": "0.1.10", |
| | | "resolved": "https://registry.npmjs.org/@tinyflow-ai/react/-/react-0.1.10.tgz", |
| | | "integrity": "sha512-2imzycdLIRZ8kYczikFPJE7mvqC48vsa92ylaDR6rkjNwiU2M2rgoTXQK+yMzlIqfgNaJO6dBH5gr1wCbb88zw==", |
| | | "license": "LGPL-3.0-or-later", |
| | | "dependencies": { |
| | | "@tinyflow-ai/ui": "0.1.9" |
| | | "@tinyflow-ai/ui": "0.1.10" |
| | | }, |
| | | "peerDependencies": { |
| | | "react": "^18.2.0", |
| | |
| | | } |
| | | }, |
| | | "node_modules/@tinyflow-ai/ui": { |
| | | "version": "0.1.9", |
| | | "resolved": "https://registry.npmjs.org/@tinyflow-ai/ui/-/ui-0.1.9.tgz", |
| | | "integrity": "sha512-18WkiemNGvvqSrTdI+i8TCD4K1M2pEj+D15w5Se85lUiO/ggaqoDLduqC+QW4mqKI0+3B+bCFfibFJ+/6bTREQ==", |
| | | "version": "0.1.10", |
| | | "resolved": "https://registry.npmjs.org/@tinyflow-ai/ui/-/ui-0.1.10.tgz", |
| | | "integrity": "sha512-VUmzpgYZZXpokSQZUNBxgOOJ/W4iN1hvpbipzez7nHSTCrGrpUwg6DzwvPPIn9YC48pCD66S5IX8DyxV77H6yg==", |
| | | "license": "LGPL-3.0-or-later", |
| | | "dependencies": { |
| | | "@floating-ui/dom": "^1.7.0", |
| | |
| | | "@ant-design/icons": "^5.6.1", |
| | | "@ant-design/pro-components": "^2.8.7", |
| | | "@ant-design/x": "^1.1.0", |
| | | "@tinyflow-ai/react": "^0.1.9", |
| | | "@tinyflow-ai/react": "^0.1.10", |
| | | "ahooks": "^3.8.4", |
| | | "aieditor": "^1.3.6", |
| | | "antd": "^5.24.6", |
| | |
| | | <maven.compiler.target>8</maven.compiler.target> |
| | | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| | | <mybatis-flex.version>1.10.9</mybatis-flex.version> |
| | | <agents-flex.version>1.0.8</agents-flex.version> |
| | | <agents-flex.version>1.0.9</agents-flex.version> |
| | | <tinyflow-java.version>1.0.6</tinyflow-java.version> |
| | | <okhttp.version>4.9.3</okhttp.version> |
| | | <spring.version>5.3.25</spring.version> |
| | | <spring-boot.version>2.7.18</spring-boot.version> |
| | |
| | | <version>${agents-flex.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>dev.tinyflow</groupId> |
| | | <artifactId>tinyflow-java-core</artifactId> |
| | | <version>${tinyflow-java.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.squareup.okhttp3</groupId> |
| | | <artifactId>okhttp</artifactId> |
| | | <version>${okhttp.version}</version> |