dsh-jev-decide 0.1.0 → 0.1.1
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 +4 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-jev-decide",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "DSH 插件:把 TypeSafe Jev(System One 决策模型)注册为 agent 工具 jev_decide。调用 https://api.typesafe.ai/v1/systemone,让 agent 在路由/分级/guardrail 等场景拿到带校准概率的结构化判定(noul/choice/score),而不是让大模型瞎猜。",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
"publishConfig": {
|
|
14
14
|
"access": "public"
|
|
15
15
|
},
|
|
16
|
+
"peerDependencies": {
|
|
17
|
+
"@deepseek-ai/dsh-tools": ">=0.1.0-rc.6"
|
|
18
|
+
},
|
|
16
19
|
"exports": {
|
|
17
20
|
".": "./lib/index.js"
|
|
18
21
|
},
|