> ## 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

> DEPRECATED: This module is deprecated. Use praisonai.scheduler instead.

# scheduler

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

DEPRECATED: This module is deprecated. Use praisonai.scheduler instead.

This file is kept for backward compatibility only.
All new code should import from praisonai.scheduler.

## Import

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

## Classes

<CardGroup cols={2}>
  <Card title="DeployerInterface" icon="brackets-curly" href="../classes/DeployerInterface">
    Abstract interface for deployers to ensure provider compatibility.
  </Card>

  <Card title="DeploymentScheduler" icon="brackets-curly" href="../classes/DeploymentScheduler">
    Minimal deployment scheduler with provider-agnostic design.
  </Card>
</CardGroup>

## Functions

<CardGroup cols={2}>
  <Card title="create_scheduler()" icon="function" href="../functions/create_scheduler">
    Factory function to create scheduler for different providers.
  </Card>
</CardGroup>

***

## Related Documentation

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

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