stable-harness 0.0.6 → 0.0.8
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/package.json +3 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "stable-harness",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Stable application runtime and operator control plane for agent workspaces.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -66,6 +66,7 @@
|
|
|
66
66
|
"prepack": "npm run release:minify",
|
|
67
67
|
"release:minify": "find dist packages -type f -name '*.js' \\( -path 'dist/*' -o -path '*/dist/*' \\) -exec sh -c 'for f do ./node_modules/.bin/terser \"$f\" --compress passes=2 --mangle keep_fnames=true --keep-fnames --keep-classnames --module --comments false --output \"$f\"; done' sh {} +",
|
|
68
68
|
"release:check-package": "node scripts/release/check-npm-package.mjs",
|
|
69
|
+
"release:smoke": "node scripts/release/smoke-npm-install.mjs",
|
|
69
70
|
"release:pack": "npm run build && npm run release:check-package && npm pack --dry-run",
|
|
70
71
|
"release:publish": "npm publish --access public --registry https://registry.npmjs.org/",
|
|
71
72
|
"example:minimal": "node dist/examples/minimal-deepagents/run.js"
|
|
@@ -77,6 +78,7 @@
|
|
|
77
78
|
"@botbotgo/better-call": "^0.1.18",
|
|
78
79
|
"@langchain/core": "^1.1.43",
|
|
79
80
|
"@langchain/langgraph": "^1.3.0",
|
|
81
|
+
"@langchain/langgraph-api": "^1.2.1",
|
|
80
82
|
"@langchain/ollama": "^1.2.7",
|
|
81
83
|
"@langchain/openai": "^1.4.5",
|
|
82
84
|
"@stable-harness/adapter-deepagents": "file:packages/adapter-deepagents",
|