contradictions
Scan memories for contradiction pairs weighted by trust, helping identify disagreements in agent memory.
Instructions
Inspect memory disagreements directly. Scans a topic or recent memories for trust-weighted contradiction pairs using the same local logic as deep_reference.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum memories to analyze before pairwise contradiction detection. | |
| since | No | Optional RFC3339 timestamp; only memories updated after this time are considered. | |
| topic | No | Optional topic/query to scope contradiction detection. If omitted, scans recent memories. | |
| min_trust | No | Minimum trust score for both sides of a contradiction. |