@bamdra/bamdra-openclaw-memory
v0.3.19
Published
Unified topic-aware memory plugin for OpenClaw with durable SQLite recall and bounded context growth.
Maintainers
Readme
bamdra-openclaw-memory
Unified OpenClaw memory plugin that combines:
- memory context engine registration
- topic-aware hooks
- explicit memory tool registration
This is the primary install target for v0.3.1+.
Install
openclaw plugins install @bamdra/bamdra-openclaw-memoryThen bind the plugin in ~/.openclaw/openclaw.json:
{
"plugins": {
"allow": ["bamdra-openclaw-memory"],
"deny": ["memory-core", "memory-lancedb"],
"slots": {
"memory": "bamdra-openclaw-memory",
"contextEngine": "bamdra-openclaw-memory"
}
}
}For full docs, see the main project README and installation guides in the repository root.
