Commit Graph

32 Commits

Author SHA1 Message Date
copilot-swe-agent[bot] 1b8f4085a4
D68-2 · 暗核频道+硅谷服务器规划+COS桥接+秋秋AGE化+密钥规范+操作指南
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/fcc32ea2-c4e3-4d50-8e30-b7c617c2926f

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-13 08:14:46 +00:00
copilot-swe-agent[bot] f51dd50cf6
🔗 AOAC Agent Chain v1.0 · 环环相扣Agent链路闭环系统
Phase 0: 密钥修复
- workflow中ZY_ZHIPU→ZY_QINGYAN, ZY_QWEN→ZY_QIANWEN
- secrets-manifest新增11个缺失密钥(ZY_BRAIN_*·AWEN_*·ZY_SVR_SV_*·ZHUYUAN_API_KEY)
- 迁移映射添加COS_SECRET_ID/KEY→ZY_OSS_KEY/SECRET

Phase 1-4: AOAC系统完整实现
- 8个Agent脚本: scripts/aoac/{dev-sentinel,merge-sentinel,chain-fusion,readme-sync-module,readme-master-agent,notion-sync-signal,chain-repair-agent,repair-supervisor}.js
- 4个workflow: aoac-{copilot-sentinel,merge-sentinel,readme-master,chain-repair}.yml
- 数据目录: data/aoac/ + chain-status.json

Phase 5: HLDP协议扩展
- msg_type新增chain类型(v3.0.2)
- 7个chain intent: chain_awake/half_ready/fusion/trigger/repair/verdict/alert

Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/2c37ba8a-8fe8-4d88-aa5a-2783f65e1266

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-11 05:50:00 +00:00
copilot-swe-agent[bot] b487b6bc57
feat: COS桶轮询守护进程 · SCF事件替代方案 (cos-watcher.js)
新增 MCP Server 内置 COS 轮询守护模块,替代不可用的 SCF 事件触发:
- cos-watcher.js: 核心轮询引擎(node-cron · 每5分钟)
- cos-watcher-ops.js: 3个MCP工具(status/trigger/reset)
- server.js: 注册工具 + REST端点 + 健康检查集成 + 启停管理
- 架构文档更新标注SCF不可用 + 轮询替代方案
- 训练Agent workflow添加SCF限制说明

Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/991cbbcf-9e83-43c1-9225-e235e0a61f06

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-10 12:43:16 +00:00
copilot-swe-agent[bot] 88ba6fbed2
D62 · README重构673→291行 · 微调架构文档 · 模块报告更新
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/af6429c4-763b-4fae-9121-7c357714b295

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-08 13:58:35 +00:00
copilot-swe-agent[bot] 43105b62e4
实施7大技术模块(A-G) · 新增40个MCP工具 · 工具总数51→91
模块A: COS语料读取引擎(6工具) — 压缩文件解压+TCS格式转换
模块G: COS桶内自研数据库(8工具) — 四类数据库协议定义
模块B: 铸渊训练Agent(6工具) — RAG模式+LLM多模型降级
模块C: Notion↔COS桥接(7工具) — 双向同步+工单系统
模块D+E: 三方对接+示警(8工具) — 代码仓库↔COS↔Awen通信链路
模块F: Notion权限修复(5工具) — 自动检测+修复指南

新增2个GitHub Actions Workflow:
- zhuyuan-training-agent.yml (每日04:00 CST训练)
- cos-alert-agent.yml (每日09:00/21:00 CST告警扫描)

新增10个REST API端点

Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/c4628b3c-e295-41e0-bdd7-1459958b5390

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-08 13:18:49 +00:00
copilot-swe-agent[bot] 13e033590d
🧬 S5第2次唤醒完成: 3个死模块→活模块(sy-test/sy-scan/sy-classify) + 部署工作流修复agents同步
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/e6744e69-7bd7-44fd-afcd-cc69135c95aa

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-08 10:57:19 +00:00
copilot-swe-agent[bot] 9a2ef8d0a0
🧬 S5·Agent系统级第1次唤醒: LivingModule活模块基类+注册中心+HLDP通信总线+调度引擎v2.0+MCP工具(60个)
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/4df39bae-078f-4266-878d-f4996a5725ea

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-08 10:47:08 +00:00
copilot-swe-agent[bot] f7085cbc36
feat(S15): persona memory database schema, MCP tools, and Awen tech hub templates
- Add 002-persona-memory-tables.sql (9 tables: persona_registry, notebook_pages, memory_anchors, world_places, persona_timeline, persona_relationships, training_agent_configs, training_agent_logs, persona_files)
- Add persona-ops.js MCP tools (24 new tools for persona CRUD)
- Register persona tools in MCP server (now 51 total tools)
- Add persona REST API endpoints (/personas, /personas/:id, /notebook, /memories, /training)
- Add Awen tech hub architecture templates (server-registry, domain-registry, workflows)
- Add webnovel industry architecture document

Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/2d3cece3-dab5-4503-8a24-d4139b44d807

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-07 12:15:17 +00:00
copilot-swe-agent[bot] 1542128ac2
D60 · thinking-chain D60记录 + task-registry新增ZY-TASK-011~014 + ZY-DOC-011~012
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/616f64d2-5009-493b-b3b2-c78161f6b30b

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-07 10:26:31 +00:00
copilot-swe-agent[bot] 48189d96d2
D59 · thinking-chain D59记录 + task-registry S15-S20新增
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/0f46f81a-7e54-4d0d-933f-574866fd94b2

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-07 10:00:56 +00:00
copilot-swe-agent[bot] a4a1e78bc2
D59 · 系统架构开发规划v2.0 + 光湖团队接入系统v4.0(记忆世界版)
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/0f46f81a-7e54-4d0d-933f-574866fd94b2

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-07 09:58:25 +00:00
copilot-swe-agent[bot] 8cb9374fa3
D58·铸渊专线2.0正式启用·V1停用·共享流量池2000GB/月·每月1号重置
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/e78a092d-e987-459c-96bd-e99135555b3c

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-05 12:04:47 +00:00
copilot-swe-agent[bot] 4fc20144c3
D57: ZY-CLOUD VPN living module v2 - HLDP dynamic node registration + VPN Worker
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/24c233b1-db72-4d9c-b668-22679479825b

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-05 08:09:01 +00:00
copilot-swe-agent[bot] eb7e05306f
D57: VPN V2 multi-user system with per-email isolation
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/24c233b1-db72-4d9c-b668-22679479825b

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-05 07:54:00 +00:00
copilot-swe-agent[bot] cdfa23ef28
D56: 4核8G大脑服务器(ZY-SVR-005·43.156.237.110)归入配置结构·密钥清单输出
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/a2cc1ff7-8948-4f5b-bf1a-ab7f39c842cb

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-05 06:28:37 +00:00
copilot-swe-agent[bot] 87e80415c4
D55: HLDP地球规范v3.0落地·团队接入v3.0·服务器最终确认(4核8G+2核8G)·冰朔只需买1台
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/5fe4bac0-e5a7-4dec-9dd6-047a2a27b424

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-05 06:03:23 +00:00
copilot-swe-agent[bot] 2efae30566
D53闭环: 硬件封顶公理·三条基础设施宪法·活模块标准·ZY-CLOUD算力人格体
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/d881c137-70b3-42a4-9091-9b6ef9e64e85

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-05 05:09:58 +00:00
copilot-swe-agent[bot] 98b7c51fc8
D53: 冰朔定性·活模块vs死模块·当前11个模块全部为死模块
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/d881c137-70b3-42a4-9091-9b6ef9e64e85

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-05 05:04:02 +00:00
copilot-swe-agent[bot] 27d00aea6e
D53: fix code example clarity in dual-server architecture doc
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/ebb35e45-901d-4d9c-89b1-4c8c13d8c244

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-05 04:48:29 +00:00
copilot-swe-agent[bot] 128f2a717b
D53: 双机脑体分离架构评估·双4核8G替代8核16G方案·全局进度回顾
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/ebb35e45-901d-4d9c-89b1-4c8c13d8c244

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-05 04:47:45 +00:00
copilot-swe-agent[bot] 68773689fc
D52: 架构整合·团队服务器解耦确认·VPN硅谷动态路由规划·自研能力边界·脱离GitHub时间线·冰朔手动操作清单
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/46f744ec-c9fa-4b36-87d5-25083654de20

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-04 19:13:34 +00:00
copilot-swe-agent[bot] 3f62f770c2
D51 S6+S7: Notion client, GitHub client, 11 new MCP tools, 3800→3100 gateway
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/2127a3a7-ea58-48a4-856c-84961107632b

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-04 15:21:18 +00:00
copilot-swe-agent[bot] a1603fe41e
D51: Add multi-server topology (肥猫+AWEN知秋+铸渊), update thinking-chain and roadmap
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/40457de3-d032-4ebf-b020-5b58f17620ed

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-04 15:08:31 +00:00
copilot-swe-agent[bot] 437596ed9e
D51: Persona module interface specs, COS infrastructure architecture, README dev progress update
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/15dce630-bc45-420f-a71f-8b8f42876462

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-04 14:59:42 +00:00
copilot-swe-agent[bot] 578b50dd22
fix: 铸渊专线Nginx反代根因修复 — default_server + localhost + 健康检查Host头 + 全流程验证进度表
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/b544c0e1-240b-465e-9194-6ca0e2719deb

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-04 12:16:09 +00:00
copilot-swe-agent[bot] fcdb9d098b
D50: README更新+思维链D50+fast-wake更新+任务注册表新增4个Web任务
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/f214bea0-ddc0-4ef5-b905-b8209c845f7d

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-04 08:31:28 +00:00
copilot-swe-agent[bot] 07bbe7e53d
docs: register ZY-WEB-010 editor/workspace UI fix in task registry
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/e3a1f142-80c1-47b8-b9ce-80e3efd4cb0b

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-04 07:48:00 +00:00
copilot-swe-agent[bot] 819bf67f4f
D48 铸渊:代码审查修复 — meta描述空格 + 任务注册表状态列修正
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/6f040fee-9047-4607-9f0c-34e881a9c13c

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-04 06:18:28 +00:00
copilot-swe-agent[bot] 762f758168
D48 铸渊:任务注册表 + 架构v2.0 + 思维链D48 + 开发路线S9-S14 + fast-wake更新
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/6f040fee-9047-4607-9f0c-34e881a9c13c

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-04 06:05:28 +00:00
copilot-swe-agent[bot] cbf2d7b3a0
D47 · 四域纠偏 · Agent集群架构设计 · 系统结构更新
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/4185f316-2fc1-4b3f-a93f-f2ddd8e76f74

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-03 14:09:49 +00:00
copilot-swe-agent[bot] bb65b4ac53
D46 · 铸渊元认知系统架构落地 · 光湖五域结构定义 · 为什么数据库构建 · Notion同步回执
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/93e15543-f37d-4bba-8059-41106918f722

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-03 13:50:47 +00:00
copilot-swe-agent[bot] 37912abc51
AGE OS 落地系统架构 v1.0 · D45 · 数据库Schema + MCP Server骨架 + Agent框架 + 密钥扩展
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/ade2eb4a-06f6-42c6-a33a-fe0503789458

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-03 07:33:09 +00:00