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
| Property | Modifier | Type | Defined in |
|---|---|---|---|
candidate | readonly | Fact | packages/memory/src/conflict/types.ts:126 |
existing | readonly | readonly MemoryHit<Fact>[] | packages/memory/src/conflict/types.ts:127 |
localePack | readonly | LocalePack | packages/memory/src/conflict/types.ts:128 |
thresholds | readonly | ConflictThresholds | packages/memory/src/conflict/types.ts:129 |