UNPKG

@ui-tars/sdk

Version:

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

10 lines 397 B
/** * Copyright (c) 2025 Bytedance, Inc. and its affiliates. * SPDX-License-Identifier: Apache-2.0 */ export { GUIAgent } from './GUIAgent'; export type { GUIAgentConfig } from './types'; export type { GUIAgentData } from '@ui-tars/shared/types'; export { StatusEnum } from '@ui-tars/shared/types'; export { UITarsModelVersion } from '@ui-tars/shared/types'; //# sourceMappingURL=index.d.ts.map