@botbotgo/agent-harness 0.0.78 → 0.0.80
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 +7 -2
- package/README.zh.md +7 -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
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img
|
|
2
|
+
<img
|
|
3
|
+
src="./docs/assets/readme-banner.png"
|
|
4
|
+
alt="botbotgo runtime banner"
|
|
5
|
+
width="1100"
|
|
6
|
+
height="495"
|
|
7
|
+
/>
|
|
3
8
|
</p>
|
|
4
9
|
|
|
5
10
|
<p align="center">
|
|
@@ -9,7 +14,7 @@
|
|
|
9
14
|
# @botbotgo/agent-harness
|
|
10
15
|
|
|
11
16
|
<p align="center">
|
|
12
|
-
<strong>The
|
|
17
|
+
<strong>The production runtime for multi-agent systems—built to ship, operate, and recover, not just execute.</strong>
|
|
13
18
|
</p>
|
|
14
19
|
|
|
15
20
|
<p align="center">
|
package/README.zh.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img
|
|
2
|
+
<img
|
|
3
|
+
src="./docs/assets/readme-banner.png"
|
|
4
|
+
alt="botbotgo runtime banner"
|
|
5
|
+
width="1100"
|
|
6
|
+
height="495"
|
|
7
|
+
/>
|
|
3
8
|
</p>
|
|
4
9
|
|
|
5
10
|
<p align="center">
|
|
@@ -9,7 +14,7 @@
|
|
|
9
14
|
# @botbotgo/agent-harness
|
|
10
15
|
|
|
11
16
|
<p align="center">
|
|
12
|
-
<strong
|
|
17
|
+
<strong>面向多 agent 生产落地的运行时:为上线、运维与恢复而设计,而不止步于执行。</strong>
|
|
13
18
|
</p>
|
|
14
19
|
|
|
15
20
|
<p align="center">
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const AGENT_HARNESS_VERSION = "0.0.
|
|
1
|
+
export declare const AGENT_HARNESS_VERSION = "0.0.79";
|
package/dist/package-version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const AGENT_HARNESS_VERSION = "0.0.
|
|
1
|
+
export const AGENT_HARNESS_VERSION = "0.0.79";
|