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

# Agenerate Crew And Kickoff • AI Agents Framework

> agenerate_crew_and_kickoff: Async version of generate_crew_and_kickoff.

# agenerate\_crew\_and\_kickoff

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

> This is a method of the [**AgentsGenerator**](../classes/AgentsGenerator) class in the [**agents\_generator**](../modules/agents_generator) module.

Async version of generate\_crew\_and\_kickoff.
Generates a crew of agents and initiates tasks based on the provided configuration.

## Signature

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

### Returns

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

## Uses

* `observability_session`
* `info`
* `asyncio.to_thread`
* `arun`

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai/praisonai/agents_generator.py#L1292">
  `praisonai/agents_generator.py` at line 1292
</Card>
