chart data loading

This commit is contained in:
2026-03-24 21:37:49 -04:00
parent f6bd22a8ef
commit c76887ab92
65 changed files with 6350 additions and 713 deletions

View File

@@ -5,8 +5,9 @@
"private": true,
"description": "Multi-channel gateway with agent harness for Dexorder AI platform",
"scripts": {
"proto": "mkdir -p src/generated && pbjs -t static-module -w es6 -o src/generated/proto.js ../protobuf/*.proto && pbts -o src/generated/proto.d.ts src/generated/proto.js && sed -i 's/from \"protobufjs\\/minimal\"/from \"protobufjs\\/minimal.js\"/g' src/generated/proto.js",
"dev": "tsx watch src/main.ts",
"build": "tsc",
"build": "npm run proto && tsc",
"start": "node dist/main.js",
"typecheck": "tsc --noEmit"
},
@@ -22,8 +23,9 @@
"@qdrant/js-client-rest": "^1.17.0",
"argon2": "^0.41.1",
"better-auth": "^1.5.3",
"duckdb": "^1.1.3",
"fast-json-patch": "^3.1.1",
"fastify": "^5.2.0",
"iceberg-js": "latest",
"ioredis": "^5.4.2",
"js-yaml": "^4.1.0",
"kysely": "^0.27.3",
@@ -31,6 +33,7 @@
"pg": "^8.13.1",
"pino": "^9.6.0",
"pino-pretty": "^13.0.0",
"protobufjs": "^7.4.0",
"zeromq": "^6.0.0-beta.20",
"zod": "^3.24.1"
},
@@ -38,6 +41,7 @@
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.10.2",
"@types/pg": "^8.11.10",
"protobufjs-cli": "^1.1.2",
"tsx": "^4.21.0",
"typescript": "^5.7.2"
},