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

# arun • AI Agent SDK

> arun: API reference for BaseFrameworkAdapter.arun

# arun

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

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

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
async def arun(config: Dict[str, Any], llm_config: List[Dict], topic: str) -> str
```

## Parameters

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

<ParamField query="llm_config" type="List[Dict]" required={true}>
  No description available.
</ParamField>

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

### Returns

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

## Uses

* `logger.warning`

## Used By

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

## Source

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