mimir_autocohere
Run a complete atomic grooming pass: cohere (promote, link, archive), decay (recalculate Ebbinghaus), compact (archive below threshold). Preview with dry_run.
Instructions
Run a full atomic grooming pass: cohere (promote, link, archive), then decay (recalculate Ebbinghaus decay), then compact (archive below threshold). Returns a summary report. Use dry_run=true to preview without changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | If true, preview changes without writing |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | ||
| decay_updates | No | Entities whose decay score was updated | |
| links_created | No | Auto-links created during cohere | |
| archived_entities | No | Entities archived (cohere + compact) | |
| promoted_entities | No | Entities promoted during cohere | |
| db_size_delta_bytes | No | Change in SQLite file size in bytes | |
| compact_archived_count | No | Entities archived during compact step |