docs: deep audit of memory section -- fix icons, beef up engine pages, restructure config reference

This commit is contained in:
Vincent Koc
2026-03-30 08:39:06 +09:00
parent 1600c1726e
commit c5baf63fa5
5 changed files with 414 additions and 661 deletions

View File

@@ -1,12 +1,12 @@
---
title: "Memory"
title: "Memory Overview"
summary: "How OpenClaw remembers things across sessions"
read_when:
- You want to understand how memory works
- You want to know what memory files to write
---
# Memory
# Memory Overview
OpenClaw remembers things by writing **plain Markdown files** in your agent's
workspace. The model only "remembers" what gets saved to disk -- there is no
@@ -61,7 +61,7 @@ For details on how search works, tuning options, and provider setup, see
SQLite-based. Works out of the box with keyword search, vector similarity, and
hybrid search. No extra dependencies.
</Card>
<Card title="QMD" icon="magnifying-glass" href="/concepts/memory-qmd">
<Card title="QMD" icon="search" href="/concepts/memory-qmd">
Local-first sidecar with reranking, query expansion, and the ability to index
directories outside the workspace.
</Card>