Graphorin API reference v0.5.0
Graphorin API reference / @graphorin/cli / / runMemoryWhy
Function: runMemoryWhy()
ts
function runMemoryWhy(options): Promise<MemoryWhyResult>;Defined in: packages/cli/src/commands/memory.ts:607
graphorin memory why — explain why facts were recalled, by decoding the memory.search.semantic.explain attribute off the persisted recall spans. Pure read-only inspection; requires the SQLite span exporter to have recorded spans (RP-17). Empty when nothing was recorded.
Parameters
| Parameter | Type |
|---|---|
options | MemoryWhyOptions |
Returns
Promise<MemoryWhyResult>