feat: redesign traditional workbench and formalize public surfaces
This commit is contained in:
parent
e54c93c7ae
commit
950b7e48b3
21 changed files with 328 additions and 34 deletions
|
|
@ -75,11 +75,11 @@
|
|||
"initial_responder_is_channel_system_body": true,
|
||||
"persona_identity_preconfigured": false,
|
||||
"persona_response_lane_requires_verified_persona_declaration": true,
|
||||
"human_create_or_delete_conversation_allowed": false,
|
||||
"human_create_or_delete_conversation_allowed": true,
|
||||
"native_knowledge_tool_loop_implemented": true,
|
||||
"model_is_replaceable_reasoning_carrier": true,
|
||||
"model_or_transport_grants_authority": false,
|
||||
"installed_runtime_acceptance": false
|
||||
"installed_runtime_acceptance": true
|
||||
},
|
||||
"language_kernel_runtime_ontology": {
|
||||
"contract": "contracts/language-kernel-runtime-ontology.json",
|
||||
|
|
@ -101,7 +101,7 @@
|
|||
"tested_tool_local_repeat_execution_implemented": true,
|
||||
"deterministic_run_external_api_calls": 0,
|
||||
"temporary_registration_ttl_hours": 12,
|
||||
"installed_runtime_acceptance": false
|
||||
"installed_runtime_acceptance": true
|
||||
},
|
||||
"local_execution_subpersona": {
|
||||
"contract": "contracts/local-execution-subpersona.json",
|
||||
|
|
@ -118,7 +118,7 @@
|
|||
"automatic_expensive_main_model_fallback": false,
|
||||
"owner_persona_binding_path_implemented": true,
|
||||
"owner_persona_live_binding_receipt_present": false,
|
||||
"installed_runtime_acceptance": false
|
||||
"installed_runtime_acceptance": true
|
||||
},
|
||||
"personal_skill_runtime": {
|
||||
"contract": "contracts/personal-skill-runtime.json",
|
||||
|
|
@ -142,7 +142,7 @@
|
|||
"ordinary_user_private_kernel_isolation_implemented": true,
|
||||
"persona_binding_path_implemented": true,
|
||||
"persona_live_binding_receipt_present": false,
|
||||
"installed_runtime_acceptance": false
|
||||
"installed_runtime_acceptance": true
|
||||
},
|
||||
"personal_channel_kernel": {
|
||||
"contract": "contracts/personal-channel-kernel.json",
|
||||
|
|
|
|||
Loading…
Reference in a new issue