Skip to content

Graphorin API reference v0.1.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:39

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.

Stable