Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/memory / tools / BuildMemoryToolsOptions
Interface: BuildMemoryToolsOptions
Defined in: packages/memory/src/tools/index.ts:60
Options for buildMemoryTools.
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
includeDeepRecall? | readonly | boolean | Append 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:66 |
includeRunbookSearch? | readonly | boolean | Append the gated runbook_search tool (D3). The facade sets this only when createMemory({ runbookSearch: true }) opts in, so the default tool surface is unchanged. Default false. | packages/memory/src/tools/index.ts:72 |