feat(realtime-coach): 实时坐席辅助教练(Qwen-Omni-Realtime + Gemini Live 双 provider)
详情页正中底部麦克风钮 → 旁听患者语音 → 字幕式实时输出给客服的单句提示。 - 后端独立模块 realtime-coach:WS 网关(socket.io,JWT 握手)+ DashScope/Gemini Live 两套代理(同 RealtimeProvider 接口,按 provider 选);DASHSCOPE/GEMINI key 只服务端 - 复用话术的患者上下文装配(buildScriptInputForPlan),教练专属指令(抓主诉/循序渐进, 不复用销售脚本);turn-end(患者停顿)触发,前端 VAD 静音门控 - 前端独立组件:麦克风浮钮 + 字幕浮层(逐级虚化)+ 真实电平波形 + 背景虚化 + 模型切换 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Showing
docs/realtime-agent-assist-design.md
0 → 100644
This diff is collapsed.
Click to expand it.
| ... | ... | @@ -35,12 +35,15 @@ |
| ] | ||
| }, | ||
| "devDependencies": { | ||
| "@eslint/js": "^9.17.0", | ||
| "@types/node": "^22.10.2", | ||
| "eslint": "^9.17.0", | ||
| "prettier": "^3.8.3", | ||
| "turbo": "^2.9.9", | ||
| "typescript": "^5.9.3", | ||
| "typescript-eslint": "^8.59.2", | ||
| "@eslint/js": "^9.17.0" | ||
| "typescript-eslint": "^8.59.2" | ||
| }, | ||
| "dependencies": { | ||
| "ws": "^8.21.0" | ||
| } | ||
| } |
This diff is collapsed.
Click to expand it.
scripts/qwen-omni-coach-poc.mjs
0 → 100644
Please
register
or
sign in
to comment