mix pipeline.run.live (pipeline v0.0.1)
View SourceRuns a Pipeline workflow from a YAML configuration file in LIVE mode.
Usage
mix pipeline.run.live <config_file> # Run with real API calls
Examples
# Run the comprehensive example with real AI providers (requires API keys)
mix pipeline.run.live examples/comprehensive_config_example.yaml
# Run with debug output
PIPELINE_DEBUG=true mix pipeline.run.live examples/comprehensive_config_example.yaml
Environment Variables
PIPELINE_DEBUG
: "true" to enable detailed loggingPIPELINE_LOG_LEVEL
: "debug", "info" (default), "warn", "error"GEMINI_API_KEY
: Required for Gemini API calls
Summary
Functions
Callback implementation for Mix.Task.run/1
.
Functions
Callback implementation for Mix.Task.run/1
.