pub async fn run_from_args<I, T>(args: I) -> !where I: IntoIterator<Item = T>, T: Into<OsString> + Clone,
Parse argv and run — used by the deepseek-runtime binary.
deepseek-runtime