schedule_consolidation
Schedule automatic memory consolidation at fixed intervals to deduplicate, decay, and clean up memories, ensuring efficient and relevant recall.
Instructions
Schedule periodic memory consolidation (dedup, decay, cleanup) at a fixed interval
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| interval_hours | No | Hours between consolidation runs (minimum 0.1 = 6 minutes) | |
| dry_run | No | If true, only report what would be done without making changes | |
| run_p1 | No | If true, also run P1 pattern recognition | |
| run_p2 | No | If true, also run P2 semantic consolidation |