memory_consolidate
Merge duplicate memories and synthesize concept memories to keep the memory store compact and enhance recall efficiency.
Instructions
Merge duplicate memories and synthesize concept memories (housekeeping).
A periodic hygiene pass: it collapses exact/near duplicates and combines
strongly co-recalled clusters into higher-level concept memories, keeping the
store compact and recall sharp. Safe to run occasionally rather than per-write.
Returns counts of what was merged and created.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | No | Restrict consolidation to one owner id. Omit to consolidate across all owners this agent may modify. | |
| scope | No | Restrict consolidation to one scope (e.g. 'project'). Omit for all scopes. |