decay
Lower importance scores for memories not accessed recently, using access history and time-based curves to keep knowledge relevant.
Instructions
Apply time and access-based decay to memory importance scores. Memories not accessed recently will have reduced importance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | Preview changes without applying | |
| project | No | Project scope for this operation. Omit to auto-detect from environment. Use "*" to search across all projects. | |
| _agent_id | No | Optional agent identifier for request tracing and per-agent rate limiting. | |
| namespace | No | Namespace to decay (all if not specified) | |
| access_weight | No | Weight of access count in decay calculation | |
| decay_function | No | Decay curve shape | exponential |
| half_life_days | No | Days until importance halves (exponential) | |
| min_importance | No | Minimum importance floor |