Skip to main content
Module pipeline
zeroclaw_
tools
0.8.3
Module pipeline
Module Items
Structs
Enums
Functions
In crate zeroclaw_
tools
zeroclaw_tools
Module
pipeline
Copy item path
Structs
§
Pipeline
Request
The pipeline request payload.
Pipeline
Step
A single step in a pipeline.
Pipeline
Tool
The execute_pipeline tool that runs multi-step tool chains.
Step
Result
Result of a single pipeline step.
Enums
§
Pipeline
Error
Errors specific to pipeline execution.
Pipeline
Result
Mode
Controls what
execute_pipeline
returns to the caller.
Functions
§
interpolate_
args
Interpolate
{{step[N].result}}
references in tool arguments. Single-pass replacement: values containing
{{
after substitution are stripped to prevent injection.