Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
Loop
Defined in the workflows module.Rust AI Agent SDK Loop pattern - iterate over items
Fields
| Name | Type | Description |
|---|---|---|
agent | Arc<Agent> | Agent to execute for each item |
items | Vec<String> | Items to iterate over |
Source
View on GitHub
praisonai/src/workflows/mod.rs at line 348
