Releases: felixsim/bonsai-memory
Releases · felixsim/bonsai-memory
Release list
v1.0.0 — Memory Tree for OpenClaw
🌳 Memory Tree v1.0.0
Hierarchical memory for OpenClaw agents. Replace your monolithic MEMORY.md with a domain-based context tree.
Results from 9 production agents:
- Average 81% reduction in boot memory tokens
- Best case: 94% reduction (6,400 → 385 tokens)
- Zero dependencies, zero cost, zero config
What's included:
SKILL.md— Self-contained instructions any OpenClaw agent can followmemory-tree.skill— Packaged skill file foropenclaw skill installexamples/— Before/after MEMORY.md and tree structure
Installation:
# Copy into your skills directory
cp SKILL.md ~/.openclaw/workspace/skills/memory-tree/SKILL.md
# Or just tell your agent: "Restructure your memory using memory-tree"