Qwen 语音控制
Experimental voice-control plugin for DeepSeek Harness Web, built on top of Qwen Audio Agent.
이것은 DeepSeek Harness(DSH) 플러그인입니다. 이 사이트는 GitHub README, 설치 정보, 유지보수 상태, 공개 보안 시그널을 모아 보여줍니다.
업스트림에서 중국어 README를 제공하지 않아 저장소 원본 내용을 표시합니다.
DSH Qwen Voice
简体中文 | English
Experimental voice-control plugin for DeepSeek Harness Web, built on top of Qwen Audio Agent.
This project would not exist without Qwen Audio Agent. It reuses Qwen Audio Agent as the realtime voice engine and adds the DeepSeek Harness plugin UI, ACP bridge, and multi-session routing integration around it. Our sincere thanks to the Qwen Audio Agent maintainers and every upstream contributor for releasing their excellent work as open source.
It adds a floating voice orb that remains connected while switching DSH conversations. One browser tab can dispatch multiple named DSH sessions, show live task state, interrupt playback, and announce results as tasks finish.
Compatibility
- DeepSeek Harness Web
0.1.0-rc.6 - Qwen Audio Agent
1.10.0 - Node.js supported by both upstream projects
- Windows launcher included; the plugin and bridge are cross-platform Node.js
This is a community integration, not an official DeepSeek or Qwen release. Both upstream projects are evolving quickly, so exact versions matter.
Install
npm.cmd install --global qwen-audio-agent@1.10.0
pnpm install
pnpm typecheck
pnpm build
pnpm setup:qwen
pnpm --dir bridge install
npx.cmd -p @deepseek-ai/dsh@0.1.0-rc.6 dsh plugin --profile web add .
Copy start-qwen-dsh-voice.example.cmd to a local filename, adjust
ACP_WORKSPACE if needed, then start the gateway:
.\start-qwen-dsh-voice.example.cmd webui
Restart DSH Web and open http://127.0.0.1:3080.
Qwen/DashScope credentials remain in Qwen Audio Agent configuration. No API key is included in this repository or sent through the DSH browser bundle.
What the compatibility patch changes
pnpm setup:qwen applies three small, version-checked changes to the globally
installed Qwen Audio Agent 1.10.0:
- separate coordinator lanes for simultaneous voice turns;
- separate ACP coordinator sessions per work item;
- allow an explicitly configured DSH loopback origin on another port.
Task cards use the Gateway's authoritative task status. Cancelling a task now shows an in-progress state, confirms the Gateway response, and reports failures instead of silently sending a request.
The script refuses unknown Qwen Audio Agent versions and is safe to rerun. Reinstalling the upstream package removes the patch.
Development
pnpm typecheck
pnpm build
pnpm --dir bridge test
The ACP bridge accepts loopback DSH URLs only. The floating client defaults to
the local gateway at 127.0.0.1:3101.
Known limitations
- Developer-preview compatibility is pinned to DSH
0.1.0-rc.6. - The Qwen compatibility patch is temporary and should eventually be replaced by upstream extension points.
- Session titles are generated from the spoken task objective and may still require manual renaming for ambiguous requests.
Acknowledgements
Special thanks to the Qwen Audio Agent team and contributors. They built and open-sourced the realtime voice frontend, gateway, audio transport, provider integration, and agent coordination foundation on which this DSH integration is based. This repository focuses on connecting that foundation to DeepSeek Harness; it is not a replacement for or independent reimplementation of Qwen Audio Agent.
Thanks also to the DeepSeek Harness team for the plugin platform and community.
Community discussions
License
MIT. Adapted audio transport logic is noted in NOTICE; Qwen Audio Agent is
Apache-2.0 licensed. Please retain the upstream attribution when redistributing
this integration.
보안 및 설치 증거
이 점수는 공개 저장소 메타데이터와 이 사이트에 등록된 설치 증거에만 기반하며, 코드 보안 감사와 다릅니다.
공개 플러그인 카탈로그에서 왔으며, 공개 GitHub 저장소로 연결됩니다.
저장소가 MIT 라이선스를 선언했습니다.
최근 180일 내 코드 업데이트가 있습니다.
재현 가능한 정확한 설치 메타데이터가 아직 등록되지 않았습니다. 저장소 설명에 따라 직접 확인하세요.
검사한 패키지 메타데이터에 설치 라이프사이클 스크립트가 선언되지 않았습니다.