neuron_recipe_create
Create a reusable agent recipe from scratch by supplying slug, name, description, agent instructions, and configuration. Saves everything to the local recipes directory.
Instructions
Create a new recipe from scratch. Provide the slug, name, description, agent instructions (agent.md content with Strategy/Reflect/Evolve sections), and configuration (recipe.yaml content with variables/tools/pipes/limits). Saved to ~/.neuron/recipes//.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name | |
| slug | Yes | URL-safe identifier (e.g. 'grant-scraper') | |
| agent_md | Yes | Full agent.md content — strategy, reflect, evolve sections | |
| description | Yes | One-line description | |
| recipe_yaml | Yes | Full recipe.yaml content — variables, tools, pipes, limits |