chore(sync): mirror docs from openclaw/openclaw@ba17b8b728
This commit is contained in:
parent
ef72936c09
commit
d87e06dc57
@ -1,5 +1,5 @@
|
||||
{
|
||||
"repository": "openclaw/openclaw",
|
||||
"sha": "373e7fc242338aa3643285de2bb2de293585a402",
|
||||
"syncedAt": "2026-04-28T13:39:02.868Z"
|
||||
"sha": "ba17b8b728fc05f4aa88ef43ce0313ed82bbc3d4",
|
||||
"syncedAt": "2026-04-28T13:43:27.901Z"
|
||||
}
|
||||
|
||||
@ -578,14 +578,14 @@ The most important fields are:
|
||||
|
||||
Useful tuning fields:
|
||||
|
||||
| Key | Type | Meaning |
|
||||
| ----------------------------- | -------- | ------------------------------------------------------------- |
|
||||
| `config.maxSummaryChars` | `number` | Maximum total characters allowed in the active-memory summary |
|
||||
| `config.recentUserTurns` | `number` | Prior user turns to include when `queryMode` is `recent` |
|
||||
| `config.recentAssistantTurns` | `number` | Prior assistant turns to include when `queryMode` is `recent` |
|
||||
| `config.recentUserChars` | `number` | Max chars per recent user turn |
|
||||
| `config.recentAssistantChars` | `number` | Max chars per recent assistant turn |
|
||||
| `config.cacheTtlMs` | `number` | Cache reuse for repeated identical queries |
|
||||
| Key | Type | Meaning |
|
||||
| ----------------------------- | -------- | ---------------------------------------------------------------------------------- |
|
||||
| `config.maxSummaryChars` | `number` | Maximum total characters allowed in the active-memory summary |
|
||||
| `config.recentUserTurns` | `number` | Prior user turns to include when `queryMode` is `recent` |
|
||||
| `config.recentAssistantTurns` | `number` | Prior assistant turns to include when `queryMode` is `recent` |
|
||||
| `config.recentUserChars` | `number` | Max chars per recent user turn |
|
||||
| `config.recentAssistantChars` | `number` | Max chars per recent assistant turn |
|
||||
| `config.cacheTtlMs` | `number` | Cache reuse for repeated identical queries (range: 1000-120000 ms; default: 15000) |
|
||||
|
||||
## Recommended setup
|
||||
|
||||
|
||||
@ -623,6 +623,7 @@ Active Memory 基于 `agents.defaults.memorySearch` 下的常规 `memory_search`
|
||||
- 查看 Gateway 网关日志中的 `active-memory: ... start|done`、`memory sync failed (search-bootstrap)` 或提供商嵌入错误。
|
||||
- 运行 `openclaw memory status --deep`,检查内存搜索后端和索引健康状况。
|
||||
- 如果你使用 `ollama`,请确认已安装嵌入模型(`ollama list`)。
|
||||
|
||||
</Accordion>
|
||||
</AccordionGroup>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user