@botbotgo/agent-harness 0.0.189 → 0.0.190

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/LICENSE ADDED
@@ -0,0 +1,22 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 The botbotgo Team
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
22
+
package/README.md CHANGED
@@ -31,6 +31,11 @@
31
31
  (<code>docs/development/</code>, English / 中文)
32
32
  </p>
33
33
 
34
+ <p align="center">
35
+ <a href="./LICENSE">License</a> · <a href="./CONTRIBUTING.md">Contributing</a> ·
36
+ <a href="./SECURITY.md">Security</a> · <a href="./CODE_OF_CONDUCT.md">Code of Conduct</a>
37
+ </p>
38
+
34
39
  <p align="center">
35
40
  <em
36
41
  >We specialize in AI solutions. If you have a product idea you want to ship,
package/README.zh.md CHANGED
@@ -31,6 +31,11 @@
31
31
  (多页面静态文档位于 <code>docs/development/</code>,支持 English / 中文)
32
32
  </p>
33
33
 
34
+ <p align="center">
35
+ <a href="./LICENSE">许可证</a> · <a href="./CONTRIBUTING.md">贡献指南</a> ·
36
+ <a href="./SECURITY.md">安全说明</a> · <a href="./CODE_OF_CONDUCT.md">行为准则</a>
37
+ </p>
38
+
34
39
  <p align="center">
35
40
  <em
36
41
  >我们专注于 AI 解决方案。若有希望落地的产品想法,欢迎来信
@@ -1 +1 @@
1
- export declare const AGENT_HARNESS_VERSION = "0.0.188";
1
+ export declare const AGENT_HARNESS_VERSION = "0.0.189";
@@ -1 +1 @@
1
- export const AGENT_HARNESS_VERSION = "0.0.188";
1
+ export const AGENT_HARNESS_VERSION = "0.0.189";
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@botbotgo/agent-harness",
3
- "version": "0.0.189",
3
+ "version": "0.0.190",
4
4
  "description": "Workspace runtime for multi-agent applications",
5
+ "license": "MIT",
5
6
  "type": "module",
6
7
  "packageManager": "npm@10.9.2",
7
8
  "main": "./dist/index.js",