Repeat
Defined in the Workflows module.Rust AI Agent SDK Repeat pattern - repeat execution
Fields
| Name | Type | Description |
|---|---|---|
agent | Arc<Agent> | Agent to repeat |
times | usize | Number of times to repeat |
Repeat pattern - repeat execution
Defined in the Workflows module.Rust AI Agent SDK Repeat pattern - repeat execution
| Name | Type | Description |
|---|---|---|
agent | Arc<Agent> | Agent to repeat |
times | usize | Number of times to repeat |