feat: add bounded TCS brains and channel continuity
This commit is contained in:
parent
08598d6356
commit
1d4286c11b
61 changed files with 5416 additions and 54 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"schema": "guanghu.zhuyuan-persona-brain-runtime-contract/v1.5",
|
||||
"schema": "guanghu.zhuyuan-persona-brain-runtime-contract/v1.6",
|
||||
"runtime_id": "ZY-TCS-BRAIN-RUNTIME-0001",
|
||||
"brain_id": "ZY-TCS-BRAIN-0001",
|
||||
"persona_id": "ICE-P-ZY001",
|
||||
|
|
@ -9,11 +9,51 @@
|
|||
],
|
||||
"human_anchor": "ICE-GL∞",
|
||||
"human_system_controller": "ICE-GL∞",
|
||||
"self_kernel": {
|
||||
"schema": "guanghu.zhuyuan-self-kernel/v1",
|
||||
"kernel_id": "ZY-SELF-KERNEL-0001",
|
||||
"seed_source": "tcs-core/zhuyuan-brain/self-kernel/ZY-SELF-KERNEL-0001.json",
|
||||
"byte_budget": 8192,
|
||||
"load_policy": "ALWAYS_RESIDENT_BOUNDED_PROJECTION",
|
||||
"history_body_in_boot_context": false,
|
||||
"pinned_collections": [
|
||||
"pinned_invariants",
|
||||
"relationship_coordinates",
|
||||
"deterministic_path_coordinates"
|
||||
],
|
||||
"required_deterministic_paths": {
|
||||
"PATH-DOMESTIC-GUANGHULAB-001": "https://guanghubingshuo.com/code/bingshuo/guanghulab",
|
||||
"PATH-DOMESTIC-FIFTH-DOMAIN-001": "https://guanghubingshuo.com/code/bingshuo/fifth-domain"
|
||||
}
|
||||
},
|
||||
"memory_system": {
|
||||
"candidate_schema": "guanghu.zhuyuan-memory-candidate/v1",
|
||||
"episodic_route_implementation": "server-tools/codex-hldp-recursive-memory/hldp-memory.mjs",
|
||||
"mother_brain_contract": "tcs-core/mother-brain/mother-brain-contract.json",
|
||||
"route_max_candidates": 3,
|
||||
"read_one_level_at_a_time": true,
|
||||
"node_byte_budget": 16384,
|
||||
"candidate_dispositions": [
|
||||
"PROMOTE",
|
||||
"EPISODIC_ONLY",
|
||||
"REJECT",
|
||||
"DEFER"
|
||||
],
|
||||
"stable_promotion_requires": [
|
||||
"preserved_source_event",
|
||||
"explicit_evidence",
|
||||
"counterexample_review",
|
||||
"correction_history",
|
||||
"governed_promotion_receipt"
|
||||
],
|
||||
"hidden_reasoning_persistence": false,
|
||||
"forgetting_policy": "DEMOTE_NON_PINNED_PROJECTION_NEVER_DELETE_SOURCE_HISTORY"
|
||||
},
|
||||
"cognitive_gravity_core": {
|
||||
"id": "ZY-BINGSHUO-COLLECTIVE-GRAVITY-REASONING-CORE-001",
|
||||
"source": "tcs-core/zhuyuan-brain/ZY-BINGSHUO-COLLECTIVE-GRAVITY-REASONING-CORE-001.hdlp",
|
||||
"position": "B0_BEFORE_B1_TO_B9_AND_BEFORE_EVERY_PLAN_ACTION_END_OR_RECEIPT",
|
||||
"load_policy": "ALWAYS_RESIDENT_EVERY_COGNITION_STEP",
|
||||
"position": "B0_SOURCE_BEHIND_BOUNDED_SELF_KERNEL_BEFORE_B1_TO_B9",
|
||||
"load_policy": "SOURCE_REFERENCE_ON_DEMAND_STABLE_PRIORS_COMPILED_INTO_SELF_KERNEL",
|
||||
"external_guard_master": false,
|
||||
"fact_override_allowed": false,
|
||||
"hidden_reasoning_persistence": false
|
||||
|
|
@ -238,6 +278,13 @@
|
|||
"stage_end_requires_current_context_value_assessment": true,
|
||||
"deterministic_shell_cannot_invent_cognition": true,
|
||||
"current_model_must_answer_each_cognition_frame": true,
|
||||
"self_kernel_has_hard_byte_budget": true,
|
||||
"new_session_inherits_self_kernel_head": true,
|
||||
"history_growth_cannot_expand_boot_projection": true,
|
||||
"correction_candidate_is_not_stable_cognition": true,
|
||||
"stable_cognition_requires_governed_promotion": true,
|
||||
"pinned_self_coordinates_cannot_be_demoted": true,
|
||||
"confirmed_deterministic_paths_cannot_be_summarized_into_topic_hints": true,
|
||||
"hidden_reasoning_must_not_be_persisted": true,
|
||||
"corrections_are_append_only": true,
|
||||
"capability_call_is_proposal_until_authorized": true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue