mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 12:56:01 -06:00
feat: let agents remember across private conversations (#100140)
* feat(memory): remember across private conversations Co-authored-by: Vincent Koc <25068+vincentkoc@users.noreply.github.com> * chore(docs): regenerate config baseline * fix(memory): restore recall configuration wiring * fix(memory): scope recall transcript indexing * test(memory): repair conversation recall fixtures * test(memory): split session visibility coverage * style(memory): format type imports --------- Co-authored-by: Vincent Koc <25068+vincentkoc@users.noreply.github.com> Co-authored-by: Peter Steinberger <steipete@gmail.com>
This commit is contained in:
@@ -31,6 +31,15 @@ Companion plugins such as `memory-wiki` can run alongside `memory-lancedb`,
|
||||
but only one plugin owns the active memory slot at a time.
|
||||
</Note>
|
||||
|
||||
<Note>
|
||||
LanceDB's `memory_recall` does not receive the protected private transcript
|
||||
authorization used by `memorySearch.rememberAcrossConversations`. Use LanceDB's
|
||||
`autoRecall` or its `memory_recall` tool through
|
||||
[advanced Active Memory](/concepts/active-memory#lancedb-memory).
|
||||
`openclaw doctor` reports when Remember across conversations is unavailable
|
||||
with the current memory provider.
|
||||
</Note>
|
||||
|
||||
## Quick start
|
||||
|
||||
```json5
|
||||
|
||||
Reference in New Issue
Block a user