titanwings/dsh-automation ↗★ 6
@dsh-external/dsh-automation
Run coding tasks on schedule in fresh Agent sessions, and manage automations from DeepSeek Harness Web or an Agent
安装
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:titanwings/dsh-automation说明文档
阅读完整 README ↗⏱️ dsh-automation
让 Coding 任务按计划在全新 Agent Session 中运行,并随时管理定时任务。
🕒 想让重复或单次 Coding 任务稍后运行,又不依赖一段旧对话?
🧭 想让每次无人值守运行都守在明确的工作区与权限边界内?
🧾 想随时查清运行了什么、使用哪个 revision、最终如何结束?
✨ dsh-automation 把三项要求收进同一条工作流。
用户和 Agent 都可以在 DSH 中创建、管理、暂停、恢复和查看定时任务;每个真正 dispatch 的 occurrence 都会在全新 root Agent 与 Session 中启动,并留下可审计记录。
完整任务 + 运行计划 + 权限边界 → 全新 root Agent + 全新 Session + 持久运行历史
为什么需要 Automation · 核心能力 · 安装 · 快速开始 · 安全边界 · 技术细节
English · 简体中文


🎯 为什么需要 Automation
DSH Core Schedule 适合当前对话里的 reminder,例如“十分钟后回到这个 Session 继续检查”。dsh-automation 解决的是另一类问题:“每个工作日独立运行这份完整任务,并留下一条我可以检查的结果。”
| DSH Core Schedule | dsh-automation | |
|---|---|---|
| 执行上下文 | 回到同一个 live Agent | 创建全新的 root Agent 与 Session |
| 输入 | 已有上下文中的 follow-up |

