✓ Verified 💻 Development ✓ Enhanced Data

Mindgardener

Local-first long-term memory for autonomous agents.

Rating
4.5 (335 reviews)
Downloads
22,611 downloads
Version
1.0.0

Overview

Local-first long-term memory for autonomous agents.

Complete Documentation

View Source →

MindGardener 🌱

Your agents forget everything. This fixes it.

Built for OpenClaw. Complements the built-in memory_search tool.

How It Complements OpenClaw

OpenClaw built-inMindGardener adds
Search existing memoryCreate memory from conversations
Manual MEMORY.md editsAuto-extract entities → wiki pages
Flat text searchKnowledge graph (triplets + wikilinks)
Surprise scoring (unexpected = important)
Conflict detection (new info vs old)
Multi-agent sync

Features (v1.1)

  • 🔍 Provenance tracking — know where every fact came from
  • ⚔️ Conflict detection — flags when new info contradicts old
  • 🚀 Auto-injection — context ready at session start
  • Temporal decay — old facts fade unless reinforced
  • 🔒 Concurrency — file locks for multi-agent safety
  • 🔮 Associative recall — follow wikilinks + graph traversal
  • 📊 Confidence levels — not all facts are equally reliable
  • 🤝 Multi-agent sync — merge per-agent memories to shared

Quick Start

bash
pip install mindgardener
garden init

Add to your nightly cron:

bash
garden extract && garden surprise && garden consolidate

Add to session start (BOOTSTRAP.md or heartbeat):

bash
garden inject --output RECALL-CONTEXT.md

What Changes From Default OpenClaw?

  • New folder: memory/entities/ (wiki pages)
  • New file: graph.jsonl (knowledge triplets)
  • New file: RECALL-CONTEXT.md (auto-generated context)
  • New file: garden.yaml (configuration)
Everything is markdown files. No database. Works offline.

Requirements

  • Python 3.10+
  • No external APIs required
  • For fully local: use garden init --provider ollama

Links

Installation

Terminal bash

openclaw install mindgardener
    
Copied!

Tags

#coding_agents-and-ides

Quick Info

Category Development
Model Claude 3.5
Complexity Multi-Agent
Author widingmarcus-cyber
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install mindgardener