GMH13552/dsh-timer-scheduler0

dsh-timer-scheduler-ui

DSH 插件:智能体自调度器,可在稍后唤醒智能体以检查后台/远程工作,并在 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.