Skip to content

Graphorin API reference v0.4.0


Graphorin API reference / @graphorin/memory / tools / BuildMemoryToolsOptions

Interface: BuildMemoryToolsOptions

Defined in: packages/memory/src/tools/index.ts:58

Options for buildMemoryTools.

Stable

Properties

PropertyModifierTypeDescriptionDefined in
includeDeepRecall?readonlybooleanAppend the gated deep_recall tool (P2-4) as a twelfth tool. The facade sets this only when iterativeRetrieval is configured, so the default tool surface stays at the canonical eleven. Default false.packages/memory/src/tools/index.ts:64