schedule_goal
Schedule an unattended agent to execute a goal repeatedly on a cron schedule without per-run approval.
Instructions
Schedule an agent to run goal repeatedly on a cron schedule (UNATTENDED).
cron_expression is standard 5-field cron in UTC, e.g. '0 9 * * ' = daily 09:00, '/30 * * * *' = every 30 minutes. The scheduled agent runs WITHOUT per-run human approval (creating the schedule is the authorization), so only schedule goals you trust. Uses Highway's durable cron (survives restarts; no history bloat). Returns the schedule details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | ||
| cron_expression | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||