cmvr_edge_ai/server/talk/README.md

12 lines
676 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Talk Server
本目录预留给对话服务端。Talk Server 将拥有语音/文本 provider、模型凭据、会话状态、
资源限制以及服务端路由;边缘 pipeline 与 Detect Client 都不应承担这些职责。
当前仅保留目录与配置归属说明,不实现 Talk HTTP API也不把 Talk 配置混入 Detect 或
Gauge。公共协议落地后应复用 `cmvr_edge_ai.contracts` 中的版本化 DTO。
仓库不再保留模拟音频或禁用 passthrough 组成的占位 Pipeline因为它们不能提供真实
Talk 能力。实现音频 proto、VAD/ASR/LLM/TTS 节点和服务端 route 后,再在根目录
`configs/` 新增 `server_talk.yaml`