First cut

This commit is contained in:
khalid@traclabs.com
2026-04-18 15:22:12 -05:00
commit 270e088c15
21 changed files with 6663 additions and 0 deletions

4
models.js Normal file
View File

@@ -0,0 +1,4 @@
// Server-side re-export of the shared model config.
// Keeps the single source of truth in src/models.js (where Vite can reach it)
// while giving Node a root-level import path.
export { MODELS, DEFAULT_MODEL_ID, findModel } from './src/models.js';