Skip to main content

Module input

Module input 

Source
Expand description

§8 Input types — the 6 input variants accepted by the runtime layer.

Core never sees these. The runtime’s policy table resolves each Input to a PolicyDecision, then the runtime translates accepted Inputs into RunPrimitive for core consumption.

Structs§

ExternalEventInput
External event input.
FlowStepInput
Flow step input from mob orchestration.
InputHeader
Common header for all input variants.
InputVisibility
Visibility controls for an input.
PeerInput
Peer-originated input from comms.
ProjectedInput
Projection-derived input (generated from RuntimeEvent by projection rules).
PromptInput
User/operator prompt input.
SystemGeneratedInput
System-generated input (e.g., compaction summary).

Enums§

Input
The 6 input variants accepted by the runtime layer.
InputDurability
Durability requirement for an input.
InputOrigin
Where the input originated.
PeerConvention
Peer communication conventions.
ResponseProgressPhase
Phase of a response progress update.
ResponseTerminalStatus
Terminal status of a response.