adaptive_reduce_memories
Adaptively prune low-salience redundant memories to bring cognitive load below the configured threshold, keeping the knowledge graph within target limits.
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 |