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

# Get Supported Modes • AI Agent SDK

> get_supported_modes: Get all runtime modes supported by this implementation.

# get\_supported\_modes

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

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

Get all runtime modes supported by this implementation.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def get_supported_modes() -> List[RuntimeMode]
```

### Returns

<ResponseField name="Returns" type="List[RuntimeMode]">
  List of supported RuntimeMode values
</ResponseField>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/runtime/protocols.py#L87">
  `praisonaiagents/runtime/protocols.py` at line 87
</Card>
