Skip to main content

Module runner

Module runner 

Source
Expand description

Execution boundary for one flow stage at a time.

The daemon decides what runs and in what order; the runner only executes one stage order and returns factual evidence. Runners never merge, access durable storage directly, or derive verdicts and run outcomes.

Modules§

local

Structs§

AgentLaunch
AgentProcessCheckpoint
ExecLaunch
ExecProcessCheckpoint
ExecutionEvidence
ExecutionFailure
ProcessIdentity
StageOrder
WorkerCredentials

Enums§

RunnerError
StageExecution
WorkerScope
The authority a worker token carries.

Traits§

StageHooks
The only daemon-owned services available while a stage is executing.