memorix_deduplicate
Identify and resolve duplicate, contradictory, or outdated memories in your AI coding workspace using LLM analysis. Scan active memories to automatically consolidate redundant information.
Instructions
Scan active memories for duplicates, contradictions, and outdated information using LLM analysis. Automatically resolves redundant memories. Requires LLM to be configured (set MEMORIX_LLM_API_KEY or OPENAI_API_KEY environment variable). Without LLM, falls back to basic similarity-based consolidation.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional query to scope dedup to a topic (default: scan all) | |
| dryRun | No | Preview only — show what would be resolved without making changes |