Skip to main content
The recipe command manages reusable agent recipes.

Usage

Commands

Run Options

Output Modes

Examples

List recipes

Run a recipe

Run with status output

Run with trace output

Run with input

Create Recipe from Goal

Create a complete recipe from a natural language goal. The AI automatically:
  • Generates agents.yaml with appropriate agents
  • Selects relevant tools based on the goal
  • Creates TEMPLATE.yaml metadata
  • Runs optimization loop (3 iterations by default)
1

Run Create Command

2

Recipe Generated

Creates folder with agents.yaml, TEMPLATE.yaml, and tools.py
3

Auto-Optimization

Runs 3 optimization iterations with AI judge feedback

Create Options

Examples


Optimize Existing Recipe

Improve an existing recipe using AI judge feedback. Runs the recipe, evaluates output, and applies improvements.
1

Run Optimize

2

Target Specific Area

Optimize Options


See Also