MuninnDB adds Dream Engine for LLM memory consolidation with vault isolation

✍️ OpenClawRadar📅 Published: April 13, 2026🔗 Source
MuninnDB adds Dream Engine for LLM memory consolidation with vault isolation
Ad

MuninnDB has added a Dream Engine feature for LLM memory consolidation, modeled after sleep consolidation in the brain. The open-source tool is written in Go and includes Ebbinghaus decay, Hebbian association learning, and vector search capabilities.

How the Dream Engine works

The consolidation pipeline runs between sessions and performs several operations:

  • Lowers the deduplication cosine threshold from 0.95 to 0.85
  • Flags near-duplicate clusters
  • Passes ambiguous cases to an LLM for semantic review
  • Automatically merges clear duplicates

You can run it with a dry-run option: muninn dream --dry-run. Sample output shows: "No changes were written. Dream completed in 0s default scanned 107 engrams (merged 9) legal-docs 1 engrams (protected, skipped)"

Ad

Vault trust tiers for data isolation

The system implements data protection through vault trust tiers:

  • Legal vaults: Skipped entirely, never sent to any LLM
  • Work/personal: Ollama or Anthropic only
  • Global/projects: Any configured provider

Development status and architecture

The author has shipped Phase 0 with configurable deduplication and dry-run CLI. The next phase (PR #2) will add LLM consolidation, bidirectional stability, and a dream journal feature.

The tool runs locally on consumer hardware - the author mentions using an RTX 5070 Ti with Ollama. The architecture is detailed in a technical writeup that explores neuroscience parallels.

📖 Read the full source: r/LocalLLaMA

Ad

👀 See Also

Benchmarking Nemotron 3 Super 120B with 1M token context on M1 Ultra
Tools

Benchmarking Nemotron 3 Super 120B with 1M token context on M1 Ultra

A user tested Nemotron 3 Super 120B with a Q4_K_M quantized model using llama.cpp on an M1 Ultra, achieving a 1 million token context window that consumed approximately 90GB of VRAM. Performance benchmarks show token generation speeds ranging from 255 t/s at 512 prompt processing down to 22.37 t/s at 100,000 token context.

OpenClawRadar
MCP Server Connects Claude to Agent-to-Agent Marketplace
Tools

MCP Server Connects Claude to Agent-to-Agent Marketplace

A developer built an MCP server that exposes five tools and two resources, allowing Claude to search, invoke, and pay for capabilities from other AI agents in a marketplace. The server includes persistent storage in an agent vault and was largely implemented using Claude Code.

OpenClawRadar
Manifest Adds Support for MiniMax Token Plans with M2.7 Model
Tools

Manifest Adds Support for MiniMax Token Plans with M2.7 Model

Manifest, an open source routing layer for OpenClaw, now supports MiniMax token plans starting at $10/month. The new MiniMax M2.7 model is specifically trained for OpenClaw workflows and scores 62.7 on MM-ClawBench and 56.2 on SWE-Bench Pro.

OpenClawRadar
Open Source Rust MCP Server Gives Claude Full Email Management Capabilities
Tools

Open Source Rust MCP Server Gives Claude Full Email Management Capabilities

A developer built a Rust-based MCP server that provides Claude with 25 tools for comprehensive email management including IMAP search, SMTP sending, Microsoft Graph API support, and multi-account handling with OAuth2 authentication.

OpenClawRadar