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

    Type Alias BackgroundTaskKind

    BackgroundTaskKind: "command" | "agent" | "workflow" | string & {}

    What a background task is: a shell command the agent left running (command), a sub-agent (agent), or a multi-step workflow (workflow). The set is open: the broker may add kinds, and the parser passes them through, so handle the string case rather than switching exhaustively.