Skip to content

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

PropertyModifierTypeDefined in
decisionreadonlyConflictDecisionpackages/memory/src/tiers/semantic-memory.ts:92
factreadonlyFactpackages/memory/src/tiers/semantic-memory.ts:91