titanwings/dsh-automation ↗★ 6
@dsh-external/dsh-automation
在全新的 Agent 会话中按计划运行编码任务,并通过 DeepSeek Harness 网页端或 Agent 管理自动化任务。
AI 分析
核心用途是实现定时、自动化的 Agent 编码任务执行与管理。适合需要无人值守运行代码构建或定时任务的开发者。需要 Node.js 22.19 或更高版本。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:titanwings/dsh-automation说明文档
阅读完整 README ↗⚙️ Configuration
The included cordis.patch.yml uses conservative defaults:
| Option | Default | Meaning |
|---|---|---|
maxConcurrentRuns | 2 | Global execution capacity for this Host. Per-automation overlap is still disabled. |
runTimeoutMinutes | 60 | Maximum wall-clock time for one fresh Agent run. |
misfireGraceMinutes | 15 | How late the latest due occurrence may catch up after downtime. |
historyLimit | 200 | Durable terminal-run retention per automation; active records are always kept. |
Edit the plugin row in the deployment profile if you need different values. Increasing concurrency or timeout expands the amount of unattended work; treat those changes as policy decisions.