Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/memory / facade / createMemory

Function: createMemory()

ts
function createMemory(options): Memory;

Defined in: packages/memory/src/facade.ts:179

Wire every memory subsystem in one call. Returns the typed Memory facade ready to be passed into createAgent({...}).

Parameters

ParameterType
optionsCreateMemoryOptions

Returns

Memory

Stable