v0.8.3

Scheduler System

May 4, 2025

Long-awaited scheduler system giving Agent Zero time awareness and future planning. Schedule periodic tasks with Cron, specific dates with Planned tasks, or trigger manually via API.

✨ New Features

  • Cron tasks - periodic execution (every hour, daily, etc.) with cron pattern scheduling
  • Planned tasks - execution at specific dates and times without periodicity
  • Manual tasks - ad-hoc execution via agent commands or external API endpoints with tokens
  • Dedicated scheduler tools - agent can create, modify, delete, and manage tasks autonomously
  • Task UI in settings - manual task creation and management interface with task table

⚡ Improvements

  • Tasks can run in dedicated chats or continue within existing chat threads
  • System instructions and attachments support for scheduled tasks
  • Time awareness - Agent Zero can now plan and execute tasks in the future
  • API endpoint triggering for external task execution
  • Full task manipulation toolset - list, delete, modify scheduled tasks