EU Parliament Monitor — API Documentation - v0.8.6
    Preparing search index...

    Interface AgentRiskAssessmentWorkflow

    Full agent risk assessment workflow trace. Provides a structured, auditable record of the risk assessment process that agentic workflows can follow consistently.

    interface AgentRiskAssessmentWorkflow {
        assessmentId: string;
        date: string;
        articleType: ArticleCategory;
        steps: readonly RiskAssessmentStep[];
        overallRiskProfile: PoliticalRiskScore;
        recommendations: readonly string[];
    }
    Index

    Properties

    assessmentId: string

    Unique assessment identifier

    date: string

    ISO date string of the assessment

    articleType: ArticleCategory

    Article category this assessment was produced for

    steps: readonly RiskAssessmentStep[]

    Ordered workflow steps: identify → analyze → evaluate → treat

    overallRiskProfile: PoliticalRiskScore

    Composite overall risk profile synthesised from all identified risks

    recommendations: readonly string[]

    Actionable recommendations produced by the risk treatment step