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

# Repeat • Rust AI Agent SDK

> Repeat: Repeat pattern - repeat execution

# Repeat

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

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

Repeat pattern - repeat execution

## Fields

| Name    | Type               | Description               |
| ------- | ------------------ | ------------------------- |
| `agent` | `Arc&lt;Agent&gt;` | Agent to repeat           |
| `times` | `usize`            | Number of times to repeat |

## Source

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