diff --git a/README.md b/README.md index 6bd4f8d..a619b35 100644 --- a/README.md +++ b/README.md @@ -106,14 +106,11 @@ Edit `config.json` or set environment variables: ## Next Step -Install **TrueRecall v2** for curation and injection: +Install an **addon** for curation and injection: -```bash -# v2 adds: -# - Curator (extracts gems from memories) -# - Injection (recalls gems into context) -``` +| Addon | Purpose | +|-------|---------| +| **Gems** | Extracts atomic gems from memories, injects into context | +| **Blocks** | Topic clustering, contextual block retrieval | -v2 requires Base to be running first. - -**Prerequisite for:** TrueRecall v2 +**Prerequisite for:** TrueRecall Gems, TrueRecall Blocks diff --git a/watcher/realtime_qdrant_watcher.py b/watcher/realtime_qdrant_watcher.py index 1a76b54..8f32e55 100644 --- a/watcher/realtime_qdrant_watcher.py +++ b/watcher/realtime_qdrant_watcher.py @@ -3,7 +3,7 @@ TrueRecall Base - Real-time Qdrant Watcher Monitors OpenClaw sessions and stores to memories_tr instantly. -This is the CAPTURE component. For curation and injection, install v2. +This is the CAPTURE component. For curation and injection, install Gems or Blocks addon. """ import os