Skip to main content

scheduler

AI Agents Framework PraisonAI Scheduler Module This module provides scheduling capabilities for running agents and deployments at regular intervals, enabling 24/7 autonomous operations. Components:
  • ScheduleParser: Parse schedule expressions (hourly, daily, */30m, etc.)
  • ExecutorInterface: Abstract interface for executors
  • AgentScheduler: Schedule agent execution at regular intervals
  • DeploymentScheduler: Schedule deployment operations

Import


Background Tasks

Async Jobs