Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.30
    Preparing search index...

    Result of one aggregation run. The full markdown is published to article.md by scripts/aggregate-analysis.ts; the title / description / artifactsUsed fields are surfaced to the agentic workflow run-summary.

    interface AggregationResult {
    ย ย ย ย markdown: string;
    ย ย ย ย artifactsUsed: readonly string[];
    ย ย ย ย title: string;
    ย ย ย ย description: string;
    ย ย ย ย keywords: string;
    }
    Index
    markdown: string

    Generated aggregated markdown (with YAML front-matter).

    artifactsUsed: readonly string[]

    Ordered list of artifact files consumed (relative to subfolder).

    title: string

    First H1 from executive-brief.md (cleaned), used as the article title.

    description: string

    First non-empty paragraph from executive-brief.md, used as description.

    keywords: string

    Context-aware keyword set for front-matter and generated HTML.