changyinliangbaikai/dsh-b2us-schedule0

dsh-b2us-schedule

Durable conversational and Web-managed scheduled Agent, shell, and system-notification tasks for DeepSeek Harness.

包名
dsh-b2us-schedule
版本
0.3.2
许可证
MIT
最近更新
2026年8月31日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:changyinliangbaikai/dsh-b2us-schedule

Configuration

The package-owned cordis.patch.yml supplies a complete default row:

FieldDefaultPurpose
allowShellActionstrueAllow shell schedules
allowAgentActionstrueAllow fresh-Agent schedules
defaultTimeZoneUTCTime zone used when a Cron task omits one
minIntervalSeconds1Minimum Cron cadence and fixed interval
maxHistoryEntriesPerTask50Newest-first retained results per task; maximum 1000
maxShellTimeoutMs600000Host policy cap for one shell action
defaultAgentTimeoutMs900000Default Agent occurrence timeout
maxAgentTimeoutMs3600000Maximum Agent occurrence timeout
maxAgentPromptBytes65536Maximum UTF-8 Agent prompt size
shellOutputMaxBytes16384Persisted stdout/stderr budget
maxCommandBytes32768Maximum UTF-8 shell command size
maxNotificationBytes8192Maximum UTF-8 notification payload size
notificationTimeoutMs15000Notification adapter timeout
schedulerRetryMs5000Delay before retrying a failed scheduler drive

DSH patch overrides replace the complete config object rather than deep-merging it. When changing defaultTimeZone to a local zone such as Asia/Shanghai, preserve every other field your deployment still needs.