wukong-contrib
wukong-contrib copied to clipboard
来自用户贡献的wukong-robot插件集
Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome) from 3.9.7 to 3.19.1. Release notes Sourced from pycryptodome's releases. v3.19.1 - Zeil Resolved issues Fixed a side-channel leakage with OAEP decryption that could be exploited to carry...
我在Linux上使用Docker安装,拉取镜像之后在run的时候报错。 安装命令: docker pull wzpan/wukong-robot:latest 运行命令: docker run -it -p 5001:5001 \ --device /dev/snd \ -e PULSE_SERVER=unix:${XDG_RUNTIME_DIR}/pulse/native \ -v ${XDG_RUNTIME_DIR}/pulse/native:${XDG_RUNTIME_DIR}/pulse/native \ -v ~/.config/pulse/cookie:/root/.config/pulse/cookie \ --group-add $(getent group audio | cut...
我是mac电脑,用docker来运行,出现以下问题,如何解决啊,谢谢了。 2023-06-05 22:12:43 2023-06-05 14:12:43,961 - robot.detector - detector.py - initDetector - line 113 - CRITICAL - 离线唤醒机制初始化失败:[Errno -9996] Invalid input device (no default output device) 2023-06-05 22:12:43 Stack (most...
https://wukong.hahack.com/#/docs/plugin_dev 一个简单、灵活、优雅的机器人
https://wukong.hahack.com/#/anyq 一个简单、灵活、优雅的机器人
我按照ubuntu实际地址配置了目录并增加音乐,通过本地音乐命令,还是反馈**本地音乐目录并没有音乐文件,播放失败**
https://wukong.hahack.com/#/linkage 一个简单、灵活、优雅的机器人
以下是插件的执行顺序 1.用户指令“重启系统” 2.悟空beep_hi“滴一声” 3.用户指令“确认” 4.悟空说“授权成功,开始进行相关操作” 5.悟空说“将要重新启动系统,请在滴一声后进行确认,授权相关操作” 正确的顺序应该是:1 5 2 3 4 问题1.所以5这一步应该在2前面。 问题2.如果没有3步(用户没说话),悟空会同时说两句话:'授权失败,操作已取消,请重新尝试','将要重新启动系统,请在滴一声后进行确认,授权相关操作' 以下是我修改的代码,不知道“请在滴声后确认”该写在哪里。 def onConfirm(self, input): if input is not None and any(word in input for word in [u"确认",...