start_consolidation
Activate the background scheduler to periodically consolidate knowledge graph memories, deduplicating and merging redundant entries to keep storage organized.
Instructions
Start the background consolidation scheduler that periodically deduplicates and merges memories
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| intervalMs | No | Interval between consolidation runs in milliseconds (default: 3600000 = 1 hour) | |
| autoMergeDuplicates | No | Enable duplicate detection and merge after each consolidation (default: false) |