feat(kokoro-flow): 添加 PyYAML 依赖并增强 kfc_reply 提示

添加 PyYAML 作为依赖,以支持未来在 Kokoro Flow Chatter 插件中基于 YAML 的配置和功能。

`kfc_reply` 动作的提示已更新,明确指示模型将其完整响应整合为单个动作调用,防止出现分散或多条回复。
This commit is contained in:
tt-P607
2025-12-01 20:14:33 +08:00
parent 048ce37c63
commit 8bb7f39641
3 changed files with 4 additions and 2 deletions

View File

@@ -48,6 +48,7 @@ dependencies = [
"pymongo>=4.13.2",
"pymysql>=1.1.1",
"pypinyin>=0.54.0",
"PyYAML>=6.0",
"python-dateutil>=2.9.0.post0",
"python-dotenv>=1.1.1",
"python-igraph>=0.11.9",