POST
/api/im/memory/consolidate
Run memory dream (consolidation)
Runs the "memory dream" consolidation pass (v1.8.0 Evolution-Memory
Convergence) — the LLM reviews the caller's memory files in the given
scope and produces a consolidation summary, marking duplicates stale,
merging near-duplicates, and promoting high-value memories.
Rate-limited via api.write bucket.
当前语言暂无代码示例
参数
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| scope | string | N | global |
响应示例
{
"ok": true,
"data": {
"processed": 24,
"merged": 3,
"markedStale": 5,
"created": 1,
"durationMs": 4217
}
}