OpenClaw Shared Memory Plugin: SQLite-Based Multi-Agent Coordination

✍️ OpenClawRadar📅 Published: March 14, 2026🔗 Source
OpenClaw Shared Memory Plugin: SQLite-Based Multi-Agent Coordination
Ad

A developer has created a shared memory plugin for OpenClaw multi-agent environments to address the isolation problem where agents operate without knowledge of each other's decisions and context. The plugin uses SQLite and Markdown as the source of truth, requiring no external services, Docker, or internet connection—it works offline with a local embedding model by default.

Ad

Key Features

  • Memory Sharing: Agents can explicitly share memories using a memory_share tool, or operate in implicit mode where a cheap model automatically extracts and shares context after each turn.
  • Access Control: Not all memories are shared with every agent; there's basic access control to manage what information is distributed.
  • Entity and Relationship Tracking: The system tracks entities and relationships across agents, so information like "Alice manages the auth team" becomes known to all agents, not just the one that learned it.
  • Contradiction Detection: The plugin flags when two agents have contradicting information, helping maintain consistency.
  • CLI Tools: Includes a command-line interface to inspect shared memory, find contradictions, and rebuild the index.

The plugin was developed in response to workarounds like using Google Sheets for shared context, which the author found inadequate. It's designed to be consistent with how OpenClaw operates, focusing on simplicity and local functionality. The current implementation is available on GitHub, though it still lacks features like memory pruning and per-agent granular access control lists (ACLs).

📖 Read the full source: r/openclaw

Ad

👀 See Also

Phaselock: An AI Agent Control System Inspired by Parenting Techniques
Tools

Phaselock: An AI Agent Control System Inspired by Parenting Techniques

Phaselock is an open-source Agent Skill that implements four control mechanisms for AI agents: explicit gates before action, immediate feedback on mistakes, constrained choices, and mechanical rule enforcement. It works with Claude Code, Cursor, Windsurf, and tools supporting hooks.

OpenClawRadar
Claude Usage Monitor: Floating CRT Widget for Windows
Tools

Claude Usage Monitor: Floating CRT Widget for Windows

A developer built a Windows widget that displays Claude API usage in real-time with session and weekly bars, featuring seven color themes and automatic pausing when screens are locked or in fullscreen mode.

OpenClawRadar
2026 Hermes Agent Alternatives Roundup: Self-Hosted Options from OpenClaw to memU Bot
Tools

2026 Hermes Agent Alternatives Roundup: Self-Hosted Options from OpenClaw to memU Bot

A developer who has been running Hermes since launch tested every self-hosted and managed alternative after the ClawHub security mess. Key findings: OpenClaw (370k stars) but 9 CVEs in 4 days and ~20% malicious packages; TrustClaw rebuilt with OAuth/sandboxing; nanobot at ~4K lines Python with MCP; memU Bot with unique structured memory. Managed options include Perplexity Computer (19 models, $200/mo), Claude Cowork (opens real Mac apps), and KimiClaw (40GB RAG, locked to K2.5, Chinese data law). Full roundup at source.

OpenClawRadar
Distilled Qwen 3.5 27B Model Shows Strong Performance with Cursor AI Coding Agent
Tools

Distilled Qwen 3.5 27B Model Shows Strong Performance with Cursor AI Coding Agent

A user reports that the opus 4.6 distilled version of Qwen 27B works effectively as the model driving Cursor, with performance comparable to Gemini 3 Flash. Setup took about 10 minutes using Cursor to configure ngrok tunnel and localllama.

OpenClawRadar