Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/cli / / runMemoryPruneHistory
Function: runMemoryPruneHistory()
ts
function runMemoryPruneHistory(options): Promise<MemoryPruneHistoryResult>;Defined in: packages/cli/src/commands/memory.ts:994
graphorin memory prune-history --older-than <duration|date> (W-066)
- the supported surface over
MemoryStoreExt.pruneHistory.memory_historygrows by design (every supersede / quarantine transition appends) andpurge()already scrubs sensitive text; this is the storage-cost hygiene lever.
Parameters
| Parameter | Type |
|---|---|
options | MemoryPruneHistoryOptions |
Returns
Promise<MemoryPruneHistoryResult>