Skip to main content

AgentAppConfig

Defined in the extras module.
Rust AI Agent SDK Agent application configuration

Fields

NameTypeDescription
nameStringApplication name
versionStringApplication version
hostStringHost to bind to
portu16Port to bind to
debugboolEnable debug mode

Methods

new

fn new(name: impl Into<String>) -> Self
Create a new app config Parameters:
NameType
nameimpl Into&lt;String&gt;

Source

View on GitHub

praisonai/src/parity/extras.rs at line 365