mimir_decay
Recalculates Ebbinghaus decay scores for entities and auto-archives those fully decayed, ensuring fresh memory recall by periodically running decay updates.
Instructions
Recalculate Ebbinghaus decay scores for all entities based on time since last access. Auto-archives entities that have fully decayed (score < 0.05). Run periodically to keep memory fresh — decayed entities surface less often in recall results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| auto_archived | No | Entities auto-archived because decay fell below 0.05 | |
| entities_checked | No | Total entities evaluated | |
| entities_updated | No | Entities whose decay score changed | |
| completed_at_unix_ms | No | Completion timestamp |