neuron_recipe_memory
Retrieve a recipe's recent run history to analyze outcomes during the evolve phase, identifying what works and what doesn't.
Instructions
Read a recipe's run history — the outcomes captured by neuron_recipe_log. Returns the most recent entries. Use during the evolve phase to analyze what's working and what's not.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Recipe slug | |
| limit | No | Max entries to return (default: 20) |