Recipes#
Overview#
Recipes are designed for multi-step workflows and complex processes that need to be repeated consistently.
Recipe Levels#
There are two levels of recipes available:
System-level: Available for all users, only admin-editable
Organization-level: Available for all org users, only org-admin-editable
Working with Recipes#
Viewing Recipes#
To view existing recipes, tell Louie to run:
ListOrgRecipesAgent- for organization-level recipesListSystemRecipesAgent- for system-level recipes
Creating Recipes#
To create new recipes:
Tell Louie to create a draft via
UserAuthorRecipeAgentSave the recipe using:
SaveOrgRecipeAgent- for organization-level recipesSaveSystemRecipeAgent- for system-level recipes
Recipe Use Cases#
Recipes are ideal for:
Multi-step workflows that need to be repeated
Complex processes that require consistent execution
Procedures that involve multiple tools or agents
