Skip to main content

Module input

Module input 

Source
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§

ContextAssemblyInput
All borrowed data needed to assemble context for one agent turn.
ContextMemoryView
Read-only snapshot of memory subsystem state needed for context assembly.
CorrectionConfig
Configuration extracted from LearningEngine needed by correction recall.

Traits§

IndexAccess
Read-only access to a code-index retriever.