docs: update Lobster in-process mode and REM preview tooling

This commit is contained in:
Vincent Koc
2026-04-06 00:40:01 +01:00
parent 94d3153817
commit 0e85343b6c
3 changed files with 54 additions and 9 deletions

View File

@@ -34,6 +34,8 @@ openclaw memory status --deep --index
openclaw memory status --deep --index --verbose
openclaw memory status --agent main
openclaw memory index --agent main --verbose
openclaw memory promote-explain "router vlan"
openclaw memory rem-harness --json
```
## Options
@@ -90,6 +92,33 @@ Full options:
- `--include-promoted`: include already promoted candidates in output.
- `--json`: print JSON output.
`memory promote-explain`:
Explain why a specific candidate would or would not promote, with a full score breakdown.
```bash
openclaw memory promote-explain "<selector>"
```
- `<selector>`: candidate key, path fragment, or snippet fragment to match.
- `--agent <id>`: scope to a single agent (default: the default agent).
- `--include-promoted`: include already promoted candidates.
- `--json`: print JSON output.
`memory rem-harness`:
Preview REM reflections, candidate truths, and deep promotion output without writing anything. Useful for staging and debugging the REM phase before it runs for real.
```bash
openclaw memory rem-harness [--json] [--agent <id>] [--include-promoted]
```
- `--agent <id>`: scope to a single agent (default: the default agent).
- `--include-promoted`: include already promoted deep candidates.
- `--json`: print JSON output.
See [Dreaming](/concepts/dreaming) for the full phase model and how REM fits in.
## Dreaming (experimental)
Dreaming is the background memory consolidation system with three cooperative