dsh-math-modeling-agent 0.2.4 → 0.2.5
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 +4 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -108,13 +108,14 @@ D3 方向/D4 裁决),`run-state.mjs gate` 在每次状态转移前强制校
|
|
|
108
108
|
安装:
|
|
109
109
|
|
|
110
110
|
```bash
|
|
111
|
-
dsh plugin --profile web add github:yohanchen1/MathModelingAgent#v0.2.
|
|
111
|
+
dsh plugin --profile web add github:yohanchen1/MathModelingAgent#v0.2.5
|
|
112
112
|
dsh --profile web --dump-config # 检查组合层(应看到 dsh-math-modeling-agent-skills 行)
|
|
113
113
|
dsh web # 重启以加载插件
|
|
114
114
|
```
|
|
115
115
|
|
|
116
|
-
(npm
|
|
117
|
-
|
|
116
|
+
(npm 源通道:`dsh plugin --profile web add dsh-math-modeling-agent` —— 从 npm registry 拉最新版;
|
|
117
|
+
`dsh plugin` 会在 profile 目录执行 pnpm 安装并自动把插件注册进 `dsh.profile.bundles`,
|
|
118
|
+
不要用 `npm install` 代替,那会装到错误位置。如本机镜像源同步滞后,可显式走官方源:
|
|
118
119
|
`dsh plugin --profile web add dsh-math-modeling-agent --registry=https://registry.npmjs.org/`)
|
|
119
120
|
|
|
120
121
|
开始建模——直接描述任务即可。每个会改变模型结构的决策都会在对话中交互确认
|