Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/memory / / ConsolidatorLastRuns
Interface: ConsolidatorLastRuns
Defined in: packages/memory/src/consolidator/types.ts:120
Per-phase last-run snapshot surfaced inside ConsolidatorStatus.lastRuns. Each entry carries the timestamp of the most recent completed invocation for that phase (undefined when the phase has never run).
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
deep? | readonly | string | packages/memory/src/consolidator/types.ts:123 |
light? | readonly | string | packages/memory/src/consolidator/types.ts:121 |
standard? | readonly | string | packages/memory/src/consolidator/types.ts:122 |