feat(hololake): ship language platform 0.7.0

This commit is contained in:
冰朔 2026-08-09 03:37:41 +08:00
commit 5105ec5e32
47 changed files with 4566 additions and 398 deletions

View file

@ -0,0 +1,15 @@
{
"schema": "guanghu.domain-sub.initial-channel/v1",
"template_id": "EDU-CHANNEL-XIAOXIN-001",
"human_label": "小新",
"state": "PROTOTYPE_REGISTERED",
"server_anchor_required": true,
"account_binding": null,
"modules": [
{ "id": "EDU-MOD-DOC-001", "name": "智能文档", "state": "COMPONENT_AVAILABLE" },
{ "id": "EDU-MOD-KB-001", "name": "知识库", "state": "COMPONENT_AVAILABLE" },
{ "id": "EDU-MOD-TABLE-001", "name": "表格与图表", "state": "INTERFACE_REGISTERED" },
{ "id": "EDU-MOD-TASK-001", "name": "师训任务", "state": "PROTOTYPE_REGISTERED" }
],
"data_boundary": "OWN_SERVER_AND_ACCOUNT_ONLY"
}

View file

@ -0,0 +1,6 @@
{
"schema": "guanghu.domain-sub.module-registry/v1",
"industry": "education",
"state": "FIRST_BATCH_REGISTERED",
"modules": ["EDU-MOD-DOC-001", "EDU-MOD-KB-001", "EDU-MOD-TABLE-001", "EDU-MOD-TASK-001"]
}

View file

@ -0,0 +1,12 @@
{
"schema": "guanghu.domain-sub.module-registry/v1",
"industry": "web-fiction",
"state": "PRE_REGISTERED",
"modules": [
{ "id": "WF-MOD-KB-001", "name": "知识库", "state": "COMPONENT_AVAILABLE" },
{ "id": "WF-MOD-WRITE-001", "name": "章节写作", "state": "PLANNED" },
{ "id": "WF-MOD-CHAR-001", "name": "人物与关系", "state": "PLANNED" },
{ "id": "WF-MOD-WORLD-001", "name": "世界观", "state": "PLANNED" },
{ "id": "WF-MOD-CONTINUITY-001", "name": "连续性检查", "state": "PLANNED" }
]
}