Skip to content

Commit 48cd9dd

Browse files
committed
fix(tarko): replace @ui-tars/operator-browser with local @gui-agent/operator-browser
Update dependency to use workspace package instead of external npm package
1 parent 895c4b3 commit 48cd9dd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

multimodal/tarko/agent/examples/gui-agent/basic.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99

1010
import { LocalBrowser } from '@agent-infra/browser';
11-
import { BrowserOperator } from '@ui-tars/operator-browser';
11+
import { BrowserOperator } from '@gui-agent/operator-browser';
1212
import {
1313
Agent,
1414
AgentOptions,

multimodal/tarko/agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@agent-infra/shared": "0.0.2",
5555
"@agent-infra/browser": "0.1.1",
5656
"@agent-infra/browser-search": "0.0.5",
57-
"@ui-tars/operator-browser": "1.2.2",
57+
"@gui-agent/operator-browser": "workspace:*",
5858
"@rslib/core": "0.10.0",
5959
"@types/node": "22.15.30",
6060
"tsx": "^4.19.2",

0 commit comments

Comments
 (0)