# intelligence_home **Repository Path**: aiopenseekdeep/intelligence ## Basic Information - **Project Name**: intelligence_home - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-07-07 - **Last Updated**: 2026-07-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Intelligence Home UI 这是一个可直接打开的智能家庭控制台原型,入口是 `index.html`。 当前版本聚焦三件事: - 用自然语言生成家庭控制计划。 - 在演练模式下预览设备状态变化,避免误触真实家居设备。 - 为未来的模型服务和局域网设备 API 网关保留连接位置。 ## 运行 直接双击 `index.html`,或在浏览器中打开: ```text D:\intellgence_home\index.html ``` ## 未来接口建议 界面关闭演练模式后,会向家庭网关发送: ```http POST /commands Content-Type: application/json ``` 示例请求体: ```json { "plan": "cinema", "source": "intelligence-home-ui", "dryRun": false } ``` 建议后端拆成两层: - Model service: 接收自然语言,输出结构化控制计划。 - Device gateway: 在同一局域网内调用灯光、空调、窗帘、门锁等设备 API。 高风险动作建议始终二次确认,例如开锁、燃气、电源总控和安全传感器复位。