GMH13552/dsh-timer-scheduler ↗★ 0
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.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:GMH13552/dsh-timer-scheduler说明文档
阅读完整 README ↗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.