> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# scheduler • AI Agents Framework

> PraisonAI Scheduler Module

# scheduler

<Badge color="purple">AI Agents Framework</Badge>

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

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
from praisonai import scheduler
```

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Background Tasks" icon="clock" href="/docs/docs/features/background-tasks" />

  <Card title="Async Jobs" icon="list-check" href="/docs/docs/features/async-jobs" />
</CardGroup>
