Skip to content

Graphorin API reference v0.15.1


Graphorin API reference / @graphorin/memory / / EpisodeSearchOptions

Interface: EpisodeSearchOptions

Defined in: packages/memory/src/tiers/episodic-memory.ts:74

Stable

Per-call options accepted by EpisodicMemory.search.

Properties

PropertyModifierTypeDescriptionDefined in
asOf?readonlystringStable Point-in-time ("as of") read. When set, only episodes that had started by this instant (started_at <= asOf) are returned. ISO-8601. Absent ⇒ current behaviour is unchanged.packages/memory/src/tiers/episodic-memory.ts:86
dateRange?readonly{ from?: string; to?: string; }-packages/memory/src/tiers/episodic-memory.ts:78
dateRange.from?readonlystring-packages/memory/src/tiers/episodic-memory.ts:78
dateRange.to?readonlystring-packages/memory/src/tiers/episodic-memory.ts:78
includeQuarantined?readonlybooleanStable Include quarantined episodes in the result set. Defaults to false: action-driving recall never returns quarantined rows. Set true only for the validation / inspector path - never for auto-recall fed back into the model. Auto-formed episodes land quarantined, so this is how an operator surfaces them for review.packages/memory/src/tiers/episodic-memory.ts:97
signal?readonlyAbortSignal-packages/memory/src/tiers/episodic-memory.ts:76
topK?readonlynumber-packages/memory/src/tiers/episodic-memory.ts:75
weights?readonlyEpisodeRetrievalWeights-packages/memory/src/tiers/episodic-memory.ts:77