Graphorin API reference v0.12.1
Graphorin API reference / @graphorin/memory / / StageContext
Interface: StageContext
Defined in: packages/memory/src/conflict/types.ts:147
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:148 |
existing | readonly | readonly MemoryHit<Fact>[] | packages/memory/src/conflict/types.ts:149 |
localePack | readonly | LocalePack | packages/memory/src/conflict/types.ts:150 |
thresholds | readonly | ConflictThresholds | packages/memory/src/conflict/types.ts:151 |