feat: 迁移 lufa 定制 - 根配置与独立功能文件
- 根 package.json:合并 scripts(migration:collaborator/test:workflow) - 文档:dev.md 等采用官方最新版 - lufa 独立功能文件:scripts/migration、测试脚本、根目录配置等 - .env 文件:lufa 环境配置(需人工检查敏感信息) 迁移方式:以官方 v4.14.30 为基底,三向合并 lufa(基于 v4.12.1)的定制改动
Showing
build.sh
0 → 100644
config.json
0 → 100644
This diff is collapsed.
Click to expand it.
deploy/docker/docker-compose-pgvector.yml
0 → 100644
docker-compose-sample.yml
0 → 100644
docker-compose.yml
0 → 100644
| { | ||
| "name": "fastgpt", | ||
| "name": "AI Agents Flow", | ||
| "version": "4.0", | ||
| "private": true, | ||
| "scripts": { | ||
| ... | ... | @@ -24,6 +24,8 @@ |
| "test:service": "turbo run test --filter=@fastgpt/service", | ||
| "test:service:integration": "turbo run test:integration --filter=@fastgpt/service", | ||
| "test:vector": "turbo run test:integration --filter=@fastgpt/service", | ||
| "test:workflow": "vitest run workflow", | ||
| "migration:collaborator": "npx ts-node scripts/migration/migrateCollaboratorToResource.ts", | ||
| "build:sdks": "pnpm -r --filter @fastgpt-sdk/storage --filter @fastgpt-sdk/otel --filter @fastgpt-sdk/sandbox-adapter build" | ||
| }, | ||
| "devDependencies": { | ||
| ... | ... |
scripts/migration/MIGRATION_GUIDE.md
0 → 100644
test-echarts-config.js
0 → 100644
test-mongo-query.js
0 → 100644
Please
register
or
sign in
to comment