Jstn-1g/dsh-guarded-live-voice1

dsh-guarded-live-voice

为规划中的 DeepSeek Harness 语音插件提供宿主端协议和权限基础。

AI 分析

核心用途是作为语音交互插件的底层协议支持。适合作为开发其他高级语音功能的前置依赖,需配置阿里云百炼等相关凭证。

套件
dsh-guarded-live-voice
版本
0.1.0
授權
MIT
最近更新
2026年8月25日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Jstn-1g/dsh-guarded-live-voice

Planned configuration

The bundle inserts a guarded-live-voice Cordis row. A profile override will need an Alibaba Cloud Model Studio workspace id before provider authorization:

- id: guarded-live-voice
  name: dsh-guarded-live-voice
  config:
    credentialRef: DASHSCOPE_API_KEY
    dashscopeWorkspaceId: your-workspace-id
    model: qwen-audio-3.0-realtime-plus
    route: /guarded-voice
    trustedHosts: localhost,127.0.0.1,[::1]
    maxConnections: 8

Configure the credential through DSH's credential provider. Never put a secret value in cordis.patch.yml, browser storage, an issue, or a log.