Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/memory / / CompactionConfig
Interface: CompactionConfig
Defined in: packages/memory/src/context-engine/compaction/types.ts:125
Full compaction config. Either false (explicitly disabled), 'auto' (resolved per-provider at warm-up) or a fully-specified record.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
postCompactionHooks? | readonly | readonly PostCompactionHook[] | packages/memory/src/context-engine/compaction/types.ts:128 |
strategy? | readonly | CompactionStrategy | packages/memory/src/context-engine/compaction/types.ts:127 |
trigger? | readonly | | CompactionTriggerConfig | "never" | packages/memory/src/context-engine/compaction/types.ts:126 |