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

    Interface SettledStream

    A settled dispatch: the full assembly, and the row that closed it.

    interface SettledStream {
        assembly: StreamAssembly;
        failure: LlmFailure | null;
        outcomeEventId: string;
    }
    Index
    assembly: StreamAssembly
    failure: LlmFailure | null

    Null on the success path.

    outcomeEventId: string

    The request/response or request/failure row.