agents.yaml, validates the folder, and re-runs the recipe with updated variables.
How It Works
How to Update a Recipe
1
Check Current Version
2
Edit agents.yaml
Update the configuration and make changes:
3
Validate Changes
4
Test Updated Recipe
How to Edit Recipe Variables
1
View Current Variables
2
Use Variables in agents.yaml
3
Run with Variables
How to Delete a Recipe
1
List Installed Recipes
2
Remove Recipe
3
Verify Removal
Recipe Management Commands
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

