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