Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface SafetyConstraint

    interface SafetyConstraint {
        action: ConstraintAction;
        conditions: Condition[];
        description?: string;
        enabled: boolean;
        id: string;
        message: string;
        name: string;
        priority: number;
        rateLimit?: { maxPerHour: number; maxPerMinute: number };
        tags: string[];
    }
    Index
    conditions: Condition[]

    Conditions joined by AND

    description?: string
    enabled: boolean

    Whether this constraint is active

    id: string
    message: string
    name: string
    priority: number

    Priority (lower = higher priority)

    rateLimit?: { maxPerHour: number; maxPerMinute: number }

    Rate limit config (only for RATE_LIMIT action)

    tags: string[]

    Tags for grouping