Skip to content

Graphorin API reference v0.4.0


Graphorin API reference / @graphorin/memory / / InsightSearchOptions

Interface: InsightSearchOptions

Defined in: packages/memory/src/tiers/insight-memory.ts:21

Per-call options accepted by InsightMemory.search.

Properties

PropertyModifierTypeDescriptionDefined in
includeQuarantined?readonlybooleanInclude quarantined insights (P1-4). Defaults to false. Since reflection-synthesized insights always land quarantined, set this true to surface them for the validation / inspector path — never for auto-recall fed back into the model.packages/memory/src/tiers/insight-memory.ts:29
signal?readonlyAbortSignal-packages/memory/src/tiers/insight-memory.ts:30
topK?readonlynumber-packages/memory/src/tiers/insight-memory.ts:22