@botbotgo/agent-harness 0.0.169 → 0.0.170
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 +2 -0
- package/README.zh.md +2 -0
- package/dist/package-version.d.ts +1 -1
- package/dist/package-version.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -154,6 +154,8 @@ Boundary documents live in:
|
|
|
154
154
|
- `docs/development/extensions.html`
|
|
155
155
|
- `docs/development/runtime-operations.html`
|
|
156
156
|
- `docs/development/testing-and-release.html`
|
|
157
|
+
- `docs/development/api-reference.html`
|
|
158
|
+
- `docs/development/cookbook.html`
|
|
157
159
|
- `docs/upstream-feature-matrix.md`
|
|
158
160
|
- `docs/product-boundary.md`
|
|
159
161
|
- `docs/runtime-blueprint-assessment.md`
|
package/README.zh.md
CHANGED
|
@@ -154,6 +154,8 @@ AI 让 agent 逻辑、工具调用和工作流代码更容易生成,真正更
|
|
|
154
154
|
- `docs/development/extensions.html`
|
|
155
155
|
- `docs/development/runtime-operations.html`
|
|
156
156
|
- `docs/development/testing-and-release.html`
|
|
157
|
+
- `docs/development/api-reference.html`
|
|
158
|
+
- `docs/development/cookbook.html`
|
|
157
159
|
- `docs/upstream-feature-matrix.md`
|
|
158
160
|
- `docs/product-boundary.md`
|
|
159
161
|
- `docs/runtime-blueprint-assessment.md`
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const AGENT_HARNESS_VERSION = "0.0.
|
|
1
|
+
export declare const AGENT_HARNESS_VERSION = "0.0.169";
|
package/dist/package-version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const AGENT_HARNESS_VERSION = "0.0.
|
|
1
|
+
export const AGENT_HARNESS_VERSION = "0.0.169";
|