--var flags, and collects outputs from each task.
How It Works
How to Run an Existing Recipe
How to Run Recipes from GitHub
How to Run Recipes with Python
Common Recipe Variables
| Recipe | Variables | Example |
|---|---|---|
ai-video-editor | --var input, --var output | --var input=video.mp4 |
research-agent | --var topic, --var depth | --var topic="AI trends" |
code-reviewer | --var repo, --var branch | --var repo=./myproject |
CLI Options
Best Practices
Read recipe info before running
Read recipe info before running
praisonai recipe info <name> lists the variables a recipe expects, so you pass the right --var flags on the first try.Pin a branch when running from GitHub
Pin a branch when running from GitHub
Append
@main (or a tag) to a github: recipe reference so runs stay reproducible even as the upstream repo changes.Add --verbose when output looks wrong
Add --verbose when output looks wrong
Verbose mode shows each task and tool call, making it clear where an unexpected result came from.
Related
Manage Recipes
Update and remove installed recipes
Debug Recipes
Troubleshoot a failing run

