GMH13552/dsh-timer-scheduler

GMH13552★ 0JavaScript最后同步: 2026-08-17

在 GitHub 打开

简单的dsh定时任务插件 支持定时列表任务、ui显示,对于长期任务有益

README 摘要

dsh-timer-scheduler-ui Languages: English · 简体中文 A DeepSeek Harness (DSH) plugin: an agent self-scheduler that wakes the agent at a future time to autonomously check on background jobs, remote tasks, or anything that needs a "come back later" look — without a human having to prompt it — plus a bottom-right reminder panel in the web UI. Features - schedule reminder — schedule a one-shot reminder, relative ( delay seconds ) or absolute ( at : ISO 8601 / HH:MM[:SS] ). - list reminders — list pending reminders. - cancel reminder — cancel a reminder by id. - Auto-wake — on fire, the agent is woken through agent.followup() with a new turn; it acts and reports on its own, no human wake-up needed. - Persistence — pending reminders are serialized to $DSH HOME/timer-reminders.json and re-armed on restart. - Bottom-right panel (client half) — per-reminder note + live countdown, theme-aware via --dsw-alias- tokens, hidden when empty, never covering the send button. Structure One package, two halves, in the standard dsh.client + dsh.bundle.patch shape. Everything is host-plane : composing this bundle into the web profile's host composition makes the model tools available to every agent regardle…

在 GitHub 查看完整 README →
皮肤/UIagentdeepseek-harnessdshdsh-pluginreminderschedulertimerui

分类