relay-dsh-plugin-monitor-time
Run the following command in DeepSeek Harness:
dsh plugin install yangbobo2021/relay-dsh-plugin-monitor-time
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install yangbobo2021/relay-dsh-plugin-monitor-time in DeepSeek Harness to install; the source repository is https://github.com/yangbobo2021/relay-dsh-plugin-monitor-time
About this plugin
In Relay agent workflows, time constraints and scheduled actions are often invisible needs—agents must sense deadlines and plan next steps, yet lack a unified, discoverable mechanism. relay-dsh-plugin-monitor-time fills this gap by introducing the time.deadline Monitor Bundle Type into Relay, turning scattered time logic into a standard unit that workflows can discover, subscribe to, and react to directly.
The plugin delivers two core capabilities: the time.deadline Monitor Bundle Type, which encapsulates must-complete-by-X semantics into a Relay Monitor Core recognized bundle so agents only declare intent to get countdown and expiry callbacks; and the relay_schedule_timer convenience tool, a ready-made timer scheduling interface that spares you from hand-rolling tick loops each time. It reads only the host clock, introduces no extra system dependencies, and ships catalog metadata in both English and Simplified Chinese for bilingual agent teams.
Best suited for developers building agent workflows on Relay who need unified deadline management and action scheduling. If you are assembling multi-step agent pipelines with Relay Events and Monitor Core, this plugin turns what-to-do-and-when into a single, discoverable timeline.
Use Cases
- Setting task deadlines for agent workflows with automatic expiry callbacks
- Unifying and discovering time-related events in Relay
- Quickly building timer scheduling logic with relay_schedule_timer
Best For
- Developers building agent pipelines with Relay Events and Monitor Core
- Teams needing unified deadline management for agent tasks
- Engineers assembling multi-step agent workflows on Relay
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.