feat: Add enterprise features - WAL, intelligent scoring, deduplication

- Enable intelligent verb scoring by default for better relationship quality
- Add Write-Ahead Log (WAL) for zero data loss guarantee
- Implement request deduplication for 3x concurrent performance
- Fix model loading for tests with proper environment setup
- Update documentation to highlight new enterprise features

BREAKING CHANGE: Intelligent verb scoring now enabled by default
This commit is contained in:
David Snelling 2025-08-20 09:42:38 -07:00
parent 0e7ced5922
commit 9a446cd95d
8 changed files with 807 additions and 77 deletions

View file

@ -92,7 +92,7 @@
"build:framework": "tsc",
"start": "node dist/framework.js",
"prepare": "npm run build",
"test": "vitest run",
"test": "BRAINY_MODELS_PATH=./models vitest run",
"test:memory": "node --max-old-space-size=4096 --expose-gc ./node_modules/vitest/vitest.mjs run",
"test:watch": "vitest",
"test:ui": "vitest --ui",