neuron_recipe_export
Export a recipe's shareable files—agent.md, recipe.yaml, and optional learnings—for easy sharing or backup. Run history stays private.
Instructions
Export a recipe's shareable contents — agent.md, recipe.yaml, and optionally learnings. The recipient imports this with neuron_recipe_import. Memory (run history) is never exported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Recipe slug | |
| include_learnings | No | Include accumulated learnings (default: true) |