Expand description
Input types for context assembly.
ContextAssemblyInput collects all references needed for one assembly turn.
ContextMemoryView is a snapshot of memory-subsystem configuration that the
assembler reads but never mutates — callers in zeph-core populate it from
MemoryState before each assembly pass.
Structs§
- Context
Assembly Input - All borrowed data needed to assemble context for one agent turn.
- Context
Memory View - Read-only snapshot of memory subsystem state needed for context assembly.
- Correction
Config - Configuration extracted from
LearningEngineneeded by correction recall.
Traits§
- Index
Access - Read-only access to a code-index retriever.