WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 54dc6f3

Browse files
committed
chore(tars-stack): release 0.3.0
1 parent 14db4c4 commit 54dc6f3

File tree

42 files changed

+46
-45
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+46
-45
lines changed

multimodal/agent-tars/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agent-tars/cli",
3-
"version": "0.3.0-beta.12",
3+
"version": "0.3.0",
44
"description": "CLI for Agent TARS.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

multimodal/agent-tars/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agent-tars/core",
3-
"version": "0.3.0-beta.12",
3+
"version": "0.3.0",
44
"description": "Agent TARS core.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

multimodal/agent-tars/interface/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agent-tars/interface",
3-
"version": "0.3.0-beta.12",
3+
"version": "0.3.0",
44
"description": "Standard protocol, types design, api design for Agent TARS ecology (core, server, cli, app etc.)",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

multimodal/benchmark/content-extraction/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@agent-tars/content-extraction-benchmark",
4-
"version": "0.3.0-beta.12",
4+
"version": "0.3.0",
55
"description": "Benchmark for different page content extraction strategies",
66
"main": "index.js",
77
"scripts": {

multimodal/gui-agent/action-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gui-agent/action-parser",
3-
"version": "0.3.0-beta.12",
3+
"version": "0.3.0",
44
"description": "Action parser SDK for general action parser",
55
"repository": {
66
"type": "git",

multimodal/gui-agent/agent-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gui-agent/agent-sdk",
3-
"version": "0.3.0-beta.12",
3+
"version": "0.3.0",
44
"description": "GUI Agent",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

multimodal/gui-agent/operator-adb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@gui-agent/operator-adb",
33
"description": "Android operator based ADB for GUI Agent",
4-
"version": "0.3.0-beta.12",
4+
"version": "0.3.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/bytedance/UI-TARS-desktop"

multimodal/gui-agent/operator-aio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@gui-agent/operator-aio",
33
"description": "AIO (All-in-One) operator for GUI Agent",
4-
"version": "0.3.0-beta.12",
4+
"version": "0.3.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/bytedance/UI-TARS-desktop"

multimodal/gui-agent/operator-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@gui-agent/operator-browser",
33
"description": "Native-browser operator for GUI Agent",
4-
"version": "0.3.0-beta.12",
4+
"version": "0.3.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/bytedance/UI-TARS-desktop"

multimodal/gui-agent/operator-nutjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@gui-agent/operator-nutjs",
33
"description": "computer operator based NutJS for GUI Agent",
4-
"version": "0.3.0-beta.12",
4+
"version": "0.3.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/bytedance/UI-TARS-desktop"

0 commit comments

Comments
 (0)