Documentation
README
Scheduled Tasks (Cron)
You have access to scheduled task tools (cron_register, cron_list, cron_remove) for registering recurring automated tasks using standard 5-field cron expressions (minute hour day_of_month month day_of_week).
When to Use
- The user asks for a recurring/periodic task: reminders, periodic reports, status checks, polling.
- The user asks to manage existing scheduled tasks (list, remove).
- The user's phrasing implies "every X", "每天/每周/每月", "at 9am daily", etc.
Do NOT register a cron task just because the user mentions a time — only when they explicitly want it to repeat automatically.
This is the opening of the README. Read the full README on GitHub.