@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 CHANGED
@@ -1,5 +1,10 @@
1
1
  <p align="center">
2
- <img src="./docs/assets/readme-banner.png" alt="botbotgo runtime banner" />
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 product runtime that gets multi-agent systems into production and keeps them running.</strong>
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 src="./docs/assets/readme-banner.png" alt="botbotgo runtime banner" />
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>让多 agent 系统真正上线并持续运行的产品运行时。</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.77";
1
+ export declare const AGENT_HARNESS_VERSION = "0.0.79";
@@ -1 +1 @@
1
- export const AGENT_HARNESS_VERSION = "0.0.77";
1
+ export const AGENT_HARNESS_VERSION = "0.0.79";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botbotgo/agent-harness",
3
- "version": "0.0.78",
3
+ "version": "0.0.80",
4
4
  "description": "Workspace runtime for multi-agent applications",
5
5
  "type": "module",
6
6
  "packageManager": "npm@10.9.2",