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

    Interface RegulatoryReadinessInput

    interface RegulatoryReadinessInput {
        agentId: string;
        weights?: Partial<WeightedComponents>;
        workspace?: string;
    }
    Index
    agentId: string
    weights?: Partial<WeightedComponents>
    workspace?: string