diff --git a/Memory System/Memory Vector System.md b/Memory System/Memory Vector System.md new file mode 100644 index 0000000..0fcc70f --- /dev/null +++ b/Memory System/Memory Vector System.md @@ -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* \ No newline at end of file diff --git a/OpenClaw/Sync History 2026-03-02.md b/OpenClaw/Sync History 2026-03-02.md index 41a1e34..4fddf1e 100644 --- a/OpenClaw/Sync History 2026-03-02.md +++ b/OpenClaw/Sync History 2026-03-02.md @@ -1,4 +1,4 @@ -# OpenClaw Sync - 2026-03-02 +# OpenClaw Sync - 2026-03-02 ## Files Synced - Tools Reference.md (from TOOLS.md) diff --git a/OpenClaw/Sync History 2026-03-03.md b/OpenClaw/Sync History 2026-03-03.md index a53c2f6..47aa84d 100644 --- a/OpenClaw/Sync History 2026-03-03.md +++ b/OpenClaw/Sync History 2026-03-03.md @@ -1,4 +1,4 @@ -# OpenClaw Sync - 2026-03-03 +# OpenClaw Sync - 2026-03-03 ## Files Synced - Tools Reference.md (from TOOLS.md) diff --git a/Test Folder/Test Note.md b/Test Folder/Test Note.md new file mode 100644 index 0000000..30d74d2 --- /dev/null +++ b/Test Folder/Test Note.md @@ -0,0 +1 @@ +test \ No newline at end of file