//! Deep research agent module.
//!//! Provides an autonomous research agent that plans, crawls, and synthesizes
//! findings using an LLM-driven loop. Feature-gated behind `ai`.
modagent;modplanner;modsynthesizer;modtypes;pubuseagent::ResearchAgent;pubusetypes::{Finding, ResearchConfig, ResearchResult, ResearchStep, SourceInfo, StepAction};