# poc-agent **Repository Path**: diaoqi/poc-agent ## Basic Information - **Project Name**: poc-agent - **Description**: 韩阳云手机智能Agent - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-02 - **Last Updated**: 2025-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### poc项目 模拟车机桌面上的AI助手 - AI控车 - 语音识别 - tts语音播报 - 云手机 mqtt重启方式: ``` ps -ef|grep mos netstat -ano|grep 39002 kill -9 2629552 mosquitto -c /etc/mosquitto-test/mosquitto.conf -v -d ``` 证书文件存放在 `cert-file` 文件夹下 需要的自行安装 ~~目前是自拟的CA机构颁发给nginx和mqtt的证书 有效期至2035年 信任CA即可~~ 已更换为免费3个月的SSL CA证书 25年7月到期 证书文件还是在 `cert-file` 文件夹下 有问题可以 [点击这里](https://www.baidu.com/) 提问 ``` poc/agent/chat/request/web_device1 // 一句话场景(灵语)请求 poc/agent/chat/response/web_device1 // 一句话场景(灵语)响应 poc/agent/chat/phone/request/web_device1 // 云手机请求 poc/agent/chat/phone/response/web_device1 // 云手机响应 poc/agent/chat/ac/request/web_device1 // 空调聊天请求 poc/agent/chat/ac/response/web_device1 // 空调聊天响应 poc/agent/chat/ac/event/test_device1 // 大模型指挥空调事件通知 poc/agent/vehicle/ac/web_device1 // 配置页空调状态保存提交 poc/agent/vehicle/battery/web_device1 // 电池事件响应 poc/agent/vehicle/state/web_device1 // 一句话场景(灵语)车辆状态提交 ``` 语音识别和语音播报的API_KEY和API_SECRET放在 `.env` 文件中,默认不随代码上传至云端 需自行创建并填写