tolingcode 2026.3.87 → 2026.3.89
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +18 -21
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-

|
|
2
|
+

|
|
3
3
|
|
|
4
4
|

|
|
5
5
|

|
|
@@ -32,6 +32,22 @@ Agent**,用于构建跨境企业 **AI 数字员工**。
|
|
|
32
32
|
AI 员工 自动执行跨境电商任务
|
|
33
33
|
Skill 生态 支持安装技能扩展能力
|
|
34
34
|
|
|
35
|
+
------------------------------------------------------------------------
|
|
36
|
+
|
|
37
|
+
# 安装
|
|
38
|
+
|
|
39
|
+
``` bash
|
|
40
|
+
当前最新版本:2026.03.08
|
|
41
|
+
|
|
42
|
+
安装最新版本
|
|
43
|
+
npm install -g tolingcode@latest
|
|
44
|
+
|
|
45
|
+
安装指定版本
|
|
46
|
+
npm install -g tolingcode@2026.03.06
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
35
51
|
------------------------------------------------------------------------
|
|
36
52
|
|
|
37
53
|
# 核心能力
|
|
@@ -82,25 +98,6 @@ Agent**,用于构建跨境企业 **AI 数字员工**。
|
|
|
82
98
|
- Amazon Logistics
|
|
83
99
|
- ITTRACK
|
|
84
100
|
|
|
85
|
-
------------------------------------------------------------------------
|
|
86
|
-
|
|
87
|
-
# 安装
|
|
88
|
-
|
|
89
|
-
## 安装最新版本
|
|
90
|
-
|
|
91
|
-
``` bash
|
|
92
|
-
npm install -g tolingcode@latest
|
|
93
|
-
```
|
|
94
|
-
|
|
95
|
-
## 安装指定版本
|
|
96
|
-
|
|
97
|
-
``` bash
|
|
98
|
-
npm install -g tolingcode@2026.03.06
|
|
99
|
-
```
|
|
100
|
-
|
|
101
|
-
当前最新版本:
|
|
102
|
-
|
|
103
|
-
2026.03.08
|
|
104
101
|
|
|
105
102
|
------------------------------------------------------------------------
|
|
106
103
|
|