feat: add online external runtime channel - #7
Open
pilprod wants to merge 8 commits into
Open
Conversation
Signed-off-by: Ilya Papou <ilya@papou.email>
Signed-off-by: Ilya Papou <ilya@papou.email>
Signed-off-by: Ilya Papou <ilya@papou.email>
Signed-off-by: Ilya Papou <ilya@papou.email>
Signed-off-by: Ilya Papou <ilya@papou.email>
Signed-off-by: Ilya Papou <ilya@papou.email>
Signed-off-by: Ilya Papou <ilya@papou.email>
…nal-runtime-online-channel Signed-off-by: Ilya Papou <ilya@papou.email> # Conflicts: # go/core/cmd/controller-v2/main.go
pilprod
changed the base branch from
feature/external-runtime-gateway-v3
to
main
August 30, 2026 17:45
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
Feature gate
EXTERNAL_GATEWAY_ENABLED=false; token and placement settings are not readEXTERNAL_GATEWAY_TOKEN_FILE,EXTERNAL_GATEWAY_DEVICE_ID, and at least one slot IDEXTERNAL_GATEWAY_BIND_ADDRESS(default:8085)Verification
go test -race ./core/cmd/controller-v2 ./core/v2/runtimebackend ./core/v2/externalruntime ./core/v2/externalgateway ./core/v2/a2agateway ./core/v2/agentinstance ./core/v2/checkpoint ./core/v2/substratego vet ./core/cmd/controller-v2 ./core/v2/runtimebackend ./core/v2/externalruntime ./core/v2/externalgateway ./core/v2/a2agateway ./core/v2/agentinstance ./core/v2/checkpoint ./core/v2/substrate ./core/internal/databasego test ./core/pkg/migrations -run '^TestMigrationGuards$'make -C go sqlc-generategit diff --check origin/feature/external-runtime-gateway-v3...HEADPostgreSQL-backed migration and database integration tests could not run locally because rootless Docker is not installed on this workstation.
Stack
Depends on #6. This is intentionally an online, single-replica in-memory transport slice. Durable offline dispatch, multi-replica broker coordination, automated device enrollment, and external Harness compilation are not claimed here.