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

# Apply Hot Reload • AI Agent SDK

> apply_hot_reload: API reference for SupportsHotReload.apply_hot_reload

# apply\_hot\_reload

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

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

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def apply_hot_reload(paths: Set[str], new_config: Mapping[str, Any]) -> None
```

## Parameters

<ParamField query="paths" type="Set[str]" required={true}>
  No description available.
</ParamField>

<ParamField query="new_config" type="Mapping[str, Any]" required={true}>
  No description available.
</ParamField>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/gateway/config.py#L290">
  `praisonaiagents/gateway/config.py` at line 290
</Card>
