AgentConfig
Defined in the 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 |
Source
View on GitHub
praisonai/src/agent/builder.rs at line 17
