Long-term memory plugin using Memvid SDK with: - Efficient compressed storage (.mv2 format) - Full conversation history preservation - Hybrid search (semantic + lexical) - RAG capabilities - PII protection for all session transcripts
14 lines
334 B
JSON
14 lines
334 B
JSON
{
|
|
"name": "@moltbot/memory-memvid",
|
|
"version": "2026.1.27",
|
|
"description": "Memvid-backed long-term memory for Moltbot with efficient storage, hybrid search, and full audit trails",
|
|
"type": "module",
|
|
"main": "index.ts",
|
|
"dependencies": {
|
|
"@memvid/sdk": "^2.0.153"
|
|
},
|
|
"peerDependencies": {
|
|
"moltbot": "*"
|
|
}
|
|
}
|