neuron_recipe_update
Update a recipe's agent instructions, learnings, or configuration to persist improved strategies after evolution. Bundled recipes are forked before changes.
Instructions
Update a recipe's agent instructions, learnings, or configuration. If updating a bundled recipe, it's forked to ~/.neuron/recipes/ first. Use this after the evolve phase to persist improved strategy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Recipe slug | |
| agent_md | No | Updated agent.md content | |
| learnings | No | Updated learnings.md content | |
| recipe_yaml | No | Updated recipe.yaml content |