consolidate_memories
Keep your memory store healthy by deduplicating similar entries, decaying outdated information, cleaning low-value data, and identifying patterns for rule generation.
Instructions
Run memory consolidation: deduplicate similar memories, apply time-based decay, clean up low-value entries, and detect patterns for rule promotion. Preferences are always preserved. P0 handles dedup+decay, P1 detects repeated patterns and generates rule candidates. Run periodically (e.g., daily) to keep memory store healthy. Use dry_run=true first to preview changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | If true, only report what would be done without making changes (default true) | |
| run_p1 | No | If true, also run P1 pattern recognition and rule candidate generation (default true) | |
| run_p2 | No | If true, also run P2 semantic consolidation via host LLM (default true) |