AgentAppConfig
Defined in the extras module.Rust AI Agent SDK Agent application configuration
Fields
| Name | Type | Description |
|---|---|---|
name | String | Application name |
version | String | Application version |
host | String | Host to bind to |
port | u16 | Port to bind to |
debug | bool | Enable debug mode |
Methods
new
| Name | Type |
|---|---|
name | impl Into<String> |
Source
View on GitHub
praisonai/src/parity/extras.rs at line 365
