AI Agent Hub
Back to plugins
⚙️

relay-dsh-plugin-monitor-time

Workflow Updated 2026.09.03

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