feat(gateway): bridge adapters to runtime routing - #449
Closed
esafwan wants to merge 1 commit into
Closed
Conversation
This was referenced Jul 26, 2026
Contributor
Author
|
Superseded by consolidated Gateway PR #473, preserving the foundation, SDK, adapter, runtime bridge, security, and documentation scope. |
This was referenced Jul 26, 2026
esafwan
added a commit
that referenced
this pull request
Jul 26, 2026
…me list (#481) - gatewayApi.ts: replace stale access_policy with direct_policy/room_policy/ room_sender_policy/mention_required/pairing_ttl_minutes; expand provider type. - GatewaysPage.tsx: use direct_policy; add TODO comments; fallback icons/names for providers without adapter UIs. - App.tsx / app-sidebar.tsx: comment out /gateways route and sidebar item while the feature is incomplete. - flow_run.json: remove Gateway from trigger_type options. - gateway_service.py: add TODO where Gateway trigger_type is used. - docs/gateway-todo.md: new shame list / restoration checklist. - AGENTS.md: link to docs/gateway-todo.md. Refs #473, #441, #442, #443, #446, #447, #448, #449.
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
Connects the Gateway foundation to regional Gateway Adapter packages at runtime.
Integration Settingscredential rows; no second secret store is introduced.Stack and merge order
This PR deliberately imports adapter packages lazily, so its diff remains limited to the runtime bridge while the four PRs can be reviewed independently. Deploy the bridge only after the required SDK/provider package has landed.
Scope boundary
Verification
python3 -m py_compilefor the runtime bridge, foundation service, DocType controller, and focused tests.16/16tests passing acrosstest_gateway_serviceandtest_gateway_webhook.