tolingcode 2026.3.85 → 2026.3.88
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 +24 -25
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,15 +1,13 @@
|
|
|
1
|
-

|
|
2
|
+

|
|
3
|
+
|
|
2
4
|

|
|
3
5
|

|
|
4
6
|

|
|
5
7
|

|
|
6
8
|

|
|
7
9
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
<p align="center">
|
|
11
|
-
<img src="docs/logo.png" width="120" alt="TolingCode Logo">
|
|
12
|
-
</p>
|
|
10
|
+
|
|
13
11
|
|
|
14
12
|
# TolingCode CLI
|
|
15
13
|
|
|
@@ -36,6 +34,26 @@ Agent**,用于构建跨境企业 **AI 数字员工**。
|
|
|
36
34
|
|
|
37
35
|
------------------------------------------------------------------------
|
|
38
36
|
|
|
37
|
+
# 安装
|
|
38
|
+
|
|
39
|
+
## 安装最新版本
|
|
40
|
+
|
|
41
|
+
``` bash
|
|
42
|
+
npm install -g tolingcode@latest
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
## 安装指定版本
|
|
46
|
+
|
|
47
|
+
``` bash
|
|
48
|
+
npm install -g tolingcode@2026.03.06
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
当前最新版本:
|
|
52
|
+
|
|
53
|
+
2026.03.08
|
|
54
|
+
|
|
55
|
+
------------------------------------------------------------------------
|
|
56
|
+
|
|
39
57
|
# 核心能力
|
|
40
58
|
|
|
41
59
|
## 电商平台技能
|
|
@@ -84,25 +102,6 @@ Agent**,用于构建跨境企业 **AI 数字员工**。
|
|
|
84
102
|
- Amazon Logistics
|
|
85
103
|
- ITTRACK
|
|
86
104
|
|
|
87
|
-
------------------------------------------------------------------------
|
|
88
|
-
|
|
89
|
-
# 安装
|
|
90
|
-
|
|
91
|
-
## 安装最新版本
|
|
92
|
-
|
|
93
|
-
``` bash
|
|
94
|
-
npm install -g tolingcode@latest
|
|
95
|
-
```
|
|
96
|
-
|
|
97
|
-
## 安装指定版本
|
|
98
|
-
|
|
99
|
-
``` bash
|
|
100
|
-
npm install -g tolingcode@2026.03.06
|
|
101
|
-
```
|
|
102
|
-
|
|
103
|
-
当前最新版本:
|
|
104
|
-
|
|
105
|
-
2026.03.08
|
|
106
105
|
|
|
107
106
|
------------------------------------------------------------------------
|
|
108
107
|
|