Add Network Door, Mesh Door, BYOM, and native assistant contracts#79
Merged
Add Network Door, Mesh Door, BYOM, and native assistant contracts#79
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds SourceOS contracts for enterprise/user networking, firewall bindings, mesh bindings, bring-your-own-model endpoints, and native assistant bridges.
This responds to the enterprise and cross-device requirement: SourceOS must work behind corporate firewalls, user firewalls, service meshes, and native assistant surfaces without granting ambient network or device privileges.
Changes
Adds schemas:
schemas/NetworkAccessProfile.jsonschemas/FirewallBindingProfile.jsonschemas/MeshBindingProfile.jsonschemas/ExternalModelProviderProfile.jsonschemas/NativeAssistantBridgeProfile.jsonAdds examples:
examples/network_access_profile.enterprise_and_user.jsonexamples/firewall_binding_profile.macos_lulu_user.jsonexamples/firewall_binding_profile.enterprise_gateway.jsonexamples/mesh_binding_profile.istio_admiral_enterprise.jsonexamples/external_model_provider_profile.byom_openai_compatible.jsonexamples/native_assistant_bridge_profile.apple_app_intents.jsonAdds docs:
docs/contract-additions/network-assistant-model-doors.mdDesign posture
ExternalModelProviderProfileobjects.Boundary
This does not vendor or implement Istio, Admiral, LuLu, Cilium, enterprise gateways, or native assistant runtimes. It defines the contract layer for downstream implementation in sourceos-devtools, model-router, AgentPlane, Sociosphere, and guardrail/policy surfaces.
Validation
Expected validation: