titanwings/dsh-automation6

@dsh-external/dsh-automation

在全新的 Agent 会话中按计划运行编码任务,并通过 DeepSeek Harness 网页端或 Agent 管理自动化任务。

AI 分析

核心用途是实现定时、自动化的 Agent 编码任务执行与管理。适合需要无人值守运行代码构建或定时任务的开发者。需要 Node.js 22.19 或更高版本。

包名
@dsh-external/dsh-automation
版本
0.1.5
许可证
MIT
最近更新
2026年8月13日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:titanwings/dsh-automation

⚙️ Configuration

The included cordis.patch.yml uses conservative defaults:

OptionDefaultMeaning
maxConcurrentRuns2Global execution capacity for this Host. Per-automation overlap is still disabled.
runTimeoutMinutes60Maximum wall-clock time for one fresh Agent run.
misfireGraceMinutes15How late the latest due occurrence may catch up after downtime.
historyLimit200Durable 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.