AgentConfig
Defined in the Agent Builder module.Rust AI Agent SDK Configuration for an agent
Fields
| Name | Type | Description |
|---|---|---|
max_iterations | usize | Maximum iterations for tool calling loop |
verbose | bool | Enable verbose output |
stream | bool | Enable streaming |
AgentConfig: Configuration for an agent
Defined in the Agent Builder module.Rust AI Agent SDK Configuration for an agent
| Name | Type | Description |
|---|---|---|
max_iterations | usize | Maximum iterations for tool calling loop |
verbose | bool | Enable verbose output |
stream | bool | Enable streaming |