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.

AI 분석

核心用途是提供智能体定时自唤醒与提醒功能。适合需要让智能体在后台或远程任务完成后自动恢复执行、并在 Web 界面显示倒计时提醒的用户。

패키지
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.