Skip to main content

Module expr

Module expr 

Source
Expand description

cruxx-script: YAML-driven pipeline scripting for the cruxx agentic DSL.

Define agent pipelines declaratively in YAML files, register step handlers in Rust, and execute without recompilation.

Structs§

ExprContext
Evaluation context holding pipeline state.
StepResult
Result of a completed step, used for expression resolution.

Enums§

ExprError