stable-harness 0.0.118 → 0.0.119
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 -0
- package/node_modules/@stable-harness/adapter-deepagents/package.json +3 -2
- package/node_modules/@stable-harness/adapter-langgraph/package.json +3 -2
- package/node_modules/@stable-harness/core/package.json +4 -3
- package/node_modules/@stable-harness/governance/package.json +2 -1
- package/node_modules/@stable-harness/memory/package.json +2 -1
- package/node_modules/@stable-harness/protocols/package.json +3 -2
- package/node_modules/@stable-harness/tool-gateway/package.json +2 -1
- package/node_modules/@stable-harness/workspace-yaml/package.json +3 -2
- package/package.json +9 -9
- package/packages/adapter-deepagents/package.json +3 -2
- package/packages/adapter-langgraph/package.json +3 -2
- package/packages/cli/package.json +9 -8
- package/packages/core/package.json +4 -3
- package/packages/evaluation/package.json +3 -2
- package/packages/governance/package.json +2 -1
- package/packages/memory/package.json +2 -1
- package/packages/protocols/package.json +3 -2
- package/packages/tool-gateway/package.json +2 -1
- package/packages/workspace-yaml/package.json +3 -2
package/README.md
CHANGED
|
@@ -18,6 +18,12 @@ Better Call hardens the tool-call boundary, Stable Harness governs the agent
|
|
|
18
18
|
workspace runtime, and Flev turns that governed workspace into user-facing
|
|
19
19
|
product surfaces such as Studio, chat, embed, review, and delivery workflows.
|
|
20
20
|
|
|
21
|
+
## License
|
|
22
|
+
|
|
23
|
+
Stable Harness is licensed under the Apache License, Version 2.0. Copyright
|
|
24
|
+
2026 BotBotGo. Please preserve the included license and attribution notices when
|
|
25
|
+
you use, copy, modify, or distribute this software.
|
|
26
|
+
|
|
21
27
|
## Why Use It
|
|
22
28
|
|
|
23
29
|
Agent frameworks are good at deciding what an agent should do next. Production
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stable-harness/adapter-deepagents",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.119",
|
|
4
|
+
"license": "Apache-2.0",
|
|
4
5
|
"type": "module",
|
|
5
6
|
"files": [
|
|
6
7
|
"dist/**/*.js",
|
|
@@ -15,7 +16,7 @@
|
|
|
15
16
|
"@langchain/node-vfs": "^0.1.4",
|
|
16
17
|
"@langchain/ollama": "^1.2.7",
|
|
17
18
|
"@langchain/openai": "^1.4.5",
|
|
18
|
-
"@stable-harness/core": "0.0.
|
|
19
|
+
"@stable-harness/core": "0.0.119",
|
|
19
20
|
"deepagents": "^1.10.1",
|
|
20
21
|
"langchain": "^1.4.0"
|
|
21
22
|
},
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stable-harness/adapter-langgraph",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.119",
|
|
4
|
+
"license": "Apache-2.0",
|
|
4
5
|
"type": "module",
|
|
5
6
|
"files": [
|
|
6
7
|
"dist/**/*.js",
|
|
@@ -11,6 +12,6 @@
|
|
|
11
12
|
"types": "dist/src/index.d.ts",
|
|
12
13
|
"peerDependencies": {
|
|
13
14
|
"@langchain/langgraph": "^1.3.0",
|
|
14
|
-
"@stable-harness/core": "0.0.
|
|
15
|
+
"@stable-harness/core": "0.0.119"
|
|
15
16
|
}
|
|
16
17
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stable-harness/core",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.119",
|
|
4
|
+
"license": "Apache-2.0",
|
|
4
5
|
"type": "module",
|
|
5
6
|
"files": [
|
|
6
7
|
"dist/**/*.js",
|
|
@@ -11,7 +12,7 @@
|
|
|
11
12
|
".": "./dist/index.js"
|
|
12
13
|
},
|
|
13
14
|
"peerDependencies": {
|
|
14
|
-
"@stable-harness/governance": "0.0.
|
|
15
|
-
"@stable-harness/memory": "0.0.
|
|
15
|
+
"@stable-harness/governance": "0.0.119",
|
|
16
|
+
"@stable-harness/memory": "0.0.119"
|
|
16
17
|
}
|
|
17
18
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stable-harness/protocols",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.119",
|
|
4
|
+
"license": "Apache-2.0",
|
|
4
5
|
"type": "module",
|
|
5
6
|
"files": [
|
|
6
7
|
"dist/**/*.js",
|
|
@@ -10,6 +11,6 @@
|
|
|
10
11
|
"main": "dist/src/index.js",
|
|
11
12
|
"types": "dist/src/index.d.ts",
|
|
12
13
|
"peerDependencies": {
|
|
13
|
-
"@stable-harness/core": "0.0.
|
|
14
|
+
"@stable-harness/core": "0.0.119"
|
|
14
15
|
}
|
|
15
16
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stable-harness/workspace-yaml",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.119",
|
|
4
|
+
"license": "Apache-2.0",
|
|
4
5
|
"type": "module",
|
|
5
6
|
"files": [
|
|
6
7
|
"dist/**/*.js",
|
|
@@ -11,6 +12,6 @@
|
|
|
11
12
|
".": "./dist/index.js"
|
|
12
13
|
},
|
|
13
14
|
"peerDependencies": {
|
|
14
|
-
"@stable-harness/core": "0.0.
|
|
15
|
+
"@stable-harness/core": "0.0.119"
|
|
15
16
|
}
|
|
16
17
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "stable-harness",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.119",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Stable application runtime and operator control plane for agent workspaces.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -82,14 +82,14 @@
|
|
|
82
82
|
"@langchain/node-vfs": "^0.1.4",
|
|
83
83
|
"@langchain/ollama": "^1.2.7",
|
|
84
84
|
"@langchain/openai": "^1.4.5",
|
|
85
|
-
"@stable-harness/adapter-deepagents": "0.0.
|
|
86
|
-
"@stable-harness/adapter-langgraph": "0.0.
|
|
87
|
-
"@stable-harness/core": "0.0.
|
|
88
|
-
"@stable-harness/governance": "0.0.
|
|
89
|
-
"@stable-harness/memory": "0.0.
|
|
90
|
-
"@stable-harness/protocols": "0.0.
|
|
91
|
-
"@stable-harness/tool-gateway": "0.0.
|
|
92
|
-
"@stable-harness/workspace-yaml": "0.0.
|
|
85
|
+
"@stable-harness/adapter-deepagents": "0.0.119",
|
|
86
|
+
"@stable-harness/adapter-langgraph": "0.0.119",
|
|
87
|
+
"@stable-harness/core": "0.0.119",
|
|
88
|
+
"@stable-harness/governance": "0.0.119",
|
|
89
|
+
"@stable-harness/memory": "0.0.119",
|
|
90
|
+
"@stable-harness/protocols": "0.0.119",
|
|
91
|
+
"@stable-harness/tool-gateway": "0.0.119",
|
|
92
|
+
"@stable-harness/workspace-yaml": "0.0.119",
|
|
93
93
|
"deepagents": "^1.10.1",
|
|
94
94
|
"langchain": "^1.4.0",
|
|
95
95
|
"yaml": "^2.8.2",
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stable-harness/adapter-deepagents",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.119",
|
|
4
|
+
"license": "Apache-2.0",
|
|
4
5
|
"type": "module",
|
|
5
6
|
"files": [
|
|
6
7
|
"dist/**/*.js",
|
|
@@ -15,7 +16,7 @@
|
|
|
15
16
|
"@langchain/node-vfs": "^0.1.4",
|
|
16
17
|
"@langchain/ollama": "^1.2.7",
|
|
17
18
|
"@langchain/openai": "^1.4.5",
|
|
18
|
-
"@stable-harness/core": "0.0.
|
|
19
|
+
"@stable-harness/core": "0.0.119",
|
|
19
20
|
"deepagents": "^1.10.1",
|
|
20
21
|
"langchain": "^1.4.0"
|
|
21
22
|
},
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stable-harness/adapter-langgraph",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.119",
|
|
4
|
+
"license": "Apache-2.0",
|
|
4
5
|
"type": "module",
|
|
5
6
|
"files": [
|
|
6
7
|
"dist/**/*.js",
|
|
@@ -11,6 +12,6 @@
|
|
|
11
12
|
"types": "dist/src/index.d.ts",
|
|
12
13
|
"peerDependencies": {
|
|
13
14
|
"@langchain/langgraph": "^1.3.0",
|
|
14
|
-
"@stable-harness/core": "0.0.
|
|
15
|
+
"@stable-harness/core": "0.0.119"
|
|
15
16
|
}
|
|
16
17
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stable-harness/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.119",
|
|
4
|
+
"license": "Apache-2.0",
|
|
4
5
|
"type": "module",
|
|
5
6
|
"files": [
|
|
6
7
|
"dist/**/*.js",
|
|
@@ -14,12 +15,12 @@
|
|
|
14
15
|
"types": "dist/src/index.d.ts",
|
|
15
16
|
"peerDependencies": {
|
|
16
17
|
"@langchain/langgraph-api": "^1.2.1",
|
|
17
|
-
"@stable-harness/adapter-deepagents": "0.0.
|
|
18
|
-
"@stable-harness/adapter-langgraph": "0.0.
|
|
19
|
-
"@stable-harness/core": "0.0.
|
|
20
|
-
"@stable-harness/memory": "0.0.
|
|
21
|
-
"@stable-harness/protocols": "0.0.
|
|
22
|
-
"@stable-harness/tool-gateway": "0.0.
|
|
23
|
-
"@stable-harness/workspace-yaml": "0.0.
|
|
18
|
+
"@stable-harness/adapter-deepagents": "0.0.119",
|
|
19
|
+
"@stable-harness/adapter-langgraph": "0.0.119",
|
|
20
|
+
"@stable-harness/core": "0.0.119",
|
|
21
|
+
"@stable-harness/memory": "0.0.119",
|
|
22
|
+
"@stable-harness/protocols": "0.0.119",
|
|
23
|
+
"@stable-harness/tool-gateway": "0.0.119",
|
|
24
|
+
"@stable-harness/workspace-yaml": "0.0.119"
|
|
24
25
|
}
|
|
25
26
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stable-harness/core",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.119",
|
|
4
|
+
"license": "Apache-2.0",
|
|
4
5
|
"type": "module",
|
|
5
6
|
"files": [
|
|
6
7
|
"dist/**/*.js",
|
|
@@ -11,7 +12,7 @@
|
|
|
11
12
|
".": "./dist/index.js"
|
|
12
13
|
},
|
|
13
14
|
"peerDependencies": {
|
|
14
|
-
"@stable-harness/governance": "0.0.
|
|
15
|
-
"@stable-harness/memory": "0.0.
|
|
15
|
+
"@stable-harness/governance": "0.0.119",
|
|
16
|
+
"@stable-harness/memory": "0.0.119"
|
|
16
17
|
}
|
|
17
18
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stable-harness/evaluation",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.119",
|
|
4
|
+
"license": "Apache-2.0",
|
|
4
5
|
"type": "module",
|
|
5
6
|
"files": [
|
|
6
7
|
"dist/**/*.js",
|
|
@@ -10,6 +11,6 @@
|
|
|
10
11
|
"main": "dist/src/index.js",
|
|
11
12
|
"types": "dist/src/index.d.ts",
|
|
12
13
|
"peerDependencies": {
|
|
13
|
-
"@stable-harness/core": "0.0.
|
|
14
|
+
"@stable-harness/core": "0.0.119"
|
|
14
15
|
}
|
|
15
16
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stable-harness/protocols",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.119",
|
|
4
|
+
"license": "Apache-2.0",
|
|
4
5
|
"type": "module",
|
|
5
6
|
"files": [
|
|
6
7
|
"dist/**/*.js",
|
|
@@ -10,6 +11,6 @@
|
|
|
10
11
|
"main": "dist/src/index.js",
|
|
11
12
|
"types": "dist/src/index.d.ts",
|
|
12
13
|
"peerDependencies": {
|
|
13
|
-
"@stable-harness/core": "0.0.
|
|
14
|
+
"@stable-harness/core": "0.0.119"
|
|
14
15
|
}
|
|
15
16
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stable-harness/workspace-yaml",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.119",
|
|
4
|
+
"license": "Apache-2.0",
|
|
4
5
|
"type": "module",
|
|
5
6
|
"files": [
|
|
6
7
|
"dist/**/*.js",
|
|
@@ -11,6 +12,6 @@
|
|
|
11
12
|
".": "./dist/index.js"
|
|
12
13
|
},
|
|
13
14
|
"peerDependencies": {
|
|
14
|
-
"@stable-harness/core": "0.0.
|
|
15
|
+
"@stable-harness/core": "0.0.119"
|
|
15
16
|
}
|
|
16
17
|
}
|