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

# Is Available • AI Agent SDK

> is_available: Return True when this framework's optional dependencies are installed.

# is\_available

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

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

Return True when this framework's optional dependencies are installed.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def is_available() -> bool
```

### Returns

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

## Used By

* [`has_memory_adapter`](../functions/has_memory_adapter)

## Source

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