Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/memory / / RememberOutcome
Interface: RememberOutcome
Defined in: packages/memory/src/tiers/semantic-memory.ts:90
Returned by SemanticMemory.remember. The fact is the stored row (which may be the existing fact when the pipeline dedups). The decision mirrors the pipeline outcome so callers can distinguish silent dedups from active inserts.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
decision | readonly | ConflictDecision | packages/memory/src/tiers/semantic-memory.ts:92 |
fact | readonly | Fact | packages/memory/src/tiers/semantic-memory.ts:91 |