ExecutionConfig
Defined in the Configuration module.Rust AI Agent SDK Execution configuration
Fields
| Name | Type | Description |
|---|---|---|
max_iterations | usize | Maximum number of iterations |
timeout_secs | u64 | Timeout in seconds |
stream | bool | Enable streaming output |
Methods
new
max_iterations
| Name | Type |
|---|---|
max | usize |
timeout
| Name | Type |
|---|---|
secs | u64 |

