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

    Interface RequestSourceInput

    interface RequestSourceInput {
        events: readonly EvidenceEvent[];
        model: string;
        params: Record<string, unknown>;
        projectionCutoffEventId: string;
        systemPromptEventId: string;
        toolSchemaEventId: string | null;
        toolSchemaSha256: string | null;
        workspace: string;
    }
    Index
    events: readonly EvidenceEvent[]

    This session's committed rows, in commit order.

    model: string
    params: Record<string, unknown>
    projectionCutoffEventId: string

    Last event included in the projected history.

    systemPromptEventId: string
    toolSchemaEventId: string | null
    toolSchemaSha256: string | null
    workspace: string