Skip to main content

Module runner

Module runner 

Source
Expand description

The act engine for runx: the single admit -> execute -> seal path every run takes. A standalone skill is a one-act plan and a graph a multi-act plan; both run through this one engine.

The public surface lives here: Runtime, RuntimeOptions, StepRun, GraphRun, GraphCheckpoint, and the feature-gated [run_graph_file] helper. The internal state machine and the per-step execution helpers live in private submodules.

Structs§

GraphCheckpoint
GraphRun
Runtime
RuntimeOptions
StepRun

Constants§

RUNX_LOCAL_ENV_ALLOWLIST_ENV
RUNX_MAX_FANOUT_CONCURRENCY_ENV
RUNX_RUN_ID_ENV