TaskConfig
Defined in the task module.Rust AI Agent SDK Task configuration
Fields
| Name | Type | Description |
|---|---|---|
max_retries | u32 | Maximum retries |
retry_delay | f64 | Retry delay in seconds |
on_error | OnError | Error handling behavior |
skip_on_failure | bool | Whether to skip on failure |
quality_check | bool | Quality check enabled |
async_execution | bool | Async execution |
Source
View on GitHub
praisonai/src/task/mod.rs at line 156
