 hrzandGitHub
|
70ea24ac83
|
Merge pull request #629 from joey-zhou/vad_optimize
优化vad,采用bytearray替换byte,提高字符串拼接效率
|
2025-04-04 18:39:16 +08:00 |
|
JoeyZhou
|
132174568f
|
优化vad,采用bytearray替换byte,提高字符串拼接效率
|
2025-04-01 22:47:15 +08:00 |
|
 hrzandGitHub
|
9430094072
|
update:修复退出保存记忆bug (#619)
|
2025-04-01 00:03:05 +08:00 |
|
hrz
|
6ba63db47f
|
1、将耗时最大的iot处理改成异步
2、iot循环5次等待func_handler加载完成
|
2025-03-31 22:54:37 +08:00 |
|
hrz
|
fdd16ad3c7
|
update:
1、await self.close(ws)已经在finally有关闭逻辑了,无需在except里关闭。
2、func_handler和mcp_manager的加载必须用异步实现,减少唤醒连接好使
3、关于iot等待func_handler问题,要在iot消息那里做等待
|
2025-03-31 21:40:48 +08:00 |
|
Jad
|
326342b834
|
chore(server): 移除高频触发的debug日志输出
|
2025-03-30 13:11:52 +08:00 |
|
Jad
|
b6b6b0310f
|
fix(server): 退出时等待保存记忆导致立即重连时阻塞
|
2025-03-30 12:58:27 +08:00 |
|
Jad
|
4c91bffcc7
|
fix(server): 加载插件改为初始化时同步执行 #559
|
2025-03-30 12:46:54 +08:00 |
|
 hrzandGitHub
|
6a81d80778
|
Merge pull request #492 from xinnan-tech/mcp-client
增加mcp的tool功能,可自行配置mcp服务,实现命令控制
|
2025-03-28 18:42:24 +08:00 |
|
hrz
|
17126303fa
|
fix:已经使用了intent_llm,不应该再回到functioncall的chat中
|
2025-03-28 17:17:14 +08:00 |
|
hrz
|
05356b6652
|
update:简化intent_llm代码
|
2025-03-28 14:13:54 +08:00 |
|
玄凤科技
|
d1a2307134
|
Merge branch 'mcp-client' of https://github.com/xinnan-tech/xiaozhi-esp32-server into mcp-client
# Conflicts:
# main/xiaozhi-server/core/connection.py
# main/xiaozhi-server/requirements.txt
|
2025-03-28 09:11:48 +08:00 |
|
 hrzandGitHub
|
62845cfcf1
|
Merge pull request #515 from koalalgx/main
意图识别intent_llm单独配置独立的LLM,意图识别intent_llm增加天气和新闻查询function
|
2025-03-27 10:43:49 +08:00 |
|
 hrzandGitHub
|
1e699c027d
|
Merge pull request #504 from suofang/fix_not_clear_threads
fix:解决客户端websocket连接断开后异步消费线程不销毁的BUG
|
2025-03-26 11:40:06 +08:00 |
|
 欣南科技andGitHub
|
2987f1c680
|
Merge pull request #519 from xinnan-tech/manage-server-edgetts-stream
edge-tts 流式写
|
2025-03-26 00:40:15 +08:00 |
|
hrz
|
ab93ee0406
|
update:调整加载顺序
|
2025-03-26 00:39:34 +08:00 |
|
 hrzandGitHub
|
69dd933a7d
|
Merge pull request #526 from xinnan-tech/fix-wakeup_words
Fix wakeup words
|
2025-03-25 23:48:53 +08:00 |
|
 koalalgxandGitHub
|
3a3ddbc2bc
|
Update connection.py
|
2025-03-25 14:27:48 +08:00 |
|
suofang
|
ce65226ea4
|
fix:解决客户端websocket连接断开后异步消费线程不销毁的BUG
|
2025-03-24 23:53:56 +08:00 |
|
玄凤科技
|
8c4c9d88da
|
增加网站浏览mcp
|
2025-03-24 10:28:48 +08:00 |
|
玄凤科技
|
32ab716f0d
|
Merge branch 'main' into mcp-client
# Conflicts:
# main/xiaozhi-server/core/connection.py
# main/xiaozhi-server/requirements.txt
|
2025-03-24 09:26:14 +08:00 |
|
 hrzandGitHub
|
004ee6f143
|
update:开启唤醒词加速 (#486)
|
2025-03-23 22:02:13 +08:00 |
|
 HuangandGitHub
|
49fefb41a6
|
update:优化唤醒词响应时间,修复初始化函数异步bug (#482)
|
2025-03-23 16:20:20 +08:00 |
|
hrz
|
82413fecab
|
update:优化home_assistant提示词加载
|
2025-03-22 20:39:52 +08:00 |
|
玄凤科技
|
898fd36eca
|
增加mcp调用超时检测逻辑
|
2025-03-20 18:20:09 +08:00 |
|
玄凤科技
|
2b81ebca8e
|
调通mcp tool
|
2025-03-20 11:52:37 +08:00 |
|
玄凤科技
|
8504c181c0
|
mcp初步调试
|
2025-03-20 08:59:45 +08:00 |
|
 
|
bd556c33a0
|
fix:找不到function卡住bug (#408)
Co-authored-by: hrz <1710360675@qq.com>
|
2025-03-18 14:26:27 +08:00 |
|
  
|
5aa4199dfb
|
add:支持IOT功能
* 自动注册iot消息为function call函数,并通过function call控制设备
* 增加配置项,控制iot自动注册function call功能的开启
* 增加function call action的 Error code
* update:补充音量太大声、太小声的意图动作
* update:支持IOT功能
---------
Co-authored-by: 玄凤科技 <eric230308@gmail.com>
Co-authored-by: hrz <1710360675@qq.com>
|
2025-03-18 00:34:16 +08:00 |
|
   
|
8a066163fe
|
update:和风天气查询 (#387)
* Update get_weather.py (#381)
更新天气插件,增加:通过当前IP获取用户实时位置的功能
* 重构天气查询插件 (#382)
* feat: 添加获取ip信息工具函数
* refactor: 重构天气查询插件
使用和风天气作为数据源
功能更完善
---------
Co-authored-by: 欣南科技 <huangrongzhuang@xin-nan.com>
* update:天气查询优化
---------
Co-authored-by: xiaowu911 <51016996+xiaowu911@users.noreply.github.com>
Co-authored-by: Jad <i@nocilol.me>
Co-authored-by: hrz <1710360675@qq.com>
|
2025-03-17 14:20:40 +08:00 |
|
 
|
c0f1981d6f
|
Server music plugins (#380)
* update:intent_llm音乐插件化调用
* update:播放音乐插件改造
* update:完成音乐播放插件化改造
---------
Co-authored-by: hrz <1710360675@qq.com>
|
2025-03-17 02:13:10 +08:00 |
|
   
|
2e182626b9
|
Function插件自动装载 (#351)
* function call功能完善,增加天气查询,支持插件式扩展
* 增加角色切换功能,通过切换system提示词,修改角色认知
* 增加插件管理系统,可以通过语音加载和卸载插件
* docs: 添加命令操作 (#329)
* docs: 添加命令操作
* feat: 添加 docker-setup.sh 脚本以简化服务端部署
- 新增 docker-setup.sh 脚本,自动创建目录结构、下载语音识别模型和配置文件,并检查文件完整性。
- 更新 Deployment.md 文档,提供一键执行脚本的说明和使用示例。
* docs: 更新 Deployment.md,添加环境访问 GitHub 的注意事项
* refactor: 更新 docker-setup.sh 脚本以支持多操作系统下载命令
- 修改脚本以检测操作系统类型,并根据不同系统选择合适的下载命令(curl 或 wget)。
- 优化错误处理,确保在下载失败时提供清晰的提示信息。
- 更新 Deployment.md 文档,调整懒人脚本的使用说明,增加手动部署的步骤。
* Update docker-setup.sh
* Update docker-setup.sh
---------
Co-authored-by: 欣南科技 <huangrongzhuang@xin-nan.com>
* update:优化插件加载的配置提示
* update:增加自动安装脚本的操作说明
* update:优化插件配置,去掉旧版本的时间设定
---------
Co-authored-by: 玄凤科技 <eric230308@gmail.com>
Co-authored-by: TinsFox <fox@tinsfox.com>
Co-authored-by: hrz <1710360675@qq.com>
|
2025-03-15 11:48:14 +08:00 |
|
   
|
50ecee99cc
|
ASR句首丢字问题 (#346)
* fix: ASR句首丢字问题 (#338)
* feat: 支持dify的多轮对话, chat工作流支持持久化conversation_id #296 (#313)
* TTS功能的一些修改 (#307)
* fix: tts音频转码兼容
* feat: 支持自定义tts接口服务
* feat: tts超时时间作为可配置项
* feat: 自定义tts音频格式兼容
* style: 使命名更符合语义
---------
Co-authored-by: Jad <i@nocilol.me>
Co-authored-by: yanyige <yige.yan@qq.com>
Co-authored-by: Jad <journey.adc@gmail.com>
|
2025-03-15 00:19:45 +08:00 |
|
 
|
a8c6c7cb36
|
update:优化无意图识别的日志输出 (#295)
Co-authored-by: hrz <1710360675@qq.com>
|
2025-03-12 12:46:29 +08:00 |
|
 vonwellerandGitHub
|
3d6bd0e23e
|
修复ActionResponse为NOTFOUND时候卡住主线程的bug (#285)
修复ActionResponse为NOTFOUND时候卡住主线程的bug
|
2025-03-11 21:10:44 +08:00 |
|
   
|
2b662d3a14
|
fix:function call bug (#268)
* 优化function call消息处理
* fix:用户说话重复记录bug
* 2025-3-10-优化llm intent (#254)
Co-authored-by: 欣南科技 <huangrongzhuang@xin-nan.com>
* update:回复上版提示词,无需再二次识别歌曲名
---------
Co-authored-by: 玄凤科技 <eric230308@gmail.com>
Co-authored-by: hrz <1710360675@qq.com>
Co-authored-by: Jiao Haoyang <108573524+XuSenfeng@users.noreply.github.com>
|
2025-03-11 00:25:33 +08:00 |
|
  
|
63f34e5a82
|
本地记忆+意图识别 (#250)
* 增加本地记忆功能,使用llm总结记忆
* update:增加统一非流式输出输出
* 增加意图识别内容,使用llm进行识别
* 初始化记忆模块
* 完善意图识别处理后的流程
* 通过使用function call实现意图识别
* update:优化意图识别的配置
* update:function call最优设置成doubao-pro-32k-functioncall-241028
---------
Co-authored-by: 玄凤科技 <eric230308@gmail.com>
Co-authored-by: hrz <1710360675@qq.com>
|
2025-03-09 21:33:45 +08:00 |
|
    
|
0e43748fdc
|
重新划分目录 (#214)
* 🦄 refactor(web): 修改zhikongtaiweb到web
* 🦄 refactor: 重写前端
路由守护尚未写完
* 🦄 refactor: 标准化路由
* update:前端重写,保留后端
* update:添加前端代码
* update:pip转成poetry启动
* update:增加mem0ai包依赖
* update:文档增加mem0ai的描述
* feat: play online mp3 (#181)
Co-authored-by: 欣南科技 <huangrongzhuang@xin-nan.com>
* 修改前端代码
* update:调整项目目录
* update:优化
* update:配置文件去除8002端口
* update:增加开发说明
* update:更新开发协议
---------
Co-authored-by: kalicyh <34980061+kaliCYH@users.noreply.github.com>
Co-authored-by: hrz <1710360675@qq.com>
Co-authored-by: freshlife001 <talent@mises.site>
Co-authored-by: CGD <3030332422@qq.com>
|
2025-03-05 23:13:24 +08:00 |
|