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

# Parallel • Rust AI Agent SDK

> Parallel: Parallel pattern - concurrent execution

# Parallel

> Defined in the [**workflows**](../modules/workflows) module.

<Badge color="orange">Rust AI Agent SDK</Badge>

Parallel pattern - concurrent execution

## Fields

| Name     | Type                          | Description               |
| -------- | ----------------------------- | ------------------------- |
| `agents` | `Vec&lt;Arc&lt;Agent&gt;&gt;` | Agents to run in parallel |

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-rust/praisonai/src/workflows/mod.rs#L342">
  `praisonai/src/workflows/mod.rs` at line 342
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Rust Parallel Execution" icon="arrows-split" href="/docs/rust/parallel-execution" />

  <Card title="Rust Process" icon="gears" href="/docs/rust/process" />
</CardGroup>
