dsh-plugin-heartbeat
Interval heartbeat that wakes each root agent itself (followup injection) to proactively report progress, risks or blockers: busy-safe queuing, no stacking, auto-pauses when no human replies, re-arms on the next user message.
定时心跳:用 followup 注入唤醒每个根 agent 主动汇报进展、风险与卡点——忙碌时排队不打断、最多保留一条、连续无人回应自动暂停,用户下一条消息即恢复。
How to install
dsh plugin add dsh-plugin-heartbeat About
dsh-plugin-heartbeat A heartbeat plugin for DeepSeek Harness: wakes the agent on a configurable interval so it proactively reports progress, risks, and blockers — or just checks in. DeepSeek Harness 的「心跳」插件:给 agent 装一个定时唤醒的闹钟,让它**主动**开口 —— 汇报进展、风险、卡点,或者没事贫两句。类似 OpenClaw 的心跳模式。 怎么工作 Host 平面的 Cordis 插件,监听 agent/created,给每个 **root agent**(子 agent 跳过)挂一个独立定时器。 每次心跳通过 agent.followup() 注入一条合成 user 消息(source.kind === 'plugin'): **agent 空闲** → 立即开新一轮,主动说话; **agent 忙** → 消息排队,当前轮结束立刻处理 —— **不打断、不丢失**; 连续忙时多拍心跳 → 只保留一条待处理(inbox.replace 原地替换,不堆积)。 **退避间隔(v0.4.0)**:初始 10 分钟;无人回复则下一拍 20 分钟、再下一拍 30 分钟([base…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 1
- mo. downloads
- –
- Last push
- 2026-08-19
- Created
- 2026-08-18
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- dsh-plugin
Related plugins
agent-device
callstackincubator/agent-device
Mobile app automation and verification for AI coding agents. CLI, MCP server, and typed Node.js API for iOS, Android, HarmonyOS, TV, web, macOS, and Linux.
gstack
garrytan/gstack
Use Garry Tan's exact Claude Code setup: 23 opinionated tools that serve as CEO, Designer, Eng Manager, Release Manager, Doc Engineer, and QA
DesktopCommanderMCP
wonderwhy-er/DesktopCommanderMCP
This is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
dsh-agent-teams
NanmiCoder/dsh-agent-teams
AgentTeams multi-agent teams.