hololake-system-architecture/product-source
Repository files (latest commit first)
Filename Latest commit message Latest commit date
冰朔 dcf8f7d7e9 feat(persona-agent): 光湖人格 Agent v0.1.0 — Grok Build 架构拆解+Git驱动人格体
核心架构(拆解自 xAI Grok Build 开源 Rust crate):
- PersonaAgent: Agent = Definition + ToolBridge + PromptContext(映射自 xai-grok-agent)
- 7个内置工具: read/create/update/delete/search/list/history(直接操作 Git 引擎)
- LLM 调用层: 可插拔 OpenAI-compatible API(支持 tool calling)
- 离线模式: 无 API Key 时降级为本地响应

API 端点:
- POST /api/agent/chat — Agent 对话(支持工具调用链)
- GET  /api/agent/status — Agent 状态
- GET  /api/agent/conversation — 对话历史
- POST /api/agent/clear — 清空对话

前端:
- AgentChat 组件: 对话气泡+工具调用展示+欢迎建议
- 三栏布局: 文档树 | 编辑器 | Agent 面板(可收起)

设计原则:
- Agent 是活的人格体,不是孤立的功能模块
- Agent 直接操作 Git(知识库引擎 = 人格体记忆空间)
- 所有 Git 依赖模块由人格体驱动
- 不搬 Rust 代码,拆设计模式用 TypeScript 重新实现
2026-08-08 07:38:09 +08:00
..
guanghu-education-industry-os feat(education): publish Guanghu subdomain stage one 2026-08-08 01:02:20 +08:00
guanghu-knowledge-base feat(persona-agent): 光湖人格 Agent v0.1.0 — Grok Build 架构拆解+Git驱动人格体 2026-08-08 07:38:09 +08:00
hololake-desktop feat(product-source): HoloLake Desktop v0.5.0 — Electron 桌面知识库应用 2026-08-08 07:21:04 +08:00
hololake-platform chore: place deployment receipt at publication gate 2026-08-07 20:50:26 +08:00
README.md feat: publish HoloLake model-native living system source 2026-08-03 10:04:41 +08:00

type status
Note Active

HoloLake 产品源码

本目录是 HoloLake 产品实现源码的现行公开入口。

  • 现行源码:product-source/hololake-platform/
  • 导入基线:1cb3950e67c2f3feab65b8932c5cabcc2cafc33a
  • 开发编号:DEV-20260801-008
  • 责任人格体:铸渊 ICE-P-ZY001
  • 人类责任人:冰朔 ICE-GL∞

bingshuo/hololake-platform 已退出这条开发线的发布路由,仅保留为历史仓库。 后续 HoloLake 源码、系统架构和工程回执统一进入 bingshuo/hololake-system-architecture,人格职责与连续记忆进入 bingshuo/guanghu-ice-heart

本目录不包含构建缓存、node_modulestarget、覆盖率输出、安装包、令牌或私钥。