We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 895c4b3 commit 48cd9ddCopy full SHA for 48cd9dd
2 files changed
multimodal/tarko/agent/examples/gui-agent/basic.ts
@@ -8,7 +8,7 @@
8
*/
9
10
import { LocalBrowser } from '@agent-infra/browser';
11
-import { BrowserOperator } from '@ui-tars/operator-browser';
+import { BrowserOperator } from '@gui-agent/operator-browser';
12
import {
13
Agent,
14
AgentOptions,
multimodal/tarko/agent/package.json
@@ -54,7 +54,7 @@
54
"@agent-infra/shared": "0.0.2",
55
"@agent-infra/browser": "0.1.1",
56
"@agent-infra/browser-search": "0.0.5",
57
- "@ui-tars/operator-browser": "1.2.2",
+ "@gui-agent/operator-browser": "workspace:*",
58
"@rslib/core": "0.10.0",
59
"@types/node": "22.15.30",
60
"tsx": "^4.19.2",
0 commit comments