Skip to main content

Module deep_research

Module deep_research 

Source
Expand description

Handler for the deep-research CLI subcommand.

Orchestrates parallel multi-hop GraphRAG search via query decomposition. The workload is I/O-bound (SQLite WAL reads), so tokio is used instead of rayon. Each sub-query opens its own read-only connection.

Structs§

DeepResearchArgs
Arguments for the deep-research subcommand.

Functions§

run
Sync entry point — builds a tokio runtime for the async fan-out.