@botbotgo/agent-harness 0.0.197 → 0.0.198
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 +6 -2
- package/README.zh.md +6 -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
|
@@ -50,13 +50,17 @@ This repository is licensed under **Apache License 2.0**.
|
|
|
50
50
|
[LICENSE](./LICENSE)
|
|
51
51
|
|
|
52
52
|
Core runtime is open source, so you can inspect and run it freely.
|
|
53
|
-
Commercial services focus on
|
|
53
|
+
Commercial services focus on helping teams get to a production-ready handoff, including:
|
|
54
54
|
|
|
55
55
|
- Deployment and integration guidance for your environment
|
|
56
|
+
- Initial deployment setup and launch assistance
|
|
56
57
|
- Priority issue triage and troubleshooting
|
|
57
58
|
- Runtime governance, approval flow, and recovery hardening support
|
|
58
59
|
- Custom tools, connectors, and protocol integrations
|
|
59
|
-
-
|
|
60
|
+
- Operator runbooks and handoff guidance for the client team
|
|
61
|
+
|
|
62
|
+
Production operations, managed hosting, on-call coverage, and long-term run-the-system support are not included by default.
|
|
63
|
+
If a team wants us to take on that responsibility, we scope it separately based on environment complexity and SLA expectations.
|
|
60
64
|
|
|
61
65
|
If your team needs a scalable enterprise setup, please contact:
|
|
62
66
|
**[info@easynet.world](mailto:info@easynet.world)**.
|
package/README.zh.md
CHANGED
|
@@ -49,13 +49,17 @@
|
|
|
49
49
|
本仓库采用 **Apache License 2.0** 开源许可。[查看 LICENSE](./LICENSE)
|
|
50
50
|
|
|
51
51
|
核心运行时保持开源,方便你自由查看与试用。
|
|
52
|
-
|
|
52
|
+
商业服务聚焦“帮助团队完成生产落地与交接”的能力,包括:
|
|
53
53
|
|
|
54
54
|
- 你的环境中的部署与接入咨询
|
|
55
|
+
- 初期 deployment 搭建与上线协助
|
|
55
56
|
- 优先故障响应与问题排查
|
|
56
57
|
- 运行时治理、审批流和恢复能力加固支持
|
|
57
58
|
- 定制工具、连接器与协议接入开发
|
|
58
|
-
-
|
|
59
|
+
- 面向客户团队的操作手册与交接说明
|
|
60
|
+
|
|
61
|
+
正式生产运维、托管、值班响应和长期代运营不属于默认服务内容。
|
|
62
|
+
如果客户希望我们承担这部分责任,会根据环境复杂度和 SLA 要求单独评估与报价。
|
|
59
63
|
|
|
60
64
|
如果你需要企业级合作方案,请联系:**[info@easynet.world](mailto:info@easynet.world)**。
|
|
61
65
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const AGENT_HARNESS_VERSION = "0.0.
|
|
1
|
+
export declare const AGENT_HARNESS_VERSION = "0.0.197";
|
package/dist/package-version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const AGENT_HARNESS_VERSION = "0.0.
|
|
1
|
+
export const AGENT_HARNESS_VERSION = "0.0.197";
|