feat: add tiered channel agent and mobile Codex bridge

This commit is contained in:
冰朔 2026-08-21 08:21:03 +08:00
commit 71db11e7e8
35 changed files with 2242 additions and 76 deletions

View file

@ -77,6 +77,7 @@
"rotate_mobile_pairing",
"stop_mobile_sync",
"get_mobile_sync_snapshot",
"list_mobile_codex_threads",
"get_world_climate",
"get_authorization_center",
"get_marketplace_snapshot",
@ -107,6 +108,7 @@
"start_local_channel_session",
"issue_persona_time_ticket",
"read_knowledge_document",
"select_mobile_codex_thread",
"search_knowledge",
"save_knowledge_document",
"export_knowledge_document",
@ -2363,6 +2365,28 @@
"admission": "VERIFIED_HUMAN_ROUTE",
"effect": "STATE_CHANGE",
"payload_schema": "hololake.numbered-ipc.payload/compile_channel_receipt/v1"
},
{
"operation_number": "HLP-NIPC-OP-0176",
"alias": "list_mobile_codex_threads",
"handler": "mobile_sync::list_mobile_codex_threads",
"channel_number": "HLP-NIPC-CH-0002",
"module_number": "HLP-NIPC-MOD-0030",
"target_number": "HLP-NIPC-TGT-0030",
"admission": "VERIFIED_HUMAN_ROUTE",
"effect": "READ_OR_STATUS",
"payload_schema": "hololake.numbered-ipc.payload/list_mobile_codex_threads/v1"
},
{
"operation_number": "HLP-NIPC-OP-0177",
"alias": "select_mobile_codex_thread",
"handler": "mobile_sync::select_mobile_codex_thread",
"channel_number": "HLP-NIPC-CH-0002",
"module_number": "HLP-NIPC-MOD-0030",
"target_number": "HLP-NIPC-TGT-0030",
"admission": "VERIFIED_HUMAN_ROUTE",
"effect": "STATE_CHANGE",
"payload_schema": "hololake.numbered-ipc.payload/select_mobile_codex_thread/v1"
}
]
}