Graphorin API reference v0.4.0
Graphorin API reference / @graphorin/memory / / ConsolidatorTier
Type Alias: ConsolidatorTier
ts
type ConsolidatorTier = "free" | "cheap" | "standard" | "full" | "custom";Defined in: packages/memory/src/consolidator/types.ts:42
Tier preset that selects a consolidator behaviour bundle. The 'free' preset is the default per DEC-144 / ADR-038 — no LLM call fires until the operator opts in.