memory_consolidate
Consolidate memory by merging duplicates and synthesizing higher-level concepts, keeping storage compact and recall accurate.
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. |