Skip to main content
Agents can process lists of items one by one - like handling emails, analyzing files, or transforming data.

Quick Start

1

Simple Usage

2

With Configuration


User Interaction Flow


Configuration Levels


Data Sources


Common Examples

Email Processing

Handle Errors Gracefully


API Reference

Loop

Loop class documentation

Best Practices

Use maxIterations to prevent runaway loops. Default is 1000.
Use continueOnError: true to process all items even if some fail.
Use onIteration callback to show progress for long-running loops.

Workflows

Multi-step workflows

Agent

Create AI agents