Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/memory / / CompactionSource
Type Alias: CompactionSource
ts
type CompactionSource = "auto-trigger" | "manual" | "pre-step";Defined in: packages/memory/src/context-engine/compaction/types.ts:17
Source classification for a compaction event. Surfaced on the context.compacted agent event AND on the context.compaction.triggered.total{source} counter.