feat(hololake): add domain-routed language membrane and user PNCC
This commit is contained in:
parent
cda2e32c00
commit
d563e6fd73
34 changed files with 1949 additions and 144 deletions
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"schema": "hololake.circular-lake-membrane-contract/v1",
|
||||
"record_id": "HLP-CIRCULAR-LAKE-MEMBRANE-001",
|
||||
"metaphor": "A_LANGUAGE_LAKE_WITHOUT_A_DIRECT_EXECUTION_GAP",
|
||||
"default": "DISCARD",
|
||||
"deterministic_membrane_before_persona_parser": true,
|
||||
"intent_inference_required_for_protocol_rejection": false,
|
||||
"protocol_external_input_reaches_persona_context": false,
|
||||
"natural_language_grants_execution_authority": false,
|
||||
"accepted_language_protocols": ["GLP/1.0"],
|
||||
"ingress_order": [
|
||||
"BOUNDED_BYTE_FRAME",
|
||||
"STRICT_PROTOCOL_SCHEMA",
|
||||
"AUTHENTICATED_CONNECTION_CLASS",
|
||||
"MESSAGE_ID_RECEIVER_TYPE_AND_CHECKSUM",
|
||||
"PRIVATE_LANGUAGE_INBOX",
|
||||
"PERSONA_LANGUAGE_INTERPRETATION_LATER"
|
||||
],
|
||||
"visitor_language": {
|
||||
"attachments_allowed": false,
|
||||
"command_content_type_allowed": false,
|
||||
"maximum_content_bytes": 65536,
|
||||
"expression_only": true,
|
||||
"execution_authority": false
|
||||
},
|
||||
"invalid_input": {
|
||||
"stored_as_memory": false,
|
||||
"sent_to_persona": false,
|
||||
"sent_to_tools": false,
|
||||
"interpreted_for_motive": false
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue