Schedule
A schedule is a cron-based automation rule that runs bot commands at defined times.
Core Fields
pattern: cron expressioncommand: command or task to executeenabled: whether the schedule is activemax_calls: optional execution capcurrent_calls: current run count
Why It Matters
Schedules make bots proactive, not only reactive.
You can automate recurring operations like summaries, reminders, checks, and maintenance tasks.
Web UI Path
Not available in current Web UI
Schedule is supported by backend and CLI/API, but there is currently no dedicated schedule page in the Web UI.
