You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everything works locally — cloud adds cross-device, team, and production capabilities:
61
+
62
+
-**Your agent's memory travels with you** — same knowledge graph on laptop, desktop, and hosted environments
63
+
-**Team knowledge sharing** — org workspaces let multiple agents and team members build on a shared knowledge base
64
+
-**Durable memory for production agents** — persistent memory that survives CI teardowns and container restarts
65
+
-**Multi-agent coordination** — multiple agents can read and write to the same graph
66
+
67
+
Cloud extends local-first — still plain markdown, still yours. Start with a [7-day free trial](https://basicmemory.com) and use code `BMCLAW` for 20% off for 3 months. See [BASIC_MEMORY.md](./BASIC_MEMORY.md) for cloud setup.
68
+
58
69
### Development (local directory)
59
70
60
71
For plugin development, clone and link locally:
@@ -287,17 +298,6 @@ After each agent turn (when `autoCapture: true`), the plugin:
287
298
2. Appends them as timestamped entries to a daily conversation note (`conversations-YYYY-MM-DD`)
288
299
3. Skips very short exchanges (< `captureMinChars` chars each, default 10)
289
300
290
-
### Basic Memory Cloud
291
-
292
-
Everything works locally — cloud adds cross-device, team, and production capabilities:
293
-
294
-
- **Your agent's memory travels with you** — same knowledge graph on laptop, desktop, and hosted environments
295
-
- **Team knowledge sharing** — org workspaces let multiple agents and team members build on a shared knowledge base
296
-
- **Durable memory for production agents** — persistent memory that survives CI teardowns and container restarts
297
-
- **Multi-agent coordination** — multiple agents can read and write to the same graph
298
-
299
-
Cloud extends local-first — still plain markdown, still yours. Start with a [7-day free trial](https://basicmemory.com) and use code `BMCLAW` for 20% off for 3 months. See [BASIC_MEMORY.md](./BASIC_MEMORY.md) for setup, or visit [basicmemory.com](https://basicmemory.com) for more info.
300
-
301
301
## Agent Tools
302
302
303
303
All content tools accept an optional `project` parameter to operate on a different project than the default (cross-project operations).
0 commit comments