vault backup: 2026-03-12 08:35:13

This commit is contained in:
AlexAI
2026-03-12 08:35:13 -05:00
parent 625b493ca9
commit b319c6e8b5
27 changed files with 78 additions and 149 deletions

View File

@@ -0,0 +1,27 @@
# Memory Vector System
**Status:** Supermonkey-Powered
**Created:** 2026-03-02
## Overview
Local semantic memory search using SQLite + Ollama embeddings. No cloud, works offline.
## Innovation
Reads OpenClaw session transcripts (.jsonl) to auto-capture conversations every 15 messages.
## Current Stats
- Total embeddings: ~1,600+
- Auto session snapshots: 27
- Tracked sessions: 245
## Key Files
- `tools/session_monitor.py` - Real-time capture
- `tools/search_memories.py` - CLI search
- `memory_vector.py` - Core module
## Full Documentation
See: `memory/projects/memory-vector-system.md` in git repo
---
*Credit: Corey's genius idea*
*System: Operational*