load_pipeline
Retrieve a saved or file-based pipeline configuration as YAML for review, modification, execution, or saving changes.
Instructions
Load a pipeline configuration for review or editing.
Loads from either source:
Saved name: "weekly_remimazolam" or "saved:weekly_remimazolam"
Local-only file: "file:path/to/pipeline.yaml" (disabled for authenticated service callers)
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 |