UNPKG

@ui-tars/sdk

Version:

A powerful cross-platform(ANY device/platform) toolkit for building GUI automation agents for UI-TARS

8 lines (7 loc) 270 B
/** * Copyright (c) 2025 Bytedance, Inc. and its affiliates. * SPDX-License-Identifier: Apache-2.0 */ import { GUIAgent } from "./GUIAgent.mjs"; import { StatusEnum, UITarsModelVersion } from "@ui-tars/shared/types"; export { GUIAgent, StatusEnum, UITarsModelVersion };