
___x_cmd_whisper_livekit___install(){
    whisper:info "Installing WhisperLiveKit using uv."
    ___x_cmd uv tool install whisperlivekit --force || {
        whisper:erro "Failed to install WhisperLiveKit"
        return 1
    }
    ___x_cmd uv tool update-shell
}

___x_cmd_whisper_livekit___upgrade(){
    ___x_cmd uv tool upgrade whisperlivekit --no-cache
}

___x_cmd_whisper_livekit___uninstall(){
    ___x_cmd uv tool uninstall whisperlivekit
}


