How to Create a Custom Recipe from Scratch
How to Create a Recipe with CLI
Recipe File Structure
agents.yaml Schema
| Field | Type | Required | Description |
|---|---|---|---|
framework | string | Yes | Should be praisonai |
topic | string | Yes | Main topic/task |
roles | object | Yes | Agent definitions |
roles.*.role | string | Yes | Agent role name |
roles.*.goal | string | Yes | Agent goal |
roles.*.tools | array | No | Tools for agent |
roles.*.tasks | object | Yes | Agent tasks |

