@botbotgo/agent-harness 0.0.236 → 0.0.237

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
@@ -14,7 +14,7 @@
14
14
  # @botbotgo/agent-harness
15
15
 
16
16
  <p align="center">
17
- <strong>Build a stable, enterprise-grade, operable runtime for multi-agent products—with approvals, recovery, and operator control built in.</strong>
17
+ <strong>Build enterprise-grade multi-agent runtimes that are ready to launch and ready to operate.</strong>
18
18
  </p>
19
19
 
20
20
  <p align="center">
@@ -68,8 +68,8 @@ try {
68
68
  ```
69
69
 
70
70
  The goal is an **operable** runtime: approvals, recovery, inspection, and governance—ready for production operations.
71
- Where you already use LangChain v1 or DeepAgents for execution, agent-harness adds the product runtime layer around
72
- them without forcing a rewrite.
71
+ `agent-harness` adds the product runtime layer around your existing agents, tools, and workflows without forcing a
72
+ rewrite of the execution stack behind them.
73
73
 
74
74
  <a id="readme-en-docs-path"></a>
75
75
 
package/README.zh.md CHANGED
@@ -14,7 +14,7 @@
14
14
  # @botbotgo/agent-harness
15
15
 
16
16
  <p align="center">
17
- <strong>快速搭建稳定、可运维的企业级多智能体运行时:内置审批、恢复与运维能力,不止于「能跑通执行」。</strong>
17
+ <strong>快速搭建可上线、可运维的企业级多智能体运行时。</strong>
18
18
  </p>
19
19
 
20
20
  <p align="center">
@@ -67,7 +67,7 @@ try {
67
67
  }
68
68
  ```
69
69
 
70
- 目标是交付<strong>可运维</strong>的运行时:审批、恢复、可观测与治理默认就绪。若执行层已采用 LangChain v1 DeepAgents,可在其之上衔接产品级运行时,无需推倒重来。
70
+ 目标是交付<strong>可运维</strong>的运行时:审批、恢复、可观测与治理默认就绪。`agent-harness` 在你现有的 agents、tools workflows 外补齐产品级运行时层,无需推倒重来。
71
71
 
72
72
  <a id="readme-zh-docs-path"></a>
73
73
 
@@ -1 +1 @@
1
- export declare const AGENT_HARNESS_VERSION = "0.0.235";
1
+ export declare const AGENT_HARNESS_VERSION = "0.0.236";
@@ -1 +1 @@
1
- export const AGENT_HARNESS_VERSION = "0.0.235";
1
+ export const AGENT_HARNESS_VERSION = "0.0.236";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botbotgo/agent-harness",
3
- "version": "0.0.236",
3
+ "version": "0.0.237",
4
4
  "description": "Workspace runtime for multi-agent applications",
5
5
  "license": "MIT",
6
6
  "type": "module",