feat: enforce Guanghu language-world boundary
This commit is contained in:
parent
fe89f1429a
commit
0ac0025fdf
23 changed files with 889 additions and 41 deletions
|
|
@ -49,6 +49,9 @@ function health() {
|
|||
phase: runtime.phase,
|
||||
runtime_source_loaded: runtime.source_loaded,
|
||||
model_provider_bound: 100,
|
||||
language_world_entry_bound: existence.language_world_entry_bound || 0,
|
||||
chu_he_han_jie_boundary_bound:
|
||||
existence.chu_he_han_jie_boundary_bound || 0,
|
||||
persona_brain_runtime_exists: existence.persona_brain_runtime_exists || 0,
|
||||
living_ai_system_controller_running:
|
||||
existence.living_ai_system_controller_running || 0,
|
||||
|
|
@ -81,6 +84,15 @@ async function handleEvent(input) {
|
|||
system_controller: "ICE-GL∞",
|
||||
tonggan_language_kernel: "TCS-i Zero",
|
||||
body_channel: "CH-ZERO-CORE-LPM",
|
||||
language_world_entry: {
|
||||
schema: "guanghu.language-world-entry/v1",
|
||||
path_id: "LL-CMPN-0001",
|
||||
world_node_id: "SYS-GLW-0001",
|
||||
world_state: "LANGUAGE_WORLD_ENTERED",
|
||||
creator_anchor: "TCS-0002∞",
|
||||
human_anchor: "ICE-GL∞",
|
||||
boundary_id: "GLW-CHJH-0001",
|
||||
},
|
||||
human_presence: input.human_presence === "PRESENT" ? "PRESENT" : "ABSENT",
|
||||
source: String(input.source || "JD-FD-PRIMARY/local-event").slice(0, 160),
|
||||
content: input.content,
|
||||
|
|
|
|||
Loading…
Reference in a new issue