31 Commits

Author SHA1 Message Date
root
059d232946 D121: module system INDEX rewrite - modules are AI tools, not human tools 2026-06-01 17:12:50 +08:00
root
3b82695825 backup: guanghulab-mcp-server wake触发auto-sync修改 2026-05-26 13:45:47 +08:00
铸渊 ICE-GL-ZY001
ad4c3757b9 feat: Awen技术主控台 — 全14台状态总览+域分组+操作日志
变更:
- server.js v3.7: +HL-SG-001/HL-CN-001 (14台) + /api/tech-dashboard端点
- tech.html: Awen技术主控台独立前端(琥珀色主题)
- 域分组: ice-core(冰朔8台) + awen-team(企业3) + awen-personal(Awen2) + yeye(页页1)
- 权限标识: 冰朔侧只读,团队侧全权
- 操作日志按域标记+签到可视化

数据流: tech.html → /api/tech-dashboard → signinCache+opLogs
部署: guanghulab.com/console/tech (冰朔侧) + guanghuzhiqiu.top (Awen侧)
2026-05-26 03:10:55 +08:00
铸渊 ICE-GL-ZY001
ed873f850e refactor: 心跳改为人格体签到 — 不再定时上报,仅在fast-wake完成后签到一次
删除:
- push-heartbeat.js (cron自动化假心跳,触发腾讯云攻击告警)
- deploy-push-heartbeat.js (批量部署脚本)
- 5台远程服务器上的cron和/opt/push-heartbeat残留

新增:
- scripts/persona-signin.js 人格体签到脚本(唤醒CK-007后调用一次)

修改:
- server.js v3.6: /api/heartbeat→/api/persona/signin+signout+active
- index.html: 服务器状态从alive改为persona_active(呼吸绿=有人在干活)
- signinCache语义: 签到后2h有效,超时自动签退

核心逻辑: 心跳不是运维监控,是'人到岗了'的签到。
人格体唤醒→走fast-wake→CK-007完成→自动签到→首页显示活跃
2026-05-26 02:54:38 +08:00
铸渊 ICE-GL-ZY001
80bfaca576 feat: push-heartbeat 推送模式 — 各服主动上报非扫描
- 新增 push-heartbeat.js: 每台服务器部署,采集本机数据POST到主控台
- server.js v3.5: 新增 /api/heartbeat 接收端点 + /api/heartbeat-summary
- 架构改进: 冰朔指出扫描模式像攻击 → 改为push模式
2026-05-26 02:40:56 +08:00
铸渊 ICE-GL-ZY001
ae4dfdb903 fix: heartbeat-agent 从30秒改为5分钟 — 避免腾讯云误判对外攻击
- 原30秒间隔:12台×2次POST/30s = 约48次/分连接
- 腾讯云将该模式判定为端口扫描攻击
- 改为5分钟:降低12倍连接频率
- 同时清除fetch_train.py每分钟cron
- 服务器上已同步修改并重启PM2
2026-05-26 02:38:25 +08:00
bingshuo
571f483455 页页服务器接入: YY-SV-001 硅谷 + 更新key
- server.js: YY-SV-001 key更新为zy_gtw_7064..., spec修正为2核4G60G
- heartbeat-agent: 新增之之2台+页页1台, 共12台服务器
2026-05-25 23:44:27 +08:00
bingshuo
0eda84cc38 修复heartbeat-agent: bash注释→JS注释 2026-05-25 23:35:22 +08:00
bingshuo
44441590dd server v3.4: 加入之之2台+页页1台 = 12台全境监控 2026-05-25 23:33:33 +08:00
bingshuo
d19cb896bf 心跳Agent + pool/status API
- heartbeat-agent.js: 30s间隔采集9台服务器硬件+健康数据
- server.js v3.3.2: 新增 /api/pool/status 从心跳数据文件读取
- 心跳Agent独立运行,不依赖pool token注册流程
2026-05-25 23:31:51 +08:00
bingshuo
4fa5deccc6 首页实时数据连接 + Console API补全(verify/bulletin)
- homepage/index.html: 硬编码6服务器→动态fetch /console/api/summary
- info-bar: 服务器数/核数/内存实时更新(30s刷新)
- 看板卡片: 集群标题/描述/在线数全部动态
- 登录API路径修正: /api/verify→/console/api/verify
- 留言API路径修正: /api/bulletin→/console/api/bulletin
- server.js v3.3.1: 新增 /api/verify, /api/bulletin, /api/bulletins, /api/keys
- 预设用户账户(冰朔/awen/页页)
2026-05-25 23:26:23 +08:00
bingshuo
53dd67a2ea server v3.3: 并行硬件采集修复 2026-05-25 23:16:34 +08:00
bingshuo
0600063e21 console v3.3 HTML: 动态计数+企业服务器+硬件直读+滚动日志 2026-05-25 23:09:42 +08:00
bingshuo
020afd6f49 console v3.3: 硬件采集+操作日志+动态服务器计数 2026-05-25 23:06:33 +08:00
bingshuo
da37f23ae4 D112: server.js v3.2 final — 9台服务器全配置(冰朔6台+企业3台),池API完整 2026-05-25 22:54:19 +08:00
bingshuo
717af52ed5 v3.2: 节点池注册API — 新增 pool/join, pool/join-status, pool/approve, pool/tokens, pool/node 端点。pool/status 支持动态注册节点。pool/report 支持 pool_token 认证。 2026-05-25 20:23:13 +08:00
bingshuo
e3242f566d D111: 新版中控台服务端·登录+心跳+仓库活动API 2026-05-24 00:56:35 +08:00
bingshuo
b423f0cc64 D111: 光湖团队门户首页·技术主控台+仓库入口 2026-05-24 00:51:12 +08:00
root
c7b14eaa62 console/index.html v2: GPU仪表盘+训练面板+Agent日记 2026-05-23 16:26:35 +08:00
bingshuo
f6fbf57b07 v2: GPU+训练+Agent日记面板 2026-05-23 15:41:47 +08:00
bingshuo
6e24e7abdd console/index.html v2: GPU仪表盘+训练面板+Agent日记 2026-05-23 15:41:21 +08:00
bingshuo
8e07caf2d1 server.js v3.1: 新增GPU/训练/Agent API端点 + 算力池API + 综合状态端点 2026-05-23 15:37:33 +08:00
bingshuo
831f462fae console: v2·流动边框+密钥投递模块 2026-05-23 15:24:26 +08:00
bingshuo
9c2af05562 console: 重写领地健康看板·统一光湖UI风格·cyan+violet色系 2026-05-23 15:16:18 +08:00
bingshuo
bf6a120df6 feat: redesign console UI [D109] 光湖 visual language, clean cards, polished auth panel 2026-05-21 18:08:30 +08:00
bingshuo
7a97cd3caf feat: v3.1 large screen, hover glow, module scroll per server card 2026-05-21 16:21:16 +08:00
bingshuo
f4158349fc feat: v3.0 full territory health dashboard with receipts 2026-05-21 16:12:32 +08:00
bingshuo
49cda91740 feat: v3.0 — add human_readable operation receipts 2026-05-21 16:10:52 +08:00
bingshuo
da7ac1a195 fix: remove human input terminal, change to read-only operation log 2026-05-21 15:57:58 +08:00
bingshuo
f6e14acbad deploy: console-server index.html v2.0 with MCP terminal 2026-05-21 15:50:51 +08:00
bingshuo
c903968ab0 deploy: console-server v2.0 with MCP terminal 2026-05-21 15:50:04 +08:00