> ## 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 For Each • AI Agent SDK

> astart_for_each: Async twin of :meth:`start_for_each` (sequential per-item execution).

# astart\_for\_each

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

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

Async twin of :meth:`start_for_each` (sequential per-item execution).

## Signature

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

## Parameters

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

### Returns

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

## Uses

* `ValueError`
* `uuid.uuid4`
* `astart`

## Source

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