neuron_recipe_log
Record run outcomes, including success, failures, sources, dead ends, and quality scores, into a recipe's memory so the evolve phase can improve its strategy.
Instructions
Log a run outcome to a recipe's memory. Each entry captures what happened — success/failure, sources found, dead ends, quality score. The recipe's evolve phase reads these to improve its strategy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Recipe slug | |
| entry | Yes | Run outcome data — structure varies per recipe, see the Reflect section in agent.md |