HuanLinOTO/dsh-plugin-sleep2

@huanlin/dsh-plugin-sleep

为模型提供 sleep 工具的 DSH 插件,允许模型暂停指定的毫秒数,支持随时取消。

AI 分析

在自动化工作流中引入延迟。适合需要 Agent 在执行某些异步操作(如等待部署、轮询状态)时主动暂停,避免频繁请求浪费 Token 的场景。

套件
@huanlin/dsh-plugin-sleep
版本
0.1.0
授權
NOASSERTION
最近更新
2026年8月13日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:HuanLinOTO/dsh-plugin-sleep

配置

在 DSH GUI 设置页或 cordis.patch.yml 中配置:

字段类型默认值说明
maxDurationMsnumber60000单次 sleep 上限毫秒数。超过会被 clamp 到此值,并在返回中标 clamped: true
defaultDurationMsnumber0当模型省略 duration_ms 时的回退值。