Skip to content

Graphorin API reference v0.7.0


Graphorin API reference / @graphorin/memory / / createFactSearchTool

Function: createFactSearchTool()

ts
function createFactSearchTool(deps): Tool<FactSearchInput, FactSearchOutput>;

Defined in: packages/memory/src/tools/fact-tools.ts:275

fact_search - hybrid (vector + FTS5) search over the user's semantic memory. Results merged through the configured reranker.

Parameters

ParameterType
depsMemoryToolDeps

Returns

Tool&lt;FactSearchInput, FactSearchOutput&gt;

Stable