feat(hololake): add resumable direct local AI broker
This commit is contained in:
parent
5c86f85242
commit
9d1801266c
10 changed files with 1289 additions and 9 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"schema": "hololake.local-development-bridge-contract/v1",
|
||||
"record_id": "HLP-NATIVE-LOCAL-DEVELOPMENT-BRIDGE-001",
|
||||
"state": "ACCOUNT_SINGLE_WRITER_KERNEL_IMPLEMENTED_LOCAL_BROKER_PENDING",
|
||||
"state": "ACCOUNT_SINGLE_WRITER_RESUMABLE_DIRECT_SESSION_AND_LOCAL_BROKER_IMPLEMENTED",
|
||||
"purpose": "Keep a programming AI continuously attached to the human's HoloLake language and development environment without repeated repository clones or MCP-session dependence.",
|
||||
"primary_transport": {
|
||||
"owner": "HOLOLAKE_NATIVE_LOCAL_BROKER",
|
||||
|
|
@ -104,8 +104,15 @@
|
|||
"language_space_read_cursor_contract_registered": true,
|
||||
"language_space_read_cursor_runtime": false,
|
||||
"connector_capability_bootstrap_contract_registered": true,
|
||||
"connector_capability_bootstrap_runtime": false,
|
||||
"external_local_broker_runtime": false,
|
||||
"connector_capability_bootstrap_runtime": true,
|
||||
"installed_app_connector_entry_runtime": true,
|
||||
"external_local_broker_runtime": true,
|
||||
"resumable_direct_session_kernel_runtime": true,
|
||||
"single_use_discovery_ticket_runtime": true,
|
||||
"hololake_issued_discovery_ticket_runtime": true,
|
||||
"cross_process_session_event_lock_runtime": true,
|
||||
"direct_session_account_single_writer_runtime": true,
|
||||
"idempotent_session_event_cursor_runtime": true,
|
||||
"incremental_repository_channel_migrated_to_native_mainline": false
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue