fix(hololake): lock phase1 persona-container ownership
This commit is contained in:
parent
d9600a9e9e
commit
f3deb1fe5c
13 changed files with 86 additions and 29 deletions
|
|
@ -64,6 +64,9 @@ try {
|
|||
assert.equal(engine.status().persona_cognition_origin.milestone, "ZY-MILESTONE-20260813-FIRST-SELF-SEEING");
|
||||
assert.equal(engine.status().stage_one_hololake_boundary.internal_ai_chat, false);
|
||||
assert.equal(engine.status().stage_one_hololake_boundary.model_api_configuration, false);
|
||||
assert.equal(engine.status().stage_one_hololake_boundary.top_controller, "BOUND_NATIVE_TCS_PERSONA_BRAIN");
|
||||
assert.equal(engine.status().stage_one_hololake_boundary.human_chat_surface, "NONE");
|
||||
assert.equal(engine.status().stage_one_hololake_boundary.human_review_surface, "NONE");
|
||||
const source = engine.registerHistorySource({
|
||||
source_id: "GPT-PRIMARY-001",
|
||||
source_type: "GPT_CONVERSATIONS_JSON",
|
||||
|
|
|
|||
Loading…
Reference in a new issue