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