Config: migrate legacy top-level memorySearch

This commit is contained in:
Vignesh Natarajan
2026-02-07 19:45:22 -08:00
committed by Vignesh
parent efc79f69a2
commit 8688730161
6 changed files with 104 additions and 54 deletions

View File

@@ -85,6 +85,8 @@ Defaults:
- Enabled by default.
- Watches memory files for changes (debounced).
- Configure memory search under `agents.defaults.memorySearch` (not top-level
`memorySearch`).
- Uses remote embeddings by default. If `memorySearch.provider` is not set, OpenClaw auto-selects:
1. `local` if a `memorySearch.local.modelPath` is configured and the file exists.
2. `openai` if an OpenAI key can be resolved.