← 返回列表
D

dsh-polling

v0.1.1 · 4 天前发布

Recurring/scheduled tasks (轮询任务/定时任务) plugin for DeepSeek Harness: cron-driven polling jobs as real sessions, natural-language creation, model tools (polling_create/list/edit/delete/trigger) and a web UI. Install-and-go via `dsh plugin add`.

dsh-plugindeepseek-harnesscroncron-schedulerschedulerscheduled-tasksrecurring-tasksautomationpollingagent

README

dsh-polling

给你的 DeepSeek Harness 装一个"到点自己干活"的定时助手。 对它说一句"每天上午 9 点检查稿件文件夹",剩下的交给模型按时完成。

![](https://github.com/deepseek-ai/deepseek-harness)

它能干什么

  • 定时检查:盯文件夹、盯网页,有新东西就处理、汇报

  • 定时产出:抓数据、写日报/周报、整理归档

  • 定时跑腿:发消息、跑脚本……一切你愿意交代给模型的重复活儿
  • 任务执行很安静:在它自己的会话里进行,不会打断你正在聊的天;过程和结果就是那段对话记录,随时打开看看,还能插句话指挥它。

    安装

    需要先装好 dsh CLI 并运行过 dsh web。然后一条命令:

    bash
    dsh plugin --profile web add dsh-polling

    重启 dsh web,侧边栏就会出现「轮询」工作区。

    也可以从 GitHub 安装(dsh plugin --profile web add github:cnyac/dsh-polling)或本地 tarball 安装。GitHub 方式第一次会提示你"允许构建",按提示确认一次即可。

    开始用

    最简单的开始——直接对它说:

    帮我建个轮询任务:每个工作日早上 9 点检查 D:\稿件\待处理,有新稿件就按常规流程润色归档。

    它会在「轮询」工作区建一个任务会话,到点自动开跑。想改时间、暂停、删除?两个入口都行:

  • **侧
  • 查看完整 README →

    版本兼容矩阵

    DSH 版本状态说明
    dsh@0.1.0-rc.6 ✅ 兼容 cordis patch ✅
    dsh@0.1.0 ✅ 兼容 标准 patch ✅
    dsh@0.2.0 ⚠️ 待验证 待实测(API 可能在变)
    dsh@0.3.0+ ❓ 未知 尚未发布

    💡 兼容矩阵每周末自动跑实测,欢迎 PR 修正

    元数据

    License
    MIT
    npm
    dsh-polling
    Repo
    git+https://github.com/cnyac/dsh-polling.git
    Engines
    {"node":"^22.19.0 || >=24.0.0"}
    Weekly DL
    0
    Monthly DL
    0
    dsh.bundle
    {"bundle":{"patch":"./cordis.patch.yml"},"client":{"inject":["@deepseek-ai/dsh-client-locale","@deepseek-ai/dsh-client-runtime","@deepseek-ai/dsh-client-ui-conversation","@deepseek-ai/dsh-client-ui-primitives"],"platform":"web"}}