Riksdagsmonitor Intelligence Platform - v0.7.20
    Preparing search index...

    DeepInspectionPipeline delegates execution to generateDeepInspection() in generators.ts, which reads targeting parameters and analysisDepth from CLI config. When used programmatically via this class, those CLI values are already set at module load time — so run() simply invokes the generator and enriches the result.

    All targeting (document IDs, URLs) and analysis depth are controlled via CLI arguments parsed by config.ts at module load time. This class provides a clean programmatic entrypoint without duplicating CLI parameter handling.

    Index

    Constructors

    Methods

    Constructors

    Methods