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

    Interface AMCTelemetryEvent

    interface AMCTelemetryEvent {
        correlationId?: string;
        eventType:
            | "agent_process_started"
            | "agent_stdout"
            | "agent_stderr"
            | "agent_process_exited";
        payload: string
        | Record<string, unknown>;
        provider?: string;
        runId?: string;
        sessionId: string;
    }
    Index
    correlationId?: string
    eventType:
        | "agent_process_started"
        | "agent_stdout"
        | "agent_stderr"
        | "agent_process_exited"
    payload: string | Record<string, unknown>
    provider?: string
    runId?: string
    sessionId: string