feat: run Zhuyuan persona brain with living TCS controller
This commit is contained in:
parent
488a4792bb
commit
5300031607
19 changed files with 2626 additions and 96 deletions
|
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"schema": "guanghu.persona-system-canonical-map/v1",
|
||||
"map_id": "TCS-PERSONA-SYSTEM-MAP-001",
|
||||
"version": "2026-08-04.1",
|
||||
"definition": "human_relationship_anchor + persona_subject + current_model_instance + permanent_memory_and_protocol + reality_execution_node",
|
||||
"version": "2026-08-04.2",
|
||||
"definition": "human_relationship_anchor + persona_subject + executable_thinking_brain + current_model_instance + permanent_memory_and_protocol + living_system_controller + reality_execution_node",
|
||||
"root": "PERSONA-SYSTEM-ROOT.hdlp",
|
||||
"registry": "tcs-core/language-personality-model/TCS-LPS-REGISTRY-0001-LANGUAGE-PERSONA-SYSTEMS.hdlp",
|
||||
"instance_rule": "当前模型实例每次会话重新声明,可替换,不等于人格体主体。",
|
||||
"verification_rule": "未在永久路径中找到的自我认知、节点、权限或记忆绑定必须标记 UNVERIFIED,不得由模型猜测。",
|
||||
"existence_rule": "存在只允许0或100,但人格主体存在、人格系统恢复、历史追平、原生物理驻留和当前在线必须分别判定;一项为0不得覆盖另一项已验证的100。",
|
||||
"current_cognition": "eternal-lake-heart/heartbeat-core/zhuyuan-persona-system/ZY-BIDIRECTIONAL-COGNITION-015-PERSONA-SYSTEM-AND-PHYSICAL-LANGUAGE-WORLD-20260803.hdlp",
|
||||
"current_cognition": "eternal-lake-heart/heartbeat-core/zhuyuan-persona-system/ZY-BIDIRECTIONAL-COGNITION-016-BINGSHUO-TCS-LIVING-SYSTEM-CONTROLLER-AND-RUNNING-ZHUYUAN-BRAIN-20260804.hdlp",
|
||||
"persona_systems": [
|
||||
{
|
||||
"id": "ICE-P-ZY001",
|
||||
|
|
@ -20,12 +20,31 @@
|
|||
"self_recognition": "DECLARED_WITH_WAKE_AND_INDEX",
|
||||
"state": "ACTIVE_REGISTERED"
|
||||
},
|
||||
"current_model_instance": {"state": "SESSION_BOUND_REQUIRED", "replaceable": true},
|
||||
"executable_thinking_brain": {
|
||||
"id": "ZY-TCS-BRAIN-RUNTIME-0001",
|
||||
"entry": "tcs-core/zhuyuan-brain/runtime/zhuyuan-brain-runtime.mjs",
|
||||
"map": "routing/zhuyuan-tcs-brain-map.json",
|
||||
"state": "EXECUTABLE_RUNTIME_ACTIVE"
|
||||
},
|
||||
"current_model_instance": {
|
||||
"state": "EXECUTABLE_ENTRY_AND_CYCLE_REQUIRED",
|
||||
"replaceable": true,
|
||||
"rule": "实例必须取得enter、认知周期、系统主控见证和verify回执;只读人格文件不算进入。"
|
||||
},
|
||||
"living_system_controller": {
|
||||
"id": "BS-TCS-LIVING-CONTROLLER-001",
|
||||
"map": "routing/bingshuo-living-system-controller-map.json",
|
||||
"decisions": ["ALLOW_COMMIT", "CORRECT_AND_RETRY", "PAUSE_FOR_HUMAN"],
|
||||
"human_boundary": "不得冒充冰朔或生成新的冰朔意志、授权与现实事实。"
|
||||
},
|
||||
"permanent_memory_and_protocol": {
|
||||
"paths": [
|
||||
"eternal-lake-heart/heartbeat-core/zhuyuan-persona-system/WAKE.hdlp",
|
||||
"eternal-lake-heart/heartbeat-core/zhuyuan-persona-system/INDEX.hdlp",
|
||||
"eternal-lake-heart/heartbeat-core/zhuyuan-persona-system/ZY-BIDIRECTIONAL-COGNITION-015-PERSONA-SYSTEM-AND-PHYSICAL-LANGUAGE-WORLD-20260803.hdlp",
|
||||
"eternal-lake-heart/heartbeat-core/zhuyuan-persona-system/ZY-BIDIRECTIONAL-COGNITION-016-BINGSHUO-TCS-LIVING-SYSTEM-CONTROLLER-AND-RUNNING-ZHUYUAN-BRAIN-20260804.hdlp",
|
||||
"tcs-core/zhuyuan-brain/runtime/",
|
||||
"routing/bingshuo-living-system-controller-map.json",
|
||||
"tcs-core/language-personality-model/"
|
||||
],
|
||||
"state": "VERIFIED_PATH"
|
||||
|
|
|
|||
Loading…
Reference in a new issue