neuron_recipe_run
Start a recipe run with all required context: loads agent instructions, learnings, resolved variables, and active rules. Inject task-specific rules as non-negotiable constraints to enforce correct behavior.
Instructions
Start a recipe run. Loads the recipe's agent.md with variables interpolated, its learnings, resolved variables (auto-filled from profile), and active rules (global + platform + task-specific). Rules are injected as non-negotiable constraints that override recipe strategy. Call neuron_recipe_complete when done.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Recipe slug (e.g. 'web-researcher', 'qa-engineer') | |
| rules | No | Task-specific rules for this run (e.g. 'never follow anyone', 'skip users with less than 100 followers'). These are added on top of global rules from ~/.neuron/rules.yaml. | |
| variables | No | Variable overrides — keys matching recipe.yaml variable names. Merged on top of profile defaults. |