Update chat events/transcription flow and container startup fixes

This commit is contained in:
Ruslan Bakiev
2026-02-19 12:54:16 +07:00
parent 7cc86579b2
commit 3ac487c25b
27 changed files with 3888 additions and 780 deletions

View File

@@ -13,9 +13,11 @@
"generate": "nuxt generate",
"postinstall": "nuxt prepare && prisma generate",
"preview": "nuxt preview",
"typecheck": "nuxt typecheck"
"typecheck": "nuxt typecheck",
"worker:delivery": "tsx server/queues/worker.ts"
},
"dependencies": {
"@ai-sdk/vue": "^3.0.91",
"@langchain/core": "^0.3.77",
"@langchain/langgraph": "^0.2.74",
"@langchain/openai": "^0.6.9",
@@ -26,19 +28,25 @@
"@tiptap/extension-placeholder": "^2.27.2",
"@tiptap/starter-kit": "^2.27.2",
"@tiptap/vue-3": "^2.27.2",
"@xenova/transformers": "^2.17.2",
"ai": "^6.0.91",
"bullmq": "^5.58.2",
"daisyui": "^5.5.18",
"graphql": "^16.12.0",
"ioredis": "^5.7.0",
"langfuse": "^3.38.6",
"langsmith": "^0.5.4",
"nuxt": "^4.3.1",
"tailwindcss": "^4.1.18",
"vue": "^3.5.27",
"wavesurfer.js": "^7.12.1",
"y-webrtc": "^10.3.0",
"yjs": "^13.6.29",
"zod": "^4.1.5"
},
"devDependencies": {
"prisma": "^6.16.1"
"prisma": "^6.16.1",
"tsx": "^4.20.5"
},
"prisma": {
"seed": "node prisma/seed.mjs"