bytedance--ui-tars-desktop
1a390b2815
Scorecard supply-chain security / Scorecard analysis (push) Failing after 1s
/ test (push) Failing after 0s
secretlint / Run secretlint to diff files (push) Failing after 1s
UI-TARS E2E Test / E2E (macos-13) (push) Has been cancelled
UI-TARS E2E Test / E2E (macos-latest) (push) Has been cancelled
UI-TARS E2E Test / E2E (windows-latest) (push) Has been cancelled
CI Test, Typecheck / Test & Typecheck (push) Has been cancelled
64 行
1.8 KiB
JSON
64 行
1.8 KiB
JSON
{
|
|
"name": "@gui-agent/agent-sdk",
|
|
"version": "0.3.0",
|
|
"description": "GUI Agent",
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.mjs",
|
|
"types": "dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.mjs",
|
|
"require": "./dist/index.js"
|
|
}
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"dev": "rslib build --watch",
|
|
"dev:agent": "tarko --agent ./ --config ./tarko.bu.config.ts",
|
|
"dev:agent:browser": "tarko --agent ./ --config ./tarko.bu.config.ts",
|
|
"dev:agent:computer": "tarko --agent ./ --config ./tarko.cu.config.ts",
|
|
"dev:agent:android": "tarko --agent ./ --config ./tarko.mu.config.ts",
|
|
"build": "rslib build",
|
|
"prepublishOnly": "pnpm run build",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@agent-infra/browser": "0.1.1",
|
|
"@agent-infra/logger": "0.0.2-beta.2",
|
|
"@agent-infra/media-utils": "0.1.5",
|
|
"@clack/prompts": "0.11.0",
|
|
"@gui-agent/action-parser": "workspace:*",
|
|
"@gui-agent/operator-adb": "workspace:*",
|
|
"@gui-agent/operator-browser": "workspace:*",
|
|
"@gui-agent/operator-nutjs": "workspace:*",
|
|
"@gui-agent/shared": "workspace:*",
|
|
"@tarko/agent": "workspace:*",
|
|
"@tarko/agent-cli": "workspace:*",
|
|
"@tarko/agent-interface": "workspace:*",
|
|
"big.js": "^6.2.2",
|
|
"commander": "^14.0.0",
|
|
"dotenv": "^17.2.2",
|
|
"jimp": "1.6.0",
|
|
"jsonrepair": "3.12.0",
|
|
"uuid": "^9.0.0",
|
|
"zod-to-json-schema": "3.24.3"
|
|
},
|
|
"devDependencies": {
|
|
"@agent-infra/shared": "0.0.2",
|
|
"@rslib/core": "0.10.0",
|
|
"@types/node": "22.15.30",
|
|
"@types/uuid": "^9.0.8",
|
|
"tsx": "^4.19.2",
|
|
"typescript": "^5.5.3",
|
|
"vitest": "3.2.4"
|
|
}
|
|
}
|