Skip to content

Graphorin API reference v0.7.0


Graphorin API reference / @graphorin/memory / / createFactRememberTool

Function: createFactRememberTool()

ts
function createFactRememberTool(deps): Tool<FactRememberInput, FactRememberOutput>;

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

fact_remember - persist a single semantic fact. The minimum-viable pipeline writes the fact straight through with MD5 deduplication; Phase 10b extends the body with the multi-stage conflict resolution.

Parameters

ParameterType
depsMemoryToolDeps

Returns

Tool&lt;FactRememberInput, FactRememberOutput&gt;

Stable