LittleBlackTong/dsh-plugin-cron0

dsh-plugin-cron-scheduler

Cron scheduler plugin for DeepSeek Harness: schedule agent tasks via natural language or a sidebar UI, with fixed/new session strategies, run history, manual trigger, and live sync.

AI Analysis

核心用途是定时执行智能体任务。适合需要让 DSH 智能体按特定时间循环执行任务,并通过侧边栏直观管理定时计划的用户。

Package
dsh-plugin-cron-scheduler
Version
0.2.1
License
MIT
Last updated
Sep 9, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:LittleBlackTong/dsh-plugin-cron

配置

默认含义
configFile/cron-jobs.json任务数据文件路径(仅 composition 配置)

为什么不用 settings 面板的通用 namespace?DSH 的 settings wire 只服务一张 硬编码白名单(WEB_SETTINGS_NAMESPACES),插件无法把自有 namespace 暴露给 浏览器写入。本插件因此在 host 自建了 /api/cron/* 路由,侧边栏 UI 直连该路由。