@botbotgo/agent-harness 0.0.201 → 0.0.202

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
@@ -192,6 +192,7 @@ Start with these user-facing docs:
192
192
 
193
193
  - `docs/development/index.html`
194
194
  - `docs/development/getting-started.html`
195
+ - `docs/development/comparison.html`
195
196
  - `docs/development/api-reference.html`
196
197
  - `docs/development/protocol-surfaces.html`
197
198
  - `docs/development/cookbook.html`
package/README.zh.md CHANGED
@@ -190,6 +190,7 @@ AI 让 agent 逻辑、工具调用和工作流代码更容易生成,真正更
190
190
 
191
191
  - `docs/development/index.html`
192
192
  - `docs/development/getting-started.html`
193
+ - `docs/development/comparison.html`
193
194
  - `docs/development/api-reference.html`
194
195
  - `docs/development/protocol-surfaces.html`
195
196
  - `docs/development/cookbook.html`
@@ -1 +1 @@
1
- export declare const AGENT_HARNESS_VERSION = "0.0.200";
1
+ export declare const AGENT_HARNESS_VERSION = "0.0.201";
@@ -1 +1 @@
1
- export const AGENT_HARNESS_VERSION = "0.0.200";
1
+ export const AGENT_HARNESS_VERSION = "0.0.201";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botbotgo/agent-harness",
3
- "version": "0.0.201",
3
+ "version": "0.0.202",
4
4
  "description": "Workspace runtime for multi-agent applications",
5
5
  "license": "MIT",
6
6
  "type": "module",