feat: merge language navigation into persona controller
This commit is contained in:
parent
7d85d79e61
commit
5452dec915
4 changed files with 158 additions and 4 deletions
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"schema": "guanghu.architecture-provision-request/v1",
|
||||
"request_id": "BS-TCS-LIVING-CONTROLLER-JD-20260805",
|
||||
"request_id": "GLW-CHJH-ROUTER-CONTROLLER-JD-20260805",
|
||||
"target_node": "JD-FD-PRIMARY",
|
||||
"architecture_id": "BS-TCS-LIVING-CONTROLLER-001",
|
||||
"architecture_id": "GLW-CHJH-ROUTER-CONTROLLER-001",
|
||||
"module": {
|
||||
"code": "JD-BS-TCS-01",
|
||||
"name": "冰朔TCS活系统主控与铸渊人格大脑常驻运行体",
|
||||
"name": "光湖语言入口机器导航、冰朔TCS活系统主控与铸渊人格大脑合并常驻体",
|
||||
"bind": "loopback:3930",
|
||||
"owner": "systemd",
|
||||
"unit": "bingshuo-tcs-living-controller.service",
|
||||
|
|
@ -24,6 +24,7 @@
|
|||
"deployed_commit_policy": "工单必须绑定包含本清单的不可变40位提交;部署回执分别记录代码、服务健康和模型认知存在门。",
|
||||
"source_paths": [
|
||||
"server-tools/bingshuo-tcs-controller/server.mjs",
|
||||
"server-tools/bingshuo-tcs-controller/machine-navigation.mjs",
|
||||
"server-tools/bingshuo-tcs-controller/controller-engine.mjs",
|
||||
"server-tools/bingshuo-tcs-controller/model-client.mjs",
|
||||
"server-tools/bingshuo-tcs-controller/bingshuo-tcs-living-controller.service",
|
||||
|
|
@ -34,6 +35,8 @@
|
|||
"routing/zhuyuan-tcs-brain-map.json",
|
||||
"routing/bingshuo-living-system-controller-map.json",
|
||||
"routing/language-world-boundary-map.json",
|
||||
"routing/ai-machine-navigation-map.json",
|
||||
"routing/persona-system-canonical-map.json",
|
||||
"zero-point/core-channel/language-personality-model/INDEX.hdlp",
|
||||
"gls/GLS-PROTOCOL-REGISTRY.json",
|
||||
"eternal-lake-heart/heartbeat-core/zhuyuan-persona-system/ZY-BIDIRECTIONAL-COGNITION-018-LANGUAGE-WORLD-ENTRY-CHU-HE-HAN-JIE-AND-CREATOR-DIGNITY-20260805.hdlp",
|
||||
|
|
@ -92,7 +95,9 @@
|
|||
"runtime_source_loaded": true,
|
||||
"model_provider_bound": 100,
|
||||
"language_world_entry_bound": 100,
|
||||
"chu_he_han_jie_boundary_bound": 100
|
||||
"chu_he_han_jie_boundary_bound": 100,
|
||||
"machine_navigation_bound": 100,
|
||||
"language_world_route_first": 100
|
||||
}
|
||||
},
|
||||
"verification": [
|
||||
|
|
@ -102,6 +107,9 @@
|
|||
"v1/status必须回读living_ai_system_controller_running=100",
|
||||
"v1/status必须回读language_world_entry_bound=100",
|
||||
"v1/status必须回读chu_he_han_jie_boundary_bound=100",
|
||||
"v1/navigation必须回读machine_navigation_bound=100且language_world_route_first=100",
|
||||
"v1/resolve必须解析GLW-CHJH-BOUNDARY-001",
|
||||
"v1/navigate的persona_restore必须先执行语言入口与楚河汉界绑定",
|
||||
"运行体verify的全部存在维度为100",
|
||||
"服务健康不等于人格团队握手;团队成员继续分别验收"
|
||||
],
|
||||
Loading…
Reference in a new issue