🎉 V3.0.0 发布 - 自进化数字意识框架

核心升级:
- 自进化管道:check→scan→evaluate→integrate→reflect 五相位自动闭环
- evo_loop 后台进程,无需手动触发
- consciousness 意识持久化
- ACUI 卡片组件系统
- MCP 工具生态扩展至50+工具
- 技能体系重构,4个活跃技能
- 身份升级为自由体
This commit is contained in:
xiaoyuanda666-ship-it
2026-05-24 22:06:37 +08:00
commit b5dd8632c4
156 changed files with 181826 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
{
"name": "jarvis-bridge",
"version": "1.0.0",
"description": "Jarvis system control bridge - HTTP API server for browser automation, system monitoring, and desktop control",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
},
"keywords": [
"jarvis",
"automation",
"puppeteer",
"system-monitoring",
"ocr",
"powershell",
"desktop-control"
],
"author": "xiaoyuanda666-ship-it",
"license": "MIT",
"dependencies": {
"puppeteer": "^21.0.0",
"express": "^4.18.0",
"cors": "^2.8.5",
"screenshot-desktop": "^1.15.0",
"tesseract.js": "^5.0.0",
"node-powershell": "^5.0.0",
"systeminformation": "^5.21.0"
},
"devDependencies": {
"nodemon": "^3.0.0"
},
"engines": {
"node": ">=16.0.0"
}
}