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.
openclaw plugins install deeplake-pluginThat's it. The plugin handles everything — authenticates, creates storage, and starts syncing. Your agents share one memory across sessions, machines, and channels.
- Auto-recall — before each agent turn, relevant memories surface automatically via SQL search
- Auto-capture — after each turn, the conversation is stored in DeepLake cloud
- Cloud sync — memories persist across machines and reinstalls
- Multi-agent — every agent in the same org shares one memory
- Zero dependencies — pure REST API, no CLI, no FUSE, no shell commands
Zero config required. Everything is auto-detected.
// Optional overrides in openclaw.json → plugins.entries.deeplake-plugin.config
{
"autoCapture": true, // Save conversations automatically
"autoRecall": true // Surface memories before each turn
}MIT