Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/memory / / CompactionTriggerConfig
Interface: CompactionTriggerConfig
Defined in: packages/memory/src/context-engine/compaction/types.ts:65
Built-in trigger configuration. The auto-trigger fires when the counted message-buffer tokens cross the threshold; manual and pre-step trigger sources bypass evaluation entirely.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
thresholdRatio? | readonly | number | packages/memory/src/context-engine/compaction/types.ts:67 |
thresholdTokens? | readonly | number | packages/memory/src/context-engine/compaction/types.ts:66 |