pub fn parse_autochat_args<'a>( rest: &'a str, default_agents: usize, quick_demo_task: &'a str, ) -> Option<(usize, &'a str)>