pub fn parse_config_auto(input: &str) -> Result<AgentConfig, ConfigError>Expand description
Parse a config string, auto-detecting the format.
Tries TOML first, then JSON, then YAML. Returns the first successful parse.
pub fn parse_config_auto(input: &str) -> Result<AgentConfig, ConfigError>Parse a config string, auto-detecting the format.
Tries TOML first, then JSON, then YAML. Returns the first successful parse.