Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/memory / / StageContext

Interface: StageContext

Defined in: packages/memory/src/conflict/types.ts:125

Inputs the orchestrator hands every stage. The existing array is populated during Stage 2 (vector search top-K); Stage 1 receives an empty array because the dedup hash is computed off the candidate alone.

Stable

Properties

PropertyModifierTypeDefined in
candidatereadonlyFactpackages/memory/src/conflict/types.ts:126
existingreadonlyreadonly MemoryHit<Fact>[]packages/memory/src/conflict/types.ts:127
localePackreadonlyLocalePackpackages/memory/src/conflict/types.ts:128
thresholdsreadonlyConflictThresholdspackages/memory/src/conflict/types.ts:129