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
|
## Next Step
|
||||||
|
|
||||||
Install **TrueRecall v2** for curation and injection:
|
Install an **addon** for curation and injection:
|
||||||
|
|
||||||
```bash
|
| Addon | Purpose |
|
||||||
# v2 adds:
|
|-------|---------|
|
||||||
# - Curator (extracts gems from memories)
|
| **Gems** | Extracts atomic gems from memories, injects into context |
|
||||||
# - Injection (recalls gems into context)
|
| **Blocks** | Topic clustering, contextual block retrieval |
|
||||||
```
|
|
||||||
|
|
||||||
v2 requires Base to be running first.
|
**Prerequisite for:** TrueRecall Gems, TrueRecall Blocks
|
||||||
|
|
||||||
**Prerequisite for:** TrueRecall v2
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
TrueRecall Base - Real-time Qdrant Watcher
|
TrueRecall Base - Real-time Qdrant Watcher
|
||||||
Monitors OpenClaw sessions and stores to memories_tr instantly.
|
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
|
import os
|
||||||
|
|||||||
Reference in New Issue
Block a user