openclaw/extensions/memory-memvid/package.json
Olow304 5d499c552b Add memory-memvid plugin with PII protection
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
2026-01-27 18:21:20 -05:00

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": "*"
}
}