PROD-318 feat(interceptor): behavioral CONSTRAIN interception - #23
Open
salamisandwich77 wants to merge 15 commits into
Open
PROD-318 feat(interceptor): behavioral CONSTRAIN interception#23salamisandwich77 wants to merge 15 commits into
salamisandwich77 wants to merge 15 commits into
Conversation
The global config stores the raw Ed25519 key object; the dispatcher's GovernanceClientConfig requires agent_did + sign_headers. The plugin now wraps it in AipEd25519RequestSigner before resolving the sandbox config — previously any run with an agent identity crashed at plugin construction with GovernanceProtocolError.
Legacy OTel governance hooks parsed CONSTRAIN as a non-blocking verdict and returned without invoking the Temporal framework adapter. Forward started-stage sync and async constraints through the registered adapter so behavioral profile dispatches are retained and attached to activity results.
salamisandwich77
changed the base branch from
main
to
feat/PROD-250-sandbox-sdk-integration
August 26, 2026 07:54
salamisandwich77
marked this pull request as ready for review
August 26, 2026 07:55
The terminal record never carried the proxy's per-destination decisions, so the guarded-command span showed outcome fields but no destination. finalize now reads execution.egress_decisions off the dispatch result, the record carries them, and _record_span emits openbox.sandbox.egress.count plus decision, host, and port per entry, matching the attributes the console tree already knows how to render.
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.
Behavioral CONSTRAIN enforces true interception.
Tests: 701 passed.