titanwings/dsh-automation6

@dsh-external/dsh-automation

Run coding tasks on schedule in fresh Agent sessions, and manage automations from DeepSeek Harness Web or an 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.