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

    Interface AMCNativeRunResult

    interface AMCNativeRunResult {
        meta: Readonly<JsonObject>;
        sessionId: string;
        state: "completed";
        stopReason: string;
        text: string;
        updates: readonly AMCNativeUpdate[];
        validation: NativeValidationResult;
        verification: "not-verified";
    }
    Index
    meta: Readonly<JsonObject>
    sessionId: string
    state: "completed"
    stopReason: string

    ACP end_turn also represents some lossy endings; inspect meta and verify evidence separately.

    text: string
    updates: readonly AMCNativeUpdate[]

    Public operator checks only; independent from turn completion and evidence verification.

    verification: "not-verified"