rememb_consolidate
Find and consolidate duplicate entries, merging metadata and removing redundancies. Supports exact content match or semantic similarity threshold.
Instructions
Consolidate duplicate entries and merge metadata (tags and access data). Supports exact mode (default, normalized content match) and semantic mode (cosine similarity threshold). This mutates storage by removing redundant entries and keeping one consolidated record per duplicate group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| section | No | Optional section filter: project, actions, systems, requests, user, context | |
| mode | No | Consolidation mode: exact (normalized content) or semantic (similarity threshold) | exact |
| similarity_threshold | No | Cosine similarity threshold used when mode is semantic (>0 and <=1) |