Scheduled Tasks
Let AionUi run AI tasks on a schedule—daily, weekly, or monthly. True 24/7 unattended operation.
How It Works
- Free conversation – Tell the AI what to do in natural language
- Flexible scheduling – Daily, weekly, or monthly
- Simple management – Create, modify, enable/disable, delete, and view tasks anytime
Use Cases
Scheduled data aggregation, regular report generation, automatic file organization, scheduled reminders, and more.
Think of tasks as saved prompts plus a calendar. They shine when the instruction is stable but the inputs change—pulling the latest export from a folder, summarizing logs, or nudging a multi-step checklist.
Designing reliable tasks
- Idempotent wording – Ask the model to skip work if output already exists for today.
- Explicit paths – Reference directories that exist on every run; avoid machine-specific assumptions.
- Failure visibility – Pair with WebUI or a morning chat review so silent failures do not linger.
More context: Automate with scheduled tasks.
Platform notes
Scheduled execution depends on your OS session (sleep, lock screen, and battery policies). Laptops closed overnight may miss runs unless the OS allows wake timers or the job runs on a desktop/server. See system requirements for baseline hardware.