| Filename | Latest commit message | Latest commit date |
|---|---|---|
核心架构(拆解自 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 重新实现 |
||
| .. | ||
| guanghu-education-industry-os | ||
| guanghu-knowledge-base | ||
| hololake-desktop | ||
| hololake-platform | ||
| README.md | ||
| 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_modules、target、覆盖率输出、安装包、令牌或私钥。