@botbotgo/agent-harness 0.0.202 → 0.0.204

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
@@ -44,13 +44,29 @@
44
44
  >
45
45
  </p>
46
46
 
47
- ## License & Commercial Use
47
+ ## Documentation Paths
48
+
49
+ Read the repository in this order:
50
+
51
+ - **Technology:** boundary judgment, side-by-side comparison, runtime model, protocol surfaces, API, recovery, approvals, and operator control
52
+ - **Product:** what the stable runtime surface already is, which product scenarios it fits, and why it is not another agent framework
53
+ - **Commercial:** deployment support, launch help, hardening, and handoff after the technical and product story is already clear
54
+
55
+ Recommended entry points:
56
+
57
+ - [Developer docs portal](./docs/development/index.html)
58
+ - [Side-by-side comparison](./docs/development/comparison.html)
59
+ - [API reference](./docs/development/api-reference.html)
60
+ - [Protocol surfaces](./docs/development/protocol-surfaces.html)
61
+ - [Commercial service offerings](./docs/commercial-pricing.md)
62
+
63
+ ## License & Commercial Support
48
64
 
49
65
  This repository is licensed under **Apache License 2.0**.
50
66
  [LICENSE](./LICENSE)
51
67
 
52
68
  Core runtime is open source, so you can inspect and run it freely.
53
- Commercial services focus on helping teams get to a production-ready handoff, including:
69
+ Commercial support comes after adoption and focuses on helping teams get to a production-ready handoff, including:
54
70
 
55
71
  - Deployment and integration guidance for your environment
56
72
  - Initial deployment setup and launch assistance
package/README.zh.md CHANGED
@@ -44,12 +44,28 @@
44
44
  >
45
45
  </p>
46
46
 
47
- ## 许可证与商业服务
47
+ ## 阅读路径
48
+
49
+ 建议按这个顺序理解仓库:
50
+
51
+ - **技术:** 边界判断、并列对比、runtime 模型、协议接面、API、恢复、审批和 operator control
52
+ - **产品:** 当前已经稳定公开的 runtime 能力面、适合的产品场景,以及为什么它不是另一个 agent framework
53
+ - **商业:** 在技术和产品叙事已经清晰之后,再提供部署支持、上线协助、加固和交接服务
54
+
55
+ 推荐入口:
56
+
57
+ - [开发文档入口](./docs/development/index.html)
58
+ - [并列对比页](./docs/development/comparison.html)
59
+ - [API 参考](./docs/development/api-reference.html)
60
+ - [协议接面](./docs/development/protocol-surfaces.html)
61
+ - [商业服务价格说明](./docs/commercial-pricing.md)
62
+
63
+ ## 许可证与商业支持
48
64
 
49
65
  本仓库采用 **Apache License 2.0** 开源许可。[查看 LICENSE](./LICENSE)
50
66
 
51
67
  核心运行时保持开源,方便你自由查看与试用。
52
- 商业服务聚焦“帮助团队完成生产落地与交接”的能力,包括:
68
+ 商业支持放在 adoption 之后,聚焦“帮助团队完成生产落地与交接”的能力,包括:
53
69
 
54
70
  - 你的环境中的部署与接入咨询
55
71
  - 初期 deployment 搭建与上线协助
@@ -1 +1 @@
1
- export declare const AGENT_HARNESS_VERSION = "0.0.201";
1
+ export declare const AGENT_HARNESS_VERSION = "0.0.203";
@@ -1 +1 @@
1
- export const AGENT_HARNESS_VERSION = "0.0.201";
1
+ export const AGENT_HARNESS_VERSION = "0.0.203";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botbotgo/agent-harness",
3
- "version": "0.0.202",
3
+ "version": "0.0.204",
4
4
  "description": "Workspace runtime for multi-agent applications",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -76,7 +76,7 @@
76
76
  },
77
77
  "devDependencies": {
78
78
  "@types/node": "^25.5.2",
79
- "typescript": "^5.9.3",
79
+ "typescript": "^6.0.2",
80
80
  "vite": "^7.3.2",
81
81
  "vitest": "^3.2.4"
82
82
  },