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

# Set Deployer • AI Agents Framework

> set_deployer: Set custom deployer implementation.

# set\_deployer

<div className="flex items-center gap-2">
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**DeploymentScheduler**](../classes/DeploymentScheduler) class in the [**scheduler**](../modules/scheduler) module.

Set custom deployer implementation.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def set_deployer(deployer: DeployerInterface) -> Any
```

## Parameters

<ParamField query="deployer" type="DeployerInterface" required={true}>
  No description available.
</ParamField>

### Returns

<ResponseField name="Returns" type="Any">
  The result of the operation.
</ResponseField>

## Source

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