pub fn create_agent_with_defaults(
provider: &str,
model: &str,
) -> Result<IrisAgent>Expand description
Simple factory function for creating agents with minimal configuration
ยงErrors
Returns an error when the provider configuration is invalid or agent construction fails.