load_pipeline
Load a saved or file-based pipeline configuration for review, editing, and execution.
Instructions
Load a pipeline configuration for review or editing.
Loads from one of three sources:
Saved name: "weekly_remimazolam" or "saved:weekly_remimazolam"
Local file: "file:path/to/pipeline.yaml"
The returned YAML can be reviewed, modified, and then:
Executed directly: unified_search(pipeline="")
Saved with changes: save_pipeline(name="...", config="")
Args: source: Pipeline source identifier (see above).
Returns: Full pipeline YAML content + metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |