Skip to main content
Execution configuration controls how agents run - maximum iterations, time limits, rate limiting, and retry behavior.

Quick Start

1

Preset Mode

2

Custom Configuration


Execution Presets


Configuration Options


Iteration Limits

Prevent infinite loops:

Time Limits

Prevent runaway execution:

Rate Limiting

Control API request rate:
Useful for:
  • Respecting API rate limits
  • Controlling costs
  • Preventing abuse

Retry Behavior

Handle transient failures:

Multi-Agent Execution

For multi-agent workflows:

Combining Limits

Use multiple limits together:

Best Practices

Too low = incomplete tasks. Too high = wasted resources. Start with defaults and adjust.
Always set max_execution_time in production to prevent runaway agents.
Use max_rpm when agents call external APIs to respect rate limits.
Set max_retry_limit for operations that may fail transiently.

Output

Display configuration

Autonomy

Independence control