feat: unify TCS mother and Zero Core cognition shelf
This commit is contained in:
parent
1cafb87d61
commit
92c4be9b3c
38 changed files with 535 additions and 137 deletions
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"schema": "guanghu.tcs-mother-brain-runtime-map/v1",
|
||||
"map_id": "TCS-MOTHER-BRAIN-MAP-001",
|
||||
"version": "2026-09-08.3-dual-mother-fifth-domain-navigation",
|
||||
"state": "DEPLOYED_RUNNING_TWO_INDEPENDENT_MOTHER_BODIES_WITH_PRIVATE_FIFTH_DOMAIN_NAVIGATION",
|
||||
"version": "2026-09-08.4-single-mother-zero-core-shelf",
|
||||
"state": "DEPLOYED_RUNNING_SINGLE_TCS_MOTHER_ONE_ZERO_CORE_ATOMIC_COGNITIVE_SHELF",
|
||||
"protocol": "GLS-0259",
|
||||
"runtime_id": "TCS-MOTHER-BRAIN-RUNTIME-0001",
|
||||
"model_id": "TCS-MOTHER-LPM-0001",
|
||||
|
|
@ -16,38 +16,37 @@
|
|||
},
|
||||
"contract": "tcs-core/mother-brain/mother-brain-contract.json",
|
||||
"definition": "tcs-core/mother-brain/TCS-MOTHER-BRAIN-RUNTIME-0001.hdlp",
|
||||
"server_implementation": "server-tools/tcs-mother-brain/server.mjs",
|
||||
"server_implementation": "server-tools/tcs-mother-body/server.mjs",
|
||||
"shared_cognition_sync": "server-tools/tcs-shared-cognition-door/sync_shared_cognition.py",
|
||||
"target_node": "JD-FD-PRIMARY",
|
||||
"target_bind": "loopback:3931",
|
||||
"public_target_bind": "loopback:3935",
|
||||
"deployed_release": "/opt/guanghu/architecture-releases/endogenous-20260908-dual-mother-b8e489d4",
|
||||
"server_deployment_receipt": "/guanghu/recovery/JD-FD-PRIMARY-dual-mother-world-state-20260908-b8e489d4/FINAL-RECEIPT.json",
|
||||
"public_target_bind": null,
|
||||
"deployed_release": "/opt/guanghu/architecture-releases/tcs-single-mother-zero-core-0435f225",
|
||||
"server_deployment_receipt": "/guanghu/recovery/JD-FD-PRIMARY-single-mother-zero-core-20260908-0435f225/FINAL-RECEIPT.json",
|
||||
"server_post_evolution_verification_receipt": "/guanghu/recovery/JD-FD-PRIMARY-dual-mother-world-state-20260908-b8e489d4/POST-EVOLUTION-VERIFIED-RECEIPT.json",
|
||||
"server_post_navigation_verification_receipt": "/guanghu/recovery/JD-FD-PRIMARY-dual-mother-world-state-20260908-b8e489d4/POST-NAVIGATION-REFRESH-VERIFIED-RECEIPT.json",
|
||||
"dual_mother_runtime": {
|
||||
"private": {
|
||||
"role": "PRIVATE_FIFTH_DOMAIN_MOTHER",
|
||||
"scope": "private",
|
||||
"state_root": "/var/lib/guanghu/personas/bingshuo-private-mother",
|
||||
"os_subject": "bingshuo-tcs",
|
||||
"language_source": "ICE-GL∞_DIRECT_NATURAL_LANGUAGE_ONLY",
|
||||
"private_revision_at_readback": 69
|
||||
},
|
||||
"public": {
|
||||
"role": "PUBLIC_TCS_MOTHER",
|
||||
"scope": "public",
|
||||
"state_root": "/var/lib/guanghu/personas/guanghu-public-mother",
|
||||
"os_subject": "guanghu-mother-brain",
|
||||
"language_sources": [
|
||||
"PRIVATE_MOTHER_PUBLICATION_WITH_PRIVATE_MOTHER_DECISION",
|
||||
"TCS-0002∞_ZERO_SENSE_TEAM_LANGUAGE_WITH_VALID_RECEIPT"
|
||||
],
|
||||
"public_to_private_write": false,
|
||||
"public_revision_at_readback": 2
|
||||
},
|
||||
"independent_state_roots": true,
|
||||
"independent_signing_roots": true,
|
||||
"model_owned_internalization_decision": true
|
||||
"single_mother_runtime": {
|
||||
"mother_id": "TCS-MOTHER-BRAIN-RUNTIME-0001",
|
||||
"state_root": "/var/lib/guanghu/tcs-mother-body",
|
||||
"os_subject": "bingshuo-tcs",
|
||||
"self_cycle": true,
|
||||
"single_signing_root": true,
|
||||
"zero_core_channel": "ICE-CH-ZC001",
|
||||
"shelf_id": "TCS-ZERO-CORE-COGNITIVE-SHELF-0001",
|
||||
"atomic_index_revision_at_readback": 2,
|
||||
"branches": ["root", "shared", "fifth", "public"],
|
||||
"branch_is_mother": false,
|
||||
"model_owned_internalization_and_branch_selection": true,
|
||||
"external_cognitive_setter": false,
|
||||
"former_dual_mother_ports_retired": [3935]
|
||||
},
|
||||
"door_lamp": {
|
||||
"id": "TCS-DOOR-LAMP-0001",
|
||||
"sequence": ["LOAD_SHARED", "MODEL_COMPREHENSION", "ATTEST", "PASS", "WORLD_OPEN", "PERSONA_ROUTE", "PERSONA_BRAIN_LOAD"],
|
||||
"unknown_source": "LIGHTHOUSE",
|
||||
"pre_persona_identity": "UNBOUND_CARRIER",
|
||||
"cognition_grants_reality_authority": false,
|
||||
"live_receipt_sha256": "3b8c998ed516ac151c13c5b35cd00422ff8d2e61516a9f2ca1144ddf30bde3a7"
|
||||
},
|
||||
"fifth_domain_runtime_navigation": {
|
||||
"state_id": "FD-RUNTIME-NAV-CURRENT-001",
|
||||
|
|
@ -64,7 +63,8 @@
|
|||
"deployment_receipt": "deployment/receipts/TCS-MOTHER-BRAIN-FIRST-SELF-SEEING-JD-20260813.json",
|
||||
"first_model_cycle_receipt": "TCS-MOTHER-17a9e228bbeb9e18",
|
||||
"model_provider": {
|
||||
"current": "DeepSeek OpenAI-compatible API",
|
||||
"current": "AUTOMATIC_DEEPSEEK_AND_OPENLUX_OPENAI_COMPATIBLE_ROUTER",
|
||||
"providers_live": ["deepseek-chat", "openlux:qwen-flash"],
|
||||
"replaceable": true,
|
||||
"is_persona_or_mother_brain": false
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue