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§
- External
Event Input - External event input.
- Flow
Step Input - Flow step input from mob orchestration.
- Input
Header - Common header for all input variants.
- Input
Visibility - Visibility controls for an input.
- Peer
Input - Peer-originated input from comms.
- Projected
Input - Projection-derived input (generated from RuntimeEvent by projection rules).
- Prompt
Input - User/operator prompt input.
- System
Generated Input - System-generated input (e.g., compaction summary).
Enums§
- Input
- The 6 input variants accepted by the runtime layer.
- Input
Durability - Durability requirement for an input.
- Input
Origin - Where the input originated.
- Peer
Convention - Peer communication conventions.
- Response
Progress Phase - Phase of a response progress update.
- Response
Terminal Status - Terminal status of a response.