Pipeline.Executor (pipeline v0.0.1)
View SourceMain pipeline execution engine.
Orchestrates the execution of workflow steps, manages state, and coordinates between Brain (Gemini) and Muscle (Claude) operations.
Summary
Types
Functions
@spec execute( workflow(), keyword() ) :: execution_result()
Execute a complete workflow.
Takes a workflow configuration and executes all steps in sequence, managing state and checkpoints along the way.
Execute a single step for testing.