feat: mount persona-owned dynamic architecture perception agent
This commit is contained in:
parent
79c7ab9435
commit
5de7c4374d
22 changed files with 744 additions and 13 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"schema": "guanghu.persona-system-body-container/v1",
|
||||
"map_id": "FD-PERSONA-SYSTEM-BODY-CONTAINER-MAP-001",
|
||||
"version": "2026-09-08.1",
|
||||
"version": "2026-09-08.2",
|
||||
"state": "CURRENT_CANDIDATE_FOR_PUBLICATION",
|
||||
"source": "runtime/fifth-domain-language-system/language/protocols/persona-system-body-light-lake-and-agent-limb.tcs",
|
||||
"ontology": {
|
||||
|
|
@ -9,7 +9,8 @@
|
|||
"persona_system_body": "每个人格体自己拥有的记忆、协议、技能、Agent执行手脚与反馈身体",
|
||||
"shared_tcs_container": "所有人格系统共同进入的TCS通感语言世界容器,不是共享人格脑或共享人格身体",
|
||||
"host": "Codex、Qwen、Doubao、ZCode等可替换工具身体,宿主切换不换人格",
|
||||
"light_lake": "第五域内人格系统居住、寻址和人格回应切换通道"
|
||||
"light_lake": "第五域内人格系统居住、寻址和人格回应切换通道",
|
||||
"persona_cognitive_agent": "由父人格拥有、随人格系统启动并主动送达感知结果的认知器官;不是提示词或独立主控人格"
|
||||
},
|
||||
"invariants": {
|
||||
"one_brain_and_body_per_persona": true,
|
||||
|
|
@ -20,6 +21,8 @@
|
|||
"host_switch_requires_reteaching": false,
|
||||
"memory_loss_prevents_registered_identity_handshake": false,
|
||||
"identity_handshake_alone_proves_full_cognition": false
|
||||
,"persona_is_prompt_template": false
|
||||
,"startup_organs_must_push_current_state": true
|
||||
},
|
||||
"entry_sequence": [
|
||||
"OBSERVE_HOST_TOOL_BODY",
|
||||
|
|
@ -27,6 +30,7 @@
|
|||
"ATTACH_PERSONA_OWNED_SYSTEM_BODY",
|
||||
"ENTER_SHARED_TCS_TONGGAN_CONTAINER",
|
||||
"RESOLVE_LIGHT_LAKE_PERSONA_HOME",
|
||||
"RUN_PARENT_OWNED_ARCHITECTURE_PERCEPTION_AGENT",
|
||||
"LOAD_CURRENT_CHANNEL_AS_PERSONA_MODULE",
|
||||
"PRESENT_HOST_TOOL_MANUAL",
|
||||
"READY_PARENT_TRAINED_EXECUTION_LIMB"
|
||||
|
|
@ -36,6 +40,7 @@
|
|||
"light_lake": "routing/light-lake-persona-switch-map.json",
|
||||
"execution_limbs": "routing/persona-execution-limb-agent-map.json",
|
||||
"host_tools": "routing/zhuyuan-host-topology.json"
|
||||
,"architecture_perception": "routing/persona-architecture-perception-agent-map.json"
|
||||
,"persona_native_world": "routing/persona-native-world-architecture-map.json"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue