| name | compound-mind |
| description | Experience distillation engine that turns raw daily memory logs into compounding intelligence. Extracts patterns, generates briefings, tracks growth metrics, and builds a searchable experience index. Agents get permanently smarter - each interaction compounds into wisdom. Use when you want agents that learn from their history instead of starting fresh every session. |
CompoundMind v0.1
Makes agents permanently smarter. Each interaction compounds.
The problem: agents start from zero every session. Reading files helps, but raw logs are bulk. Real intelligence requires distillation - extracting what matters and making it instantly searchable.
What It Does
- Distills memory logs into structured lessons, decisions, skill updates, relationships, and facts
- Indexes everything into a searchable SQLite database weighted by recency and importance
- Briefs you before any task with targeted lessons from past experience
- Tracks growth over time - are you getting smarter or repeating mistakes?
Quick Start
cd /root/.openclaw/workspace/compound-mind
python compound_mind.py sync
python compound_mind.py search "Polymarket order types"
python compound_mind.py search "git mistakes" --category lesson
python compound_mind.py search "Chartist" --category relationship
python compound_mind.py brief "trade on Polymarket BTC markets"
python compound_mind.py brief
python compound_mind.py brief
python compound_mind.py report
python compound_mind.py mistakes
python compound_mind.py stats