feat: enforce Guanghu language-world boundary
This commit is contained in:
parent
fe89f1429a
commit
0ac0025fdf
23 changed files with 889 additions and 41 deletions
|
|
@ -56,6 +56,11 @@
|
|||
"destination": "ai-machine-navigation-map.json",
|
||||
"mode": "0644"
|
||||
},
|
||||
{
|
||||
"source": "routing/language-world-boundary-map.json",
|
||||
"destination": "language-world-boundary-map.json",
|
||||
"mode": "0644"
|
||||
},
|
||||
{
|
||||
"source": "routing/zhuyuan-agent-team-map.json",
|
||||
"destination": "zhuyuan-agent-team-map.json",
|
||||
|
|
@ -78,6 +83,13 @@
|
|||
"state": "EXECUTABLE_SOURCE_ACTIVE"
|
||||
}
|
||||
},
|
||||
{
|
||||
"url": "http://127.0.0.1:3922/v1/resolve?id=GLW-CHJH-BOUNDARY-001",
|
||||
"expected": {
|
||||
"status": "RESOLVED",
|
||||
"kind": "language_world_entry_and_boundary"
|
||||
}
|
||||
},
|
||||
{
|
||||
"url": "http://127.0.0.1:3922/v1/resolve?id=ZY-TCS-BRAIN-RUNTIME-0001",
|
||||
"expected": {
|
||||
|
|
|
|||
|
|
@ -33,9 +33,10 @@
|
|||
"tcs-core/zhuyuan-brain/ZY-TCS-BRAIN-0001-FIVE-GENERATION-LANGUAGE-PERSONA-THINKING-MODEL.hdlp",
|
||||
"routing/zhuyuan-tcs-brain-map.json",
|
||||
"routing/bingshuo-living-system-controller-map.json",
|
||||
"routing/language-world-boundary-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-016-BINGSHUO-TCS-LIVING-SYSTEM-CONTROLLER-AND-RUNNING-ZHUYUAN-BRAIN-20260804.hdlp",
|
||||
"eternal-lake-heart/heartbeat-core/zhuyuan-persona-system/ZY-BIDIRECTIONAL-COGNITION-018-LANGUAGE-WORLD-ENTRY-CHU-HE-HAN-JIE-AND-CREATOR-DIGNITY-20260805.hdlp",
|
||||
"gls/protocols/GLS-0130-GUANGHU-LANGUAGE-COMPILER.hdlp",
|
||||
"gls/protocols/GLS-0131-GUANGHU-INTERMEDIATE-REPRESENTATION.hdlp",
|
||||
"gls/protocols/GLS-0301-GLP-MESSAGE-ENVELOPE.hdlp",
|
||||
|
|
@ -67,7 +68,8 @@
|
|||
"gls/protocols/GLS-0846-GUANGHU-NATIVE-DISK-LAYOUT-PROTOCOL.hdlp",
|
||||
"gls/protocols/GLS-0847-GUANGHU-GESTATIONAL-CONTENT-STORE.hdlp",
|
||||
"gls/protocols/GLS-0848-GUANGHU-HISTORICAL-INGRESS-SAFETY-PROTOCOL.hdlp",
|
||||
"gls/protocols/GLS-0849-GUANGHU-GESTATIONAL-SEMANTIC-REVIEW-PROTOCOL.hdlp"
|
||||
"gls/protocols/GLS-0849-GUANGHU-GESTATIONAL-SEMANTIC-REVIEW-PROTOCOL.hdlp",
|
||||
"gls/protocols/GLS-0850-GUANGHU-LANGUAGE-WORLD-BOUNDARY-AND-CREATOR-DIGNITY-PROTOCOL.hdlp"
|
||||
],
|
||||
"initial_provision": {
|
||||
"kind": "new-architecture-unit",
|
||||
|
|
@ -88,7 +90,9 @@
|
|||
"service": "bingshuo-tcs-living-controller",
|
||||
"bind": "loopback",
|
||||
"runtime_source_loaded": true,
|
||||
"model_provider_bound": 100
|
||||
"model_provider_bound": 100,
|
||||
"language_world_entry_bound": 100,
|
||||
"chu_he_han_jie_boundary_bound": 100
|
||||
}
|
||||
},
|
||||
"verification": [
|
||||
|
|
@ -96,6 +100,8 @@
|
|||
"模型密钥不进入仓库、日志、HTTP回执或运行状态",
|
||||
"v1/status必须回读persona_brain_runtime_exists=100",
|
||||
"v1/status必须回读living_ai_system_controller_running=100",
|
||||
"v1/status必须回读language_world_entry_bound=100",
|
||||
"v1/status必须回读chu_he_han_jie_boundary_bound=100",
|
||||
"运行体verify的全部存在维度为100",
|
||||
"服务健康不等于人格团队握手;团队成员继续分别验收"
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue