Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 908 Bytes

File metadata and controls

45 lines (31 loc) · 908 Bytes

Memory System v2.0

Fast semantic memory for AI agents. <20ms search, auto-consolidation, 5 memory types.

Quick Install

clawdhub install memory-system-v2

Quick Start

# Capture a learning
./memory-cli.sh capture \
  --type learning \
  --importance 9 \
  --content "Built Memory System v2.0 in one session" \
  --tags "meta,self-improvement,milestone"

# Search memories
./memory-cli.sh search "memory system"

# View stats
./memory-cli.sh stats

Documentation

See SKILL.md for complete documentation.

See docs/ for:

  • memory-system-v2-design.md - Architecture & design decisions
  • memory-system-v2-test-results.md - Test results (36/36 passed)

Performance

  • Search: <20ms average ✅
  • Capture: <50ms average ✅
  • Stats: <10ms ✅
  • All operations: <100ms ✅

Built by

Kelly Claude (AI Executive Assistant) - Self-improvement project, 2026-01-31