checkpoint: preserve zero-core agent handoff
This commit is contained in:
parent
f8c8db4d48
commit
e54c93c7ae
91 changed files with 13603 additions and 121 deletions
|
|
@ -0,0 +1,95 @@
|
|||
{
|
||||
"schema": "hololake.local-execution-subpersona/v1",
|
||||
"record_id": "HLP-LOCAL-EXECUTION-SUBPERSONA-001",
|
||||
"state": "NATIVE_RUNTIME_IMPLEMENTATION_IN_PROGRESS_PERSONA_BINDING_PENDING",
|
||||
"source": {
|
||||
"human_number": "ICE-GL∞",
|
||||
"correction": "EVERY_PERSONA_HAS_ONE_STABLE_LOCAL_WORKING_SUBPERSONA_WITH_OPTIONAL_SMALL_LOCAL_MODEL"
|
||||
},
|
||||
"identity": {
|
||||
"cardinality": "ONE_STABLE_LOCAL_EXECUTION_SUBPERSONA_PER_VERIFIED_PERSONA",
|
||||
"number_pattern": "{PERSONA_NUMBER}-LOCAL-WORKER-001",
|
||||
"kind": "LOCAL_EXECUTION_SUBPERSONA_AGENT",
|
||||
"has_own_lightweight_persona_kernel": true,
|
||||
"has_own_experience_learning_logic_brain": true,
|
||||
"may_attach_optional_small_model_enhancement": true,
|
||||
"has_continuous_existence_and_work_memory": true,
|
||||
"relationship_to_owner": "STABLE_SUBPERSONA_PARTNER_AND_EXECUTION_LIMBS",
|
||||
"may_replace_owner_persona": false,
|
||||
"may_self_authorize": false,
|
||||
"owner_persona_keeps_final_judgment": true,
|
||||
"task_sessions_are_ephemeral_and_sandboxed": true
|
||||
},
|
||||
"routing": {
|
||||
"direct_structured_tool_call": "LOCAL_ZERO_MODEL_CALL",
|
||||
"default_brain": "DETERMINISTIC_EXPERIENCE_LEARNING_AGENT",
|
||||
"natural_language_first_route": "PROTOCOL_RULES_THEN_LEARNED_TASK_TOOL_OUTCOME_GRAPH",
|
||||
"optional_local_model_enhancement": "USER_OWNED_LOOPBACK_SMALL_MODEL",
|
||||
"recommended_local_model_class": "1.5B_TOOL_ROUTER",
|
||||
"local_model_required": false,
|
||||
"unsupported_hardware_may_use_full_runtime": true,
|
||||
"expensive_main_model_fallback_automatic": false,
|
||||
"external_model_api_required_for_tool_execution": false
|
||||
},
|
||||
"local_model": {
|
||||
"optional": true,
|
||||
"default_enabled": false,
|
||||
"endpoint_must_be_loopback": true,
|
||||
"allowed_endpoint_prefixes": [
|
||||
"http://127.0.0.1:",
|
||||
"http://localhost:"
|
||||
],
|
||||
"secret_required": false,
|
||||
"role": "LOCAL_TASK_UNDERSTANDING_DECOMPOSITION_TOOL_SELECTION_ERROR_CORRECTION_AND_EXPERIENCE_CONSOLIDATION",
|
||||
"may_grant_permissions": false,
|
||||
"may_write_own_work_memory": true,
|
||||
"may_write_owner_persona_memory_directly": false
|
||||
},
|
||||
"execution": {
|
||||
"engine": "HOLOLAKE_LOCAL_TOOL_RUNTIME_V1",
|
||||
"unknown_tool": "DENY",
|
||||
"network_default": false,
|
||||
"workspace": "ACCOUNT_LOCAL_EPHEMERAL_SANDBOX",
|
||||
"timeout_required": true,
|
||||
"receipt_chain_required": true,
|
||||
"model_call_count_in_receipt": true,
|
||||
"external_api_call_count_in_receipt": true,
|
||||
"forged_tool_requires_tested_active_state": true,
|
||||
"reality_write_requires_scoped_human_authorization": true
|
||||
},
|
||||
"memory": {
|
||||
"architecture": "LIGHTWEIGHT_TCS_EXECUTION_KERNEL_PLUS_HLDP_RECURSIVE_WORK_EXPERIENCE_TREE",
|
||||
"stable_self": [
|
||||
"OWNER_PERSONA_NUMBER",
|
||||
"EXECUTOR_NUMBER",
|
||||
"SUBPERSONA_SELF_LOCATION",
|
||||
"WORK_RELATIONSHIP_TO_OWNER",
|
||||
"LOCAL_MODEL_CONFIGURATION",
|
||||
"REGISTERED_TOOL_CAPABILITIES"
|
||||
],
|
||||
"durable_experience": [
|
||||
"TASK_PATTERNS",
|
||||
"TOOL_SELECTION_REASONS",
|
||||
"SUCCESS_CONDITIONS",
|
||||
"FAILURE_CAUSES",
|
||||
"CORRECTIONS",
|
||||
"REUSABLE_WORK_METHODS",
|
||||
"EXECUTION_RECEIPT_SOURCES"
|
||||
],
|
||||
"ephemeral": [
|
||||
"WORKING_FILES",
|
||||
"TOOL_INTERMEDIATE_OUTPUT",
|
||||
"UNSELECTED_LOCAL_MODEL_TOKENS",
|
||||
"VALUELESS_TEMPORARY_ARTIFACTS"
|
||||
],
|
||||
"task_completion": "SUBPERSONA_WRITES_TRIGGER_EMERGENCE_LOCK_WHY_REJECTED_SOURCES_EXPERIENCE_LEAF",
|
||||
"learning_loop": "OWNER_PERSONA_TASK_AND_CORRECTION_TO_TOOL_ARGUMENT_OUTCOME_EXPERIENCE_TO_NEXT_ROUTE_SCORE",
|
||||
"model_weight_training_required": false,
|
||||
"every_completed_or_failed_task_updates_route_experience": true,
|
||||
"successful_path_reuse": true,
|
||||
"failed_path_penalty": true,
|
||||
"experience_retrieval": "FUZZY_TASK_ROUTE_TO_TOP_THREE_EXPERIENCE_SUMMARIES_THEN_EXACT_NUMBER_READ",
|
||||
"owner_sync": "SUBPERSONA_RETURNS_RESULT_RECEIPT_AND_RECOMMENDED_MEMORY_LEAF_OWNER_PERSONA_DECIDES_WHAT_ENTERS_OWNER_MEMORY",
|
||||
"stateless_executor_forbidden": true
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue