feat(memory): implement keyword search adapter — no vector dependency

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jarvis
2026-04-02 20:55:00 -05:00
parent 25383ea645
commit 35fbd88a1d
6 changed files with 508 additions and 51 deletions

View File

@@ -18,6 +18,7 @@
},
"dependencies": {
"@mosaic/db": "workspace:*",
"@mosaic/storage": "workspace:*",
"@mosaic/types": "workspace:*",
"drizzle-orm": "^0.45.1"
},