将语音模式与 Hermes 配合使用

三种模式

模式平台
交互式麦克风循环CLI
语音回复Telegram、Discord
实时语音频道Discord VC

CLI 语音模式

pip install "hermes-agent[voice]"
hermes    # 然后 /voice on
# 按 Ctrl+B 录音

推荐配置

stt:
  provider: "local"    # 或 groq、openai
tts:
  provider: "edge"     # 或 elevenlabs、openai

Telegram/Discord 语音回复

/voice on      # 仅语音消息时回复语音
/voice tts     # 始终语音回复

详见 workspace zh/guides/use-voice-mode-with-hermes.md