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