mem_compare
Compare two observations and persist a semantic verdict—related, compatible, conflicts_with, or supersedes—to record how they relate.
Instructions
Persist a semantic verdict between two observation IDs. Semantic not_conflict is a successful no-op.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Optional model identifier stored as provenance. | |
| relation | Yes | Verdict: related, compatible, scoped, conflicts_with, supersedes, or not_conflict. | |
| reasoning | No | Optional short explanation for the verdict. | |
| confidence | No | Optional confidence score in the inclusive range 0.0..1.0. | |
| memory_id_a | Yes | Integer ID of the first observation. | |
| memory_id_b | Yes | Integer ID of the second observation. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sync_id | No |