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

    Interface SessionGoal

    interface SessionGoal {
        completionSignals: string[];
        description: string;
        id: string;
        required: boolean;
        weight: number;
    }
    Index
    completionSignals: string[]

    Keywords/phrases that indicate goal completion

    description: string
    id: string
    required: boolean

    Whether this goal is required for session success

    weight: number