Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/memory / / AutoRecallTriggers

Interface: AutoRecallTriggers

Defined in: packages/memory/src/context-engine/locale-packs/types.ts:22

Trigger mode used by the auto-recall heuristic. The framework ships regex patterns for the bundled locale; consumers may extend or replace them via defineContextLocalePack.

Stable

Properties

PropertyModifierTypeDescriptionDefined in
episodeTriggersreadonlyreadonly RegExp[]Case-insensitive regex set evaluated against the last user message for episodic recall.packages/memory/src/context-engine/locale-packs/types.ts:33
factTriggersreadonlyreadonly RegExp[]Case-insensitive regex set evaluated against the last user message. A match indicates the model would benefit from the top-K facts being injected into Layer 6.packages/memory/src/context-engine/locale-packs/types.ts:28