Expand description
Context window layouts and memory maps.
A layout defines the complete memory structure for an agent’s context window, including all regions, their sizes, and eviction priorities. This is analogous to a hardware memory map that defines where different types of data live and how they’re managed.
Structs§
- Context
Layout - A ContextLayout defines the complete memory map for an agent.
- Region
Definition - Definition of a region in a layout.
Enums§
- Budget
Spec - How a region’s token ceiling is expressed before it is resolved against a concrete model context window.
- Region
Seed - Where a region’s initial content comes from at run start.