refactor(memory): replace memory dir with symlink to clawd/memory

This commit is contained in:
MoltBot Service
2026-02-15 21:00:50 +00:00
parent c8ce94611b
commit 91707c5841
324 changed files with 93 additions and 52251 deletions

View File

@@ -59,7 +59,7 @@ source .venv/bin/activate && pip install -r requirements.txt
**Heartbeat** (`src/heartbeat.py`): Email, calendar, KB, git checks. Quiet hours 23-08.
**Memory** (`src/memory_search.py`): Ollama all-minilm embeddings (384 dim) + SQLite cosine similarity.
**Memory** (`src/memory_search.py`): Ollama all-minilm embeddings (384 dim) + SQLite cosine similarity. **Shared with Clawd**`memory/` is a symlink to `/home/moltbot/clawd/memory/` (single source of truth for both Echo Core and Clawdbot).
## Import Convention
@@ -77,3 +77,4 @@ Absolute imports via `sys.path.insert(0, PROJECT_ROOT)`: `from src.config import
| `config.json` | Runtime config |
| `bridge/whatsapp/index.js` | Baileys + Express bridge, port 8098 |
| `personality/*.md` | System prompt — cine ești |
| `memory/` | Symlink → `/home/moltbot/clawd/memory/` (shared KB) |