vault backup: 2026-03-03 15:33:33
This commit is contained in:
27
Memory System/Memory Vector System.md
Normal file
27
Memory System/Memory Vector System.md
Normal 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*
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
# OpenClaw Sync - 2026-03-02
|
# OpenClaw Sync - 2026-03-02
|
||||||
|
|
||||||
## Files Synced
|
## Files Synced
|
||||||
- Tools Reference.md (from TOOLS.md)
|
- Tools Reference.md (from TOOLS.md)
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# OpenClaw Sync - 2026-03-03
|
# OpenClaw Sync - 2026-03-03
|
||||||
|
|
||||||
## Files Synced
|
## Files Synced
|
||||||
- Tools Reference.md (from TOOLS.md)
|
- Tools Reference.md (from TOOLS.md)
|
||||||
|
|||||||
1
Test Folder/Test Note.md
Normal file
1
Test Folder/Test Note.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
test
|
||||||
Reference in New Issue
Block a user