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

    Interface BackgroundChangedEvent

    Background work changed while the broker was idle. active is the full set of tasks still running after the turn ended; an empty list means the agent's background work has finished and nothing is holding the devbox awake. Not emitted during a turn.

    interface BackgroundChangedEvent {
        active: BackgroundTask[];
        type: "background.changed";
    }
    Index

    ACP Protocol

    ACP Protocol

    active: BackgroundTask[]
    type: "background.changed"