Skip to main content
Update recipe versions, validate changes, and retire old templates safely.
The user edits 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

Run praisonai recipe validate before re-running so a bad change is caught while it is easy to fix.
Commit agents.yaml and tools.py so changes are reviewable and a broken update can be rolled back cleanly.
After praisonai recipe remove, run praisonai recipe list to verify the recipe is gone and no callers still reference it.

Debug Recipes

Troubleshoot a failing update

Create Custom Recipes

Author a new recipe