StepFun Processor
A lightweight CLI wrapper for the StepFun API.
Usage
bash
# Direct input python3 stepfun_cli.py --prompt "Convert to JSON" --input "Name: John, Age: 30" # File input python3 stepfun_cli.py --prompt-file prompt.txt --input-file data.txt # Pipe input cat data.txt | python3 stepfun_cli.py --prompt "Extract emails"
Environment
Requires STEP_API_KEY environment variable.