GMH13552/dsh-timer-scheduler0

dsh-timer-scheduler-ui

DSH plugin: an agent self-scheduler that wakes the agent later to check on background/remote work, plus a bottom-right reminder panel in the web UI.

包名
dsh-timer-scheduler-ui
版本
0.1.0
许可证
MIT
最近更新
2026年8月17日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:GMH13552/dsh-timer-scheduler

Usage

In an agent session, just say:

  • "Remind me in 30 minutes to check that background job" → schedule_reminder(delay_seconds=1800, note=…)
  • "Check the deployment at 3pm" → schedule_reminder(at="15:00", note=…)
  • Manage with list_reminders / cancel_reminder.

The bottom-right panel shows the countdown while reminders are pending and hides when empty.