Prune / consolidate memory
mindmap_pruneRecompute memory tiers by age and usage: cool unused memories and collapse cold ones to a searchable one-line trace. Preview changes with dry run.
Instructions
Run the consolidation pass that the background thread runs automatically: recompute every memory's tier by age + usage, cooling unused ones and collapsing cold ones to a one-line trace (still searchable, never deleted). Nothing is destroyed.
Args: dry_run (boolean, default false) — preview changes without writing. Returns: what moved between tiers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | Preview without writing changes |