@botbotgo/agent-harness 0.0.302 → 0.0.304
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 +2 -2
- package/README.zh.md +2 -2
- package/dist/package-version.d.ts +1 -1
- package/dist/package-version.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,12 +22,12 @@
|
|
|
22
22
|
</p>
|
|
23
23
|
|
|
24
24
|
<p align="center">
|
|
25
|
-
<a href="https://
|
|
25
|
+
<a href="https://agent-harness.easynet.world/">Product website</a>
|
|
26
26
|
(static page in <code>docs/</code>, self-hosted docs site; EN / 中文 toggle)
|
|
27
27
|
</p>
|
|
28
28
|
|
|
29
29
|
<p align="center">
|
|
30
|
-
<a href="https://
|
|
30
|
+
<a href="https://agent-harness.easynet.world/development/">Developer docs</a>
|
|
31
31
|
(<code>docs/development/</code>, English / 中文)
|
|
32
32
|
</p>
|
|
33
33
|
|
package/README.zh.md
CHANGED
|
@@ -22,12 +22,12 @@
|
|
|
22
22
|
</p>
|
|
23
23
|
|
|
24
24
|
<p align="center">
|
|
25
|
-
<a href="https://
|
|
25
|
+
<a href="https://agent-harness.easynet.world/">产品网站</a>
|
|
26
26
|
(<code>docs/</code> 中的静态页,走自托管文档站;支持中英文切换)
|
|
27
27
|
</p>
|
|
28
28
|
|
|
29
29
|
<p align="center">
|
|
30
|
-
<a href="https://
|
|
30
|
+
<a href="https://agent-harness.easynet.world/development/zh/">开发文档</a>
|
|
31
31
|
(多页面静态文档位于 <code>docs/development/</code>,支持 English / 中文)
|
|
32
32
|
</p>
|
|
33
33
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const AGENT_HARNESS_VERSION = "0.0.
|
|
1
|
+
export declare const AGENT_HARNESS_VERSION = "0.0.303";
|
package/dist/package-version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const AGENT_HARNESS_VERSION = "0.0.
|
|
1
|
+
export const AGENT_HARNESS_VERSION = "0.0.303";
|