adaptive_reduce_memories
Reduce cognitive load by removing low-salience redundant memories until load falls below a configured threshold.
Instructions
Adaptively reduce a set of memories until their cognitive load falls below the configured threshold by removing low-salience redundant memories
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entityNames | Yes | Names of entities to reduce | |
| loadThreshold | No | Target load threshold to reduce below (default: 0.7) | |
| salienceScores | Yes | Map of entityName → salience score (0–1) for prioritizing removal |