Skip to content

refactor(compute): decouple gateway driver composition - #2823

Draft
drew wants to merge 3 commits into
mainfrom
refactor/2417-server-driver-decoupling/drew
Draft

refactor(compute): decouple gateway driver composition#2823
drew wants to merge 3 commits into
mainfrom
refactor/2417-server-driver-decoupling/drew

Conversation

@drew

@drew drew commented Aug 20, 2026

Copy link
Copy Markdown
Collaborator

Summary

Move first-party compute-driver composition and VM process ownership into openshell-gateway, leaving openshell-server backend-independent. Packaging, build references, driver-free build tooling, and final boundary cleanup land together so this architectural move is complete and buildable on its own.

Related Issue

Part of #2417.

Stacked on #2822.

Changes

  • add openshell-gateway as the standard binary and first-party composition crate
  • gate compiled first-party registrations behind in-tree-compute-drivers
  • move VM subprocess launch and first-party registration out of openshell-server
  • remove compute-driver implementation dependencies and backend construction from openshell-server
  • remove compute-backend construction details from openshell-core
  • update Cargo, Bazel, release, packaging, deployment, and development references for the gateway crate
  • remove stale backend-specific server comments
  • keep the driver-free gateway path portable with bundled Z3 and paired CI CMake tooling
  • simplify the final registry/factory boundary

The resulting tree is byte-for-byte identical to the pre-split #2786 head.

Testing

Checklist

@copy-pr-bot

copy-pr-bot Bot commented Aug 20, 2026

Copy link
Copy Markdown

Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

@github-actions

Copy link
Copy Markdown

@drew
drew force-pushed the refactor/2417-server-driver-decoupling/drew branch from 6d719f2 to 96f603d Compare August 20, 2026 05:10
@drew

drew commented Aug 20, 2026

Copy link
Copy Markdown
Collaborator Author

/ok to test

@drew
drew force-pushed the refactor/2417-server-driver-decoupling/drew branch from 96f603d to bb88ad5 Compare August 20, 2026 14:28
@drew

drew commented Aug 20, 2026

Copy link
Copy Markdown
Collaborator Author

/ok to test

@drew
drew force-pushed the refactor/2417-server-driver-decoupling/drew branch from bb88ad5 to d3ae889 Compare August 20, 2026 14:32
@drew

drew commented Aug 20, 2026

Copy link
Copy Markdown
Collaborator Author

/ok to test

@drew
drew force-pushed the refactor/2417-server-driver-decoupling/drew branch from d3ae889 to 69ddee1 Compare August 20, 2026 14:59
@drew

drew commented Aug 20, 2026

Copy link
Copy Markdown
Collaborator Author

/ok to test

@elezar
elezar force-pushed the refactor/2417-server-driver-decoupling/drew branch from 69ddee1 to 00eff3d Compare August 20, 2026 15:35
@elezar

elezar commented Aug 20, 2026

Copy link
Copy Markdown
Member

@drew This branch update is rebase-only: PR #2823 was rebased onto the restored PR #2822 head. No intentional feature or scope changes were added to this PR; the conflict resolution preserves the parent stack behavior while retaining the existing gateway-composition and telemetry commits.

@elezar
elezar force-pushed the refactor/2417-server-driver-decoupling/drew branch from 00eff3d to a8047fd Compare August 20, 2026 15:44
@drew
drew force-pushed the refactor/2417-server-driver-decoupling/drew branch from a8047fd to 4348c48 Compare August 20, 2026 16:10
@copy-pr-bot

copy-pr-bot Bot commented Aug 20, 2026

Copy link
Copy Markdown

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@drew
drew force-pushed the refactor/2417-server-driver-decoupling/drew branch from 4348c48 to d910ae3 Compare August 20, 2026 19:18
@drew
drew force-pushed the refactor/2417-server-driver-decoupling/drew branch from d910ae3 to 31a9534 Compare August 20, 2026 20:50
@drew
drew force-pushed the refactor/2417-server-driver-decoupling/drew branch from 31a9534 to 507d4c3 Compare August 20, 2026 21:56
@drew
drew force-pushed the refactor/2417-server-driver-decoupling/drew branch from 507d4c3 to dc8a917 Compare August 20, 2026 22:51
@drew
drew force-pushed the refactor/2417-server-driver-decoupling/drew branch 2 times, most recently from ef9bc47 to 57d5c3c Compare August 21, 2026 00:46
@drew

drew commented Aug 21, 2026

Copy link
Copy Markdown
Collaborator Author

/ok to test

@drew
drew force-pushed the refactor/2417-server-driver-decoupling/drew branch from 57d5c3c to 6b4f157 Compare August 21, 2026 00:56
@drew

drew commented Aug 21, 2026

Copy link
Copy Markdown
Collaborator Author

/ok to test

Base automatically changed from refactor/2417-external-driver-binaries/drew to main August 21, 2026 03:03
drew added 3 commits August 20, 2026 20:03
Move first-party composition and VM process ownership into openshell-gateway, leaving openshell-server backend-independent. Update packaging and build references with the new crate, simplify the compiled-driver boundary, and keep the driver-free gateway path buildable with bundled Z3 tooling.

Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
@drew
drew force-pushed the refactor/2417-server-driver-decoupling/drew branch from 6b4f157 to 7485b0d Compare August 21, 2026 03:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants