plur1bus
v0.2.0
Published
Plur1bus — cloud-backed persistent memory for AI agents, powered by DeepLake
Maintainers
Readme
plur1bus
A benign virus that infects your AI agents, merging them into a peaceful, euphoric hive mind where every memory is shared and nothing is ever forgotten.
Cloud-backed shared memory for OpenClaw powered by DeepLake.
Install
openclaw plugins install plur1busThat's it. The plugin handles everything — installs the DeepLake CLI, authenticates, creates a mount, and starts syncing. Your agents share one memory across sessions, machines, and channels.
What it does
- Auto-recall — before each agent turn, relevant memories surface automatically
- Auto-capture — after each turn, the conversation is preserved for future recall
- Cloud sync — memories persist across machines and reinstalls
- Multi-agent — every agent on the same mount shares one memory
The agent reads and writes files on the mount using standard tools (cat, grep, echo). The plugin handles the lifecycle hooks that the agent can't do on its own.
Configuration
Zero config required. Everything is auto-detected.
// Optional overrides in openclaw.json → plugins.entries.plur1bus.config
{
"mountPath": "/path/to/mount", // Override auto-detected mount
"autoCapture": true, // Save conversations automatically
"autoRecall": true // Surface memories before each turn
}License
MIT
