neuron_recipe_complete
Complete a recipe run by logging its outcome to memory. Provide outcome data for the Reflect section, plus updated learnings for recipes with 5+ memory entries to evolve strategy.
Instructions
End a recipe run started with neuron_recipe_run. Logs the outcome to the recipe's memory automatically. Provide the outcome data matching the recipe's Reflect section. If the recipe has 5+ memory entries, also return the learnings so the evolve phase can update strategy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| outcome | Yes | Run outcome — structure varies per recipe, see the Reflect section in agent.md | |
| updated_learnings | No | If you ran the evolve phase, provide the updated learnings.md content here to persist it |