@botbotgo/agent-harness 0.0.58 → 0.0.60

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
@@ -9,7 +9,7 @@
9
9
  # @botbotgo/agent-harness
10
10
 
11
11
  <p align="center">
12
- <strong>A workspace-shaped runtime for agent systems that need to keep running after the demo.</strong>
12
+ <strong>The product runtime that gets multi-agent systems into production and keeps them running.</strong>
13
13
  </p>
14
14
 
15
15
  <p align="center">
package/README.zh.md CHANGED
@@ -9,7 +9,7 @@
9
9
  # @botbotgo/agent-harness
10
10
 
11
11
  <p align="center">
12
- <strong>面向「演示之后还要继续跑」的 agent 体系的工作区形态运行时。</strong>
12
+ <strong>让多 agent 系统真正上线并持续运行的产品运行时。</strong>
13
13
  </p>
14
14
 
15
15
  <p align="center">
@@ -1 +1 @@
1
- export declare const AGENT_HARNESS_VERSION = "0.0.57";
1
+ export declare const AGENT_HARNESS_VERSION = "0.0.59";
@@ -1 +1 @@
1
- export const AGENT_HARNESS_VERSION = "0.0.57";
1
+ export const AGENT_HARNESS_VERSION = "0.0.59";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botbotgo/agent-harness",
3
- "version": "0.0.58",
3
+ "version": "0.0.60",
4
4
  "description": "Workspace runtime for multi-agent applications",
5
5
  "type": "module",
6
6
  "packageManager": "npm@10.9.2",