feat(平台): 补齐服务端持久化和AI拆解契约

This commit is contained in:
Script Generator
2026-06-25 15:21:32 +08:00
parent 5723356d08
commit 5adc7759ad
73 changed files with 5599 additions and 368 deletions

View File

@@ -16,6 +16,7 @@
"db:studio": "prisma studio"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.27.0",
"@ftb/shared": "workspace:*",
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
@@ -24,6 +25,7 @@
"@prisma/client": "^5.15.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.15.1",
"openai": "^4.104.0",
"reflect-metadata": "^0.2.0",
"rxjs": "^7.8.0"
},