--var flags, and collects outputs from each task.
How It Works
How to Run an Existing Recipe
1
List Available Recipes
2
Get Recipe Info
3
Run Recipe with Variables
4
View Output
Check the generated output in your working directory or specified output path.
How to Run Recipes from GitHub
1
Run Directly from GitHub
2
Run with Custom Branch
3
Run with Variables
How to Run Recipes with Python
1
Import and Run
Common Recipe Variables
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

