ED713实时数据报警、AI智能体使用需要开启队列,在宝塔安装,进程守护管理器,并添加以下队列:
软件商店——已安装——进程守护管理器
1、时间轮
(1)启动命令:/www/server/php/80/bin/php time-wheel-scanner.php
(2)进程目录:/www/wwwroot/客户域名/scripts
2、默认队列
(1)启动命令:/www/server/php/80/bin/php think queue:work
(2)进程目录:/www/wwwroot/客户域名/
3、智能体对话队列
(1)启动命令:/www/server/php/80/bin/php think queue:work --queue agent_chat
(2)进程目录:/www/wwwroot/客户域名/
4、智能体记忆队列
(1)启动命令:/www/server/php/80/bin/php think queue:work --queue agent_post_process
(2)进程目录:/www/wwwroot/客户域名/
5、后台病史文档AI识别队列
(1)启动命令:/www/server/php/80/bin/php think queue:work --queue document_parse
(2)进程目录:/www/wwwroot/客户域名/
时间轮示例: