AI Agent Hub
Back to plugins
🧠

unified-agent-memory

Memory Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install Noelune/unified-agent-memory

Paste the following prompt into your AI chat to install this plugin:

To install the unified-agent-memory plugin in DeepSeek Harness, run the command 'dsh plugin install Noelune/unified-agent-memory'. The full source code is available at https://github.com/Noelune/unified-agent-memory.

About this plugin

Traditional multi-agent systems often suffer from fragmented memory, where agent states are siloed and incompatible across runtimes. unified-agent-memory addresses this by providing a unified memory layer built on Obsidian Vault standards, enabling disparate agents like dsh, Codex, and Claude Code to share a single knowledge base for cross-fleet synchronization and auditing. Its core strength lies in offering a full lifecycle management pipeline—covering ingestion, promotion, conflict adjudication, and decay/retention—all powered by a pure Python standard library engine with SQLite FTS5 local indexing, ensuring zero external dependencies. Security is enhanced through prompt isolation and automatic credential redaction. This plugin is ideal for developers building multi-agent collaborative systems who need visualizable, maintainable long-term memory, as well as AI architects prioritizing data privacy and local-first storage solutions.

Use Cases

  • Multi-agent fleets sharing a unified knowledge base for state synchronization
  • Visualizing and auditing agent-knowledge with Obsidian for manual review
  • Local storage and search to ensure data privacy and high performance

Best For

  • AI developers building multi-agent collaborative systems
  • Architects needing unified memory management and knowledge visualization
  • Technical teams prioritizing data privacy and local-first storage