feat: dispatch immutable external runtime profiles - #10
Draft
pilprod wants to merge 2 commits into
Draft
Conversation
Signed-off-by: Ilya Papou <ilya@papou.email>
…nal-runtime-profile-dispatch Signed-off-by: Ilya Papou <ilya@papou.email> # Conflicts: # go/core/v2/a2agateway/gateway_test.go
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
Trust boundary
Callers cannot supply the instruction. kagent resolves the authenticated AgentInstance, loads its immutable prepared RuntimeRevision, validates backend identity, and replaces the reserved metadata value before hashing or dispatch. The reverse channel carries the resulting JSON-RPC request without credentials or endpoint material.
Verification
go test -race -count=1 ./core/v2/externalprofile ./core/v2/a2agateway ./core/v2/externalruntime ./core/v2/mcp ./core/cmd/controller-v2 ./core/v2/controller ./core/v2/translator/... ./core/internal/grpcserver ./core/v2/runtimebackendgo vetgit diff --checkStack and release gates
This PR is stacked on #9 and must ship with local-agent-host PR #3. The PostgreSQL migration-19 round trip from #9 and live reverse-channel end-to-end test remain release gates. Fork GitHub Actions currently fail before execution because the account is locked by a billing issue; local checks above pass.