@ui-tars/sdk
Version:
A powerful cross-platform(ANY device/platform) toolkit for building GUI automation agents for UI-TARS
10 lines (9 loc) • 588 B
JavaScript
/**
* Copyright (c) 2025 Bytedance, Inc. and its affiliates.
* SPDX-License-Identifier: Apache-2.0
*/
import * as __WEBPACK_EXTERNAL_MODULE__GUIAgent_mjs_e6f3046b__ from "./GUIAgent.mjs";
import * as __WEBPACK_EXTERNAL_MODULE__ui_tars_shared_types_07351026__ from "@ui-tars/shared/types";
var __webpack_exports__GUIAgent = __WEBPACK_EXTERNAL_MODULE__GUIAgent_mjs_e6f3046b__.GUIAgent;
var __webpack_exports__StatusEnum = __WEBPACK_EXTERNAL_MODULE__ui_tars_shared_types_07351026__.StatusEnum;
export { __webpack_exports__GUIAgent as GUIAgent, __webpack_exports__StatusEnum as StatusEnum };