Skip to main content

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

NameTypeDescription
agentArc<Agent>Agent to execute for each item
itemsVec<String>Items to iterate over

Source

View on GitHub

praisonai/src/workflows/mod.rs at line 348

Rust Loops

Rust Conditions