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

# Deployer Interface • AI Agents Framework

> DeployerInterface: Abstract interface for deployers to ensure provider compatibility.

# DeployerInterface

> Defined in the [**scheduler**](../modules/scheduler) module.

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

Abstract interface for deployers to ensure provider compatibility.

## Methods

<CardGroup cols={2}>
  <Card title="deploy()" icon="function" href="../functions/DeployerInterface-deploy">
    Execute deployment. Returns True on success, False on failure.
  </Card>
</CardGroup>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai/praisonai/scheduler.py#L29">
  `praisonai/scheduler.py` at line 29
</Card>
