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

# astart • AI Agent SDK

> astart: Async version of start() method.

# astart

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

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

Async version of start() method.
Creates tasks based on the instructions, then starts execution.
Returns the task status and results dictionary.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
async def astart() -> Any
```

### Returns

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

## Uses

* `astart`

## Used By

* [`AutoAgents.astart`](../functions/AutoAgents-astart)

## Source

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