changyinliangbaikai/dsh-b2us-schedule0

dsh-b2us-schedule

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

AI 분석

核心用途是实现 DSH 任务的定时自动化调度。适合需要定期运行特定 Agent 任务、执行 Shell 脚本或发送系统通知的用户。

패키지
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.