pub fn validate_agent_config(config: &AgentConfig) -> Result<(), String>Expand description
Validate an agent config. Returns Ok(()) or an error message.
pub fn validate_agent_config(config: &AgentConfig) -> Result<(), String>Validate an agent config. Returns Ok(()) or an error message.