@alloralabs/honcho-memory-mux
v0.1.1
Published
OpenClaw memory extension that multiplexes Honcho cloud memory with local file fallback.
Readme
honcho-memory-mux
OpenClaw memory extension + agent skill that:
- stores and retrieves conversational memory via Honcho
- keeps local markdown memory access available as backup via
memory_get
Install
npm install honcho-memory-muxConfigure in OpenClaw
Reference the extension package and provide config:
{
"memory": {
"extension": "honcho-memory-mux",
"config": {
"apiKey": "YOUR_HONCHO_API_KEY",
"workspaceId": "openclaw",
"baseUrl": "https://api.honcho.dev"
}
}
}You can also set HONCHO_API_KEY as an environment variable.
Development
npm install
npm run buildBuild output is written to dist/.
