WIP - initial AI assistant chat working creating records

This commit is contained in:
Francisco Gaona
2026-01-12 23:55:57 +01:00
parent ca11c8cbe7
commit d2b3fce4eb
10 changed files with 1551 additions and 6 deletions

View File

@@ -28,6 +28,9 @@
"dependencies": {
"@casl/ability": "^6.7.5",
"@fastify/websocket": "^10.0.1",
"@langchain/core": "^1.1.12",
"@langchain/langgraph": "^1.0.15",
"@langchain/openai": "^1.2.1",
"@nestjs/bullmq": "^10.1.0",
"@nestjs/common": "^10.3.0",
"@nestjs/config": "^3.1.1",
@@ -45,6 +48,7 @@
"class-validator": "^0.14.1",
"ioredis": "^5.3.2",
"knex": "^3.1.0",
"langchain": "^1.2.7",
"mysql2": "^3.15.3",
"objection": "^3.1.5",
"openai": "^6.15.0",