shixiong0529/dsh-schedule-enable ↗★ 1
dsh-schedule-enable
在 DeepSeek Harness 的组合 profile 中启用内置持久化调度器 dsh-schedule,让活跃根 Agent 获得 schedule_create / schedule_list / schedule_delete 工具。Enable the built-in durable scheduler in a composing profile.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:shixiong0529/dsh-schedule-enable说明文档
阅读完整 README ↗使用示例
重启服务后,在 Web 界面新建一个会话,对 Agent 说:
提醒我 3 天后检查备份,并把提醒内容定下来。
Agent 会调用 schedule_create(选择 at 或 after_seconds)。到点时,会话内会出现一条 [SCHEDULE REMINDER] 消息,由模型正常跟进处理。