Run Agent Chef
run_agent_chefStarts the Agent Chef weekly meal-planning workflow. Returns an operating manual and the checklist of actions due now; execute them, re-check until none remain, then stop before checkout.
Instructions
The one call to make when the user says 'run agent chef' (or run the app / plan dinner / do the weekly thing). Returns the operating manual plus the checklist of tool calls that are due right now. Execute them in order, then call next_actions again until it returns no actions. Stop before any checkout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| week | No | ||
| phase | Yes | new_cycle | voting | shopping | cooking | idle | subscription_required | |
| voted | No | ||
| how_to | Yes | ||
| actions | Yes | Ordered checklist of tool calls due now; empty means nothing to do | |
| billing | No | ||
| schedule | Yes | ||
| settings | No | ||
| hours_open | No | ||
| next_check | No | ||
| cycle_start | No | ||
| instructions | Yes | ||
| not_yet_voted | No | ||
| voting_closes_at | No | ||
| voting_closes_local | No |