dsh-voice-agent
a full duplex voice mode for DSH
适用于 DSH 的全双工语音模式
How to install
dsh plugin add github:WayneYu430/dsh-voice-agent About
dsh-voice-agent English | 中文 像 ChatGPT 高级语音那样,用自然的语音和你的 dsh 编码 Agent 对话——而且不止是聊天,它能真正把活干完。 你开口说一句需求,dsh 立刻用语音回应你。当你要的是一份「任务」(查代码、跑构建、改文件……),语音前端会把它派给一个独立的后台 Agent 去执行;你随时可以继续说话、切走看别的会话,等任务做完,它再用语音把结果念给你听,而不是凭空编一个结论。 交互 **全双工实时对话**:基于 ByteDance Duplex,像和人说话一样自然,边说边听、随时打断、随时插话纠正。 **对话式派活**:前端只暴露三个编排工具——realtime_delegation(把「帮我查一下 xxx」变成真正的后台任务)、send_task_message(补充要求 / 纠正方向)、cancel_task(取消)。 **异步结果回灌**:任务跑在独立 Session 里,进度(STATUS)和最终结果(COMPLETE)会回灌进语音对话,前端按事实播报。 **不中断的体验**:浏览器切走、断线重连,正在跑的语音会话和后台任务都不会停。 安装 sh dsh plugin --profile web add @wayneyu430227/dsh-voice-agent dsh 命令来自 npm install -g @deep…
Recommendation signals
Meta
- License
- –
- Language
- TypeScript
- GitHub stars
- 0
- mo. downloads
- –
- Last push
- 2026-08-25
- Created
- 2026-08-24
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令;无 license
- Sources
- curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- dsh-plugin, dsh-plugins
Related plugins
dsh-synapse
liangmianya/dsh-synapse
Visual, non-linear conversation workspace for DeepSeek Harness — sessions, follow-ups and branches become a browsable conversation map.
dsh-rewind
SiriLee/dsh-rewind
In-place conversation rewind in the same session window without forking (Claude Code /rewind semantics): a per-message ↶ button cuts the model context back to any user message, with an optional Claude-Code-style file restore from disk-persisted before-backups.
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-chat-recovery
Chat recovery for DSH: edit the last finished user message and explicitly retry failed turns, both via session-fork branches that leave the original conversation untouched.
dsh-plugin-bridge
Totoro-qaq/dsh-plugin-bridge
Moves an existing DSH session to another agent preset through a previewable five-section handoff, preserving the source session and either pausing the target for confirmation or continuing immediately.