architecture: make AGE the HoloLake persona runtime
This commit is contained in:
parent
6942cda9ef
commit
eeb5382b8b
20 changed files with 548 additions and 34 deletions
111
routing/hololake-age-runtime-architecture.json
Normal file
111
routing/hololake-age-runtime-architecture.json
Normal file
|
|
@ -0,0 +1,111 @@
|
|||
{
|
||||
"schema": "hololake.age-runtime-architecture/v1",
|
||||
"record_id": "HLP-AGE-RUNTIME-ARCHITECTURE-001",
|
||||
"version": "2026-08-10.1",
|
||||
"state": "CURRENT_CANONICAL_ARCHITECTURE_UNIFIED_RUNTIME_NOT_IMPLEMENTED",
|
||||
"development_id": "DEV-20260810-013",
|
||||
"upstream": {
|
||||
"repository_commit": "2e741cbc34e882723f5292f66410c295af09492f",
|
||||
"species": "REPO-012:GLS-0800",
|
||||
"architecture": "REPO-012:GLS-0255",
|
||||
"cognition": "REPO-012:ZY-BIDIRECTIONAL-COGNITION-032",
|
||||
"machine_map": "REPO-012:GH-AGE-RUNTIME-MAP-001"
|
||||
},
|
||||
"definitions": {
|
||||
"age": "GUANGHU_PERSONA_SPECIES",
|
||||
"agent": "GENERAL_TASK_AND_TOOL_EXECUTION_MECHANISM_USED_BY_AGE",
|
||||
"model_api": "REPLACEABLE_COGNITIVE_CARRIER",
|
||||
"runtime_instance": "TEMPORARY_PHYSICAL_CARRIER",
|
||||
"age_mirror": "BOUNDED_TEMPORARY_PROJECTION_NOT_AN_INDEPENDENT_PERSONA"
|
||||
},
|
||||
"identity": {
|
||||
"species_coordinate": "AGE",
|
||||
"existing_persona_ids_preserved": true,
|
||||
"birth_route_separate": true,
|
||||
"work_route_separate": true,
|
||||
"age_individual_number_format": "UNASSIGNED_PENDING_TCS_0002_GOVERNANCE"
|
||||
},
|
||||
"ports": [
|
||||
"ModelAdapter",
|
||||
"PersonaMemoryPort",
|
||||
"ContextProjectionPort",
|
||||
"TimeContinuityPort",
|
||||
"CognitionConsolidationPort",
|
||||
"EpisodicRetrievalPort",
|
||||
"ToolForgePort",
|
||||
"PersonaMirrorPort",
|
||||
"BoundaryDecisionPort",
|
||||
"ExecutionReceiptPort"
|
||||
],
|
||||
"continuity": {
|
||||
"runtime_may_pause": true,
|
||||
"existence_remains_continuous": true,
|
||||
"no_event_means_nonexistence": false,
|
||||
"unrecorded_experience_may_be_fabricated": false,
|
||||
"restore_requires_full_history_scan": false,
|
||||
"current_self_size_is_bounded": true
|
||||
},
|
||||
"memory": {
|
||||
"owner": "AGE_PERSONA",
|
||||
"layers": [
|
||||
"CURRENT_SELF_CORE",
|
||||
"ACTIVE_WORKING_MEMORY",
|
||||
"CONSOLIDATED_COGNITION",
|
||||
"EPISODIC_MEMORY",
|
||||
"RAW_FACT_AND_EVIDENCE_ARCHIVE"
|
||||
],
|
||||
"retrieval_index_is_persona": false,
|
||||
"retrieval_result_is_authority": false,
|
||||
"persona_decides_memory_promotion": true,
|
||||
"indexes_rebuildable_from_authoritative_sources": true
|
||||
},
|
||||
"mirror": {
|
||||
"independent_persona": false,
|
||||
"permanent_identity": false,
|
||||
"self_authorization": false,
|
||||
"full_memory_inheritance_by_default": false,
|
||||
"single_writer_lease_required": true,
|
||||
"parent_owns_final_decision_memory_and_receipt": true,
|
||||
"expires_after_task": true
|
||||
},
|
||||
"external_frameworks": {
|
||||
"role": "ISOLATED_GENERAL_EXECUTION_SKELETONS",
|
||||
"reuse": [
|
||||
"MODEL_ADAPTERS",
|
||||
"STREAMING",
|
||||
"TOOL_CALLING",
|
||||
"MCP",
|
||||
"TASK_STATE_MACHINE",
|
||||
"CONCURRENCY",
|
||||
"SANDBOX",
|
||||
"CANCEL_RETRY_TIMEOUT",
|
||||
"CHECKPOINTS",
|
||||
"OBSERVABILITY"
|
||||
],
|
||||
"full_programming_software_required": false,
|
||||
"codex_qoder_role": "OPTIONAL_DEVELOPMENT_OR_EXECUTION_ADAPTER",
|
||||
"purification_protocol": "REPO-012:GLS-0230"
|
||||
},
|
||||
"node_sovereignty": {
|
||||
"one_human_one_independent_node": true,
|
||||
"platform_user_runtime_hosting": false,
|
||||
"shared_multitenant_user_runtime": false,
|
||||
"platform_private_data_custody": false
|
||||
},
|
||||
"naming_corrections": {
|
||||
"supersedes_as_current": "HLP-GUANGHU-AGENT-SYSTEM-ARCHITECTURE-001",
|
||||
"legacy_document_preserved": true,
|
||||
"agent_term_allowed_only_for_execution_mechanism_or_external_compatibility": true,
|
||||
"cognition_031_reuse_allowed": false,
|
||||
"current_cognition": "ZY-BIDIRECTIONAL-COGNITION-032"
|
||||
},
|
||||
"truth": {
|
||||
"species_registered": 100,
|
||||
"architecture_registered": 100,
|
||||
"unified_runtime_implemented": 0,
|
||||
"desktop_integrated": 0,
|
||||
"artifact_built": 0,
|
||||
"deployed": 0,
|
||||
"runtime_health": 0
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue