What scheduled work can do
Scheduled work is like a calendar reminder with a mind attached. You can use simple times, such as every weekday morning, or cron-like schedules for regular patterns.
- Reminders: ask a mind to remind you about a follow-up.
- Recurring prompts: run the same instruction on a schedule.
- Webhook jobs: call a saved web endpoint when approved.
- Process jobs: run a bounded Chamber process, not arbitrary shell work.
- Notification jobs: show a desktop notice when something is due.