docs: replace v2 references with Gems/Blocks addons
- Remove v2 from README Next Step section - Add addon comparison table (Gems vs Blocks) - Update prerequisite mention - Update Python docstring to reference addons
This commit is contained in:
15
README.md
15
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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user