@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 +3 -3
- 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
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
# @botbotgo/agent-harness
|
|
15
15
|
|
|
16
16
|
<p align="center">
|
|
17
|
-
<strong>Build
|
|
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
|
-
|
|
72
|
-
|
|
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
|
|
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
|
|
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.
|
|
1
|
+
export declare const AGENT_HARNESS_VERSION = "0.0.236";
|
package/dist/package-version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const AGENT_HARNESS_VERSION = "0.0.
|
|
1
|
+
export const AGENT_HARNESS_VERSION = "0.0.236";
|