agents.yaml, validates the folder, and re-runs the recipe with updated variables.
How It Works
How to Update a Recipe
How to Edit Recipe Variables
How to Delete a Recipe
Recipe Management Commands
| Command | Description |
|---|---|
praisonai recipe list | List all recipes |
praisonai recipe info <name> | Show recipe details |
praisonai recipe validate <path> | Validate recipe |
praisonai recipe remove <name> | Remove recipe |
Best Practices
Validate after every edit
Validate after every edit
Run
praisonai recipe validate before re-running so a bad change is caught while it is easy to fix.Track recipes in version control
Track recipes in version control
Commit
agents.yaml and tools.py so changes are reviewable and a broken update can be rolled back cleanly.Confirm removal with list
Confirm removal with list
After
praisonai recipe remove, run praisonai recipe list to verify the recipe is gone and no callers still reference it.Related
Debug Recipes
Troubleshoot a failing update
Create Custom Recipes
Author a new recipe

