pub async fn run_cli_analysis( repo_path: &str, s3_bucket: &str, s3_key: &str, llm_api_key: &str, ) -> Result<()>