Fay年翻更新

- 升级Agent(chat_module=agent切换):升级到langgraph react agent逻辑、集成到主分支fay中、基于自动决策工具调用机制、基于日程跟踪的主动沟通、支持外部观测数据传入;
- 修复因线程同步问题导致的配置文件读写不稳定
- 聊天采纳功能的bug修复
This commit is contained in:
xszyou
2024-11-20 23:44:47 +08:00
parent f871b6a532
commit 87ed1c4425
31 changed files with 1624 additions and 41 deletions

View File

@@ -8,11 +8,11 @@
"hobby": "\u53d1\u5446",
"job": "\u52a9\u7406",
"name": "\u83f2\u83f2",
"voice": "\u6653\u6653(azure)",
"voice": "abin",
"zodiac": "\u86c7"
},
"interact": {
"QnA": "",
"QnA": "qa.csv",
"maxInteractTime": 15,
"perception": {
"chat": 10,
@@ -21,8 +21,7 @@
"indifferent": 10,
"join": 10
},
"playSound": true,
"sound_synthesis_enabled": false,
"playSound": false,
"visualization": false
},
"items": [],
@@ -34,12 +33,11 @@
"url": ""
},
"record": {
"channels": 0,
"device": "",
"enabled": true
"enabled": false
},
"wake_word": "\u4f60\u597d",
"wake_word_enabled": true,
"wake_word_enabled": false,
"wake_word_type": "front"
}
}