Skip to content

Graphorin API reference v0.4.0


Graphorin API reference / @graphorin/cli / / runMemoryActivity

Function: runMemoryActivity()

ts
function runMemoryActivity(options?): Promise<MemoryActivityResult>;

Defined in: packages/cli/src/commands/memory.ts:410

graphorin memory activity — a store-wide view of what the consolidator and reflection passes have been doing: how many facts / episodes / insights currently sit in quarantine, the most recent audit-log events (supersede / validate / quarantine / archive), and the most recent conflict decisions. Pure read-only inspection.

Parameters

ParameterType
optionsMemoryActivityOptions

Returns

Promise&lt;MemoryActivityResult&gt;

Stable