yangbobo2021/relay-dsh-plugin-monitor-time0

relay-dsh-plugin-monitor-time

Time deadline Monitor Bundle extension for Relay on DeepSeek Harness.

AI 分析

核心用途是为 Relay 引入基于时间截止日期的监控和定时任务调度。适合需要设定时间阈值、定时触发 Agent 动作或监控任务进度的用户。

パッケージ
relay-dsh-plugin-monitor-time
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/09/02

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:yangbobo2021/relay-dsh-plugin-monitor-time

ドキュメント

README 全文を読む ↗

Relay Time Monitor Bundle for DeepSeek Harness

npm version CI MIT license

English | 中文

This extension adds the discoverable time.deadline Monitor Bundle Type and the relay_schedule_timer convenience tool to Relay. Install it with Relay Events and Monitor Core. The extension reads only the host clock and supports English and Simplified Chinese catalog metadata.

Install the exact public release with the required Relay plugins:

npx @deepseek-ai/dsh@0.1.2-alpha.3 plugin --profile web add --save-exact \
  relay-dsh-plugin-events@0.2.1 \
  relay-dsh-plugin-monitors@0.3.0 \
  relay-dsh-plugin-monitor-time@0.1.0

Git source is also installable for release verification:

npx @deepseek-ai/dsh@0.1.2-alpha.3 plugin --profile web add --save-exact \
  github:yangbobo2021/relay-dsh-plugin-monitor-time#v0.1.0

See SPEC.md and delivery scenarios.