Expand description
Context lifecycle state machine for the Zeph agent.
ContextManager tracks per-session compaction state and token budgets.
It decides when soft (pruning) or hard (LLM summarization) compaction should fire,
and builds the memory router used for query-aware store selection.
CompactionState is the core state machine — see its doc comment for the
full transition map.
Structs§
- Context
Manager - Per-session context lifecycle manager.
Enums§
- Compaction
State - Lifecycle state of the compaction subsystem within a single session.
- Compaction
Tier - Indicates which compaction tier applies for the current context size.