@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias ThreadStatus

    ThreadStatus:
        | { type: "notLoaded" }
        | { type: "idle" }
        | { type: "systemError" }
        | { activeFlags: ThreadActiveFlag[]; type: "active" }