https://github.com/activeloopai/plur1bus
Plur1bus (deeplake memory) plugin for OpenClaw persistent cloud-backed agent memory with vector + BM25 search
https://github.com/activeloopai/plur1bus
Last synced: about 2 months ago
JSON representation
Plur1bus (deeplake memory) plugin for OpenClaw persistent cloud-backed agent memory with vector + BM25 search
- Host: GitHub
- URL: https://github.com/activeloopai/plur1bus
- Owner: activeloopai
- Created: 2026-03-25T03:00:03.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-04-01T01:48:22.000Z (4 months ago)
- Last Synced: 2026-04-01T01:50:11.973Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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](https://openclaw.ai) powered by [DeepLake](https://deeplake.ai).
## Install
```bash
openclaw plugins install deeplake-plugin
```
That's it. The plugin handles everything — authenticates, creates storage, 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 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
## Configuration
Zero config required. Everything is auto-detected.
```json5
// Optional overrides in openclaw.json → plugins.entries.deeplake-plugin.config
{
"autoCapture": true, // Save conversations automatically
"autoRecall": true // Surface memories before each turn
}
```
## License
MIT