Skip to main content

Module orchestrator

Module orchestrator 

Source
Expand description

The Orchestration Sieve — LLM Sub-Agent Dispatch Layer

Sits between raw input (multi-modal data, user prompts) and the Webizen VM. Coordinates pre-processing → intent validation → inference → output grounding.

Flow: RawInput → [Orchestrator] → validate_intent → [LlmAgent.infer] → validate_output → .q42 commit

Structs§

CalculusThermalGovernor
NullThermalGovernor
TaskOrchestrator

Enums§

ModelLifecycle
OrchestrationResult
The outcome of a full orchestrated inference cycle.
ThermalStatus

Traits§

ThermalGovernor