pub fn run_worker_loop( project_root: Option<PathBuf>, agent: Option<String>, model: Option<String>, ) -> Result<()>
Run the worker loop.