pub fn run(
args: DeepResearchArgs,
llm_backend: LlmBackendChoice,
embedding_backend: EmbeddingBackendChoice,
fail_on_degraded: bool,
) -> Result<(), AppError>Expand description
Sync entry point — builds a tokio runtime for the async fan-out.