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

    Interface DeriveRequestInput

    interface DeriveRequestInput {
        encoders?: RequestEncoderRegistry;
        events: readonly EvidenceEvent[];
        headerEventId: string;
        workspace: string;
    }
    Index
    events: readonly EvidenceEvent[]

    This session's committed rows, in commit order.

    headerEventId: string
    workspace: string