JunbaoCao/Wealth-device-inspector

JunbaoCao★ 0JavaScript最后同步: 2026-08-15

在 GitHub 打开

设备监察师(Device Inspector):一键自检系统/硬件/语言/编码/时区,自动生成设备档案 device-report.md,防止环境错误;含后台守护与 RAG 接入。

README 摘要

Wealth device-inspector · 设备监察 English 中文 架构白皮书 Wealth(威尔思) 出品的开源 设备监察 agent :在任意电脑上 一键自查 系统、硬件、语言、编码、时区,自动生成属于那台电脑自己的 设备档案.md ,防止环境出错。它是你 agent 的 架构底层 ——先懂自己的设备,再跑任何智能体。 License: MIT · Version: v1.3.0(2026-08-14) 📖 想了解整个项目怎么组织、数据怎么流动、怎么扩展?看 WHITEPAPER.md(架构白皮书) 。 In plain words (What this is for) You don't need to be technical. This tool helps an AI agent (or you) figure out your own computer first , before it tries to do anything else. It checks: what system you have, what hardware, what language/encoding, what timezone — and writes it all into a 设备档案.md file. This prevents the classic problems (garbled text, wrong language, broken code) that happen when an agent doesn't know its machine keyboard。 One click → you know your computer. That's all. What it is An open-source device-inspector for AI agents. Its job is not auditing finances — it is inspecting the machine environment so an agent never trips over its own system: wrong encoding, broken locale, missing runtime, garbled text. Core idea: the agent knows its machine first, then acts. - Inspects system, hardware, CPU, RAM, disk, GPU, NIC, installed software, encoding, timezone, locale. - Generates a 设备档案.md specific to that co…

在 GitHub 查看完整 README →
Agent/智能体dsh-pluginagent

分类