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 |
Source
View on GitHub
praisonai/src/workflows/mod.rs at line 356
