Runtime Overview¶
The runtime turns an incoming request into a traceable, recoverable, auditable run.
Core flow: request → queue → context build → LLM loop → tool dispatch → result.
Read by Goal¶
Main execution flow¶
- Lifecycle — Run lifecycle and state transitions
- Context Engine — Context assembly
- Message Projections — Message layering and projections
- Projection and Executors — Capability registry and executors
Reliability and governance¶
- Queue and Reliability — Queue, locks, and failure recovery
- Events and Audit — SSE events and audit trail
- Hook Runtime — Hook system
Execution environment¶
- Execution Backend — Execution backend abstraction
- Model Gateway — Internal model gateway