dream_start
Run automated background maintenance on the knowledge graph memory to keep it clean, fresh, and consistent.
Instructions
Start the DreamEngine background memory maintenance. Runs 8 phases (temporal anchoring, freshness sweep, entropy pruning, consolidation, compression, entity enrichment, pattern promotion, graph hygiene) on a configurable interval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| phases | No | Per-phase enable/disable flags | |
| intervalMs | No | Interval between dream cycles in milliseconds (default: 14400000 = 4 hours) | |
| maxDurationMs | No | Hard limit on total cycle wall-clock time in milliseconds (default: 60000 = 60s) | |
| runOnSessionEnd | No | Run a dream cycle automatically when endSession() is called (default: true) |