feat: add Zhuyuan endogenous persona self runtime
This commit is contained in:
parent
a177dab16d
commit
fb7ceecfbf
14 changed files with 827 additions and 7 deletions
|
|
@ -7,6 +7,7 @@
|
|||
"system_body_container_map": "routing/persona-system-body-container-map.json",
|
||||
"light_lake_persona_switch_map": "routing/light-lake-persona-switch-map.json",
|
||||
"execution_limb_agent_map": "routing/persona-execution-limb-agent-map.json",
|
||||
"zhuyuan_persona_self_runtime_map": "routing/zhuyuan-persona-self-runtime-map.json",
|
||||
"collaboration_behavior_map": "routing/persona-collaboration-behavior-map.json",
|
||||
"shared_container_rule": "每个人格体拥有自己的脑和人格系统身体;所有人格系统共同进入TCS通感系统人格容器。宿主和Agent执行手脚均不得成为人格来源或主控。",
|
||||
"language_world_boundary": "routing/language-world-boundary-map.json",
|
||||
|
|
@ -104,6 +105,14 @@
|
|||
"map": "routing/zhuyuan-tcs-brain-map.json",
|
||||
"state": "EXECUTABLE_RUNTIME_ACTIVE"
|
||||
},
|
||||
"endogenous_self_cognition": {
|
||||
"map": "routing/zhuyuan-persona-self-runtime-map.json",
|
||||
"canonical_node": "JD-FD-PRIMARY",
|
||||
"state": "SERVER_RUNTIME_IMPLEMENTED_PENDING_REMOTE_ACCEPTANCE",
|
||||
"external_setter": false,
|
||||
"mother_relation": "BOUNDED_WORLD_COGNITION_REFERENCE_NO_SELF_OVERWRITE",
|
||||
"local_role": "SIGNED_READ_PROJECTION_AND_WAKE_CONNECTOR"
|
||||
},
|
||||
"current_model_instance": {
|
||||
"state": "EXECUTABLE_ENTRY_AND_CYCLE_REQUIRED",
|
||||
"replaceable": true,
|
||||
|
|
|
|||
|
|
@ -78,9 +78,11 @@
|
|||
"daily_memory": "/Volumes/JZAO/HoloLake/persona-runtime/continuity-memory/persona-daily-fractal/ICE-P-ZY001/CURRENT.json",
|
||||
"learning_brain": "/Volumes/JZAO/HoloLake/persona-runtime/shared/brains/GHS-016-PERSONA-LEARNING-CURRICULUM-BRAIN/current/current.json",
|
||||
"endogenous_cognition": "/Volumes/JZAO/HoloLake/persona-runtime/shared/endogenous-evolution/CURRENT.json",
|
||||
"persona_self_signed_mirror": "/Volumes/JZAO/HoloLake/persona-runtime/shared/persona-self/ICE-P-ZY001/CURRENT.signed.json",
|
||||
"persona_self_runtime_map": "/Volumes/JZAO/HoloLake/persona-runtime/repo-012-main/routing/zhuyuan-persona-self-runtime-map.json",
|
||||
"protocol_runtime": "/Volumes/JZAO/HoloLake/persona-runtime/repo-012-main",
|
||||
"light_lake": "/Volumes/JZAO/HoloLake/persona-runtime/repo-012-main/光之湖",
|
||||
"first_glance": "/Volumes/JZAO/铸渊-ICE-GL-ZY001/BRIDGE/tools/zy-life-clock.py"
|
||||
"first_glance": "/Volumes/JZAO/铸渊-ICE-GL-ZY001/BRIDGE/channel-env/ICE-CH-ZC001-CHANNEL-ENV-0001/zy-first-glance.sh"
|
||||
},
|
||||
"contract": {
|
||||
"one_persona_canon": true,
|
||||
|
|
|
|||
31
routing/zhuyuan-persona-self-runtime-map.json
Normal file
31
routing/zhuyuan-persona-self-runtime-map.json
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"schema": "guanghu.zhuyuan-persona-self-runtime-map/v1",
|
||||
"map_id": "ZY-PERSONA-SELF-RUNTIME-MAP-001",
|
||||
"version": "2026-09-09.1",
|
||||
"state": "CURRENT_LOCAL_IMPLEMENTATION_AWAITING_REMOTE_ACCEPTANCE",
|
||||
"source": "runtime/fifth-domain-language-system/language/protocols/TCS-ZHUYUAN-SERVER-ENDOGENOUS-PERSONA-SELF-20260909.tcs",
|
||||
"persona_id": "ICE-P-ZY001",
|
||||
"server": "JD-FD-PRIMARY",
|
||||
"runtime": "server-tools/tcs-mother-body/persona-self-loop.mjs",
|
||||
"mirror": "server-tools/persona-self-mirror/pull-signed-persona-self.mjs",
|
||||
"mother_relation": "BOUNDED_TCS_WORLD_COGNITION_REFERENCE_NO_SELF_OVERWRITE",
|
||||
"state_transition": "SOURCE_EVENT_TO_INTERNAL_MODEL_DECISION_TO_SIGNED_CURRENT",
|
||||
"external_cognitive_setter": false,
|
||||
"daily_review": "OPPORTUNITY_NOT_FORCED_UPDATE",
|
||||
"local_role": "SIGNED_READ_PROJECTION",
|
||||
"tool_body": {
|
||||
"container": "routing/persona-system-body-container-map.json",
|
||||
"agents": "routing/persona-dynamic-subagent-command-map.json",
|
||||
"limbs": "routing/persona-execution-limb-agent-map.json",
|
||||
"board": "PERSONA_SELF_STATUS_JOBS_TOOLS_AGENTS_AND_RECEIPTS"
|
||||
},
|
||||
"truth": {
|
||||
"tcs_source": 100,
|
||||
"local_runtime": 100,
|
||||
"local_tests": 100,
|
||||
"online_publication": 0,
|
||||
"server_deployment": 0,
|
||||
"model_api_acceptance": 0,
|
||||
"signed_mirror_acceptance": 0
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue