[DYNAMO] pass renderer transport to verifiers#2420
Draft
AmeenP wants to merge 5 commits intofeat/dynamo-admin-apifrom
Draft
[DYNAMO] pass renderer transport to verifiers#2420AmeenP wants to merge 5 commits intofeat/dynamo-admin-apifrom
AmeenP wants to merge 5 commits intofeat/dynamo-admin-apifrom
Conversation
This was referenced May 5, 2026
52aac5c to
f63aab5
Compare
9cad934 to
360f0c1
Compare
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
Passes
renderer_transport="dynamo_chat_nvext"to verifiers renderer clients whenclient.backend = "dynamo", while preservingprime_vllm_generatefor the default vLLM path.Preserves
backendwhenElasticInferencePoolrebuilds URL-scoped client configs, so elastic Dynamo renderer clients keep the same transport selection.Pins prime-rl to the rebased verifiers renderer-transport PR head (
1c7c35f0) and adds a direct standalonerendererssource pin (PrimeIntellect-ai/renderers@7ca1ab3, PR #11). This removes the oldverifiers/packages/rendererspath from the lockfile.Stacked on #2398.
Companion PRs:
Validation
uv lock --checkuvx ruff==0.13.0 check src/prime_rl/utils/client.py src/prime_rl/utils/elastic.py packages/prime-rl-configs/src/prime_rl/configs/shared.py tests/unit/utils/test_client.py tests/unit/utils/test_elastic.pyuvx ruff==0.13.0 format --check src/prime_rl/utils/client.py src/prime_rl/utils/elastic.py packages/prime-rl-configs/src/prime_rl/configs/shared.py tests/unit/utils/test_client.py tests/unit/utils/test_elastic.pypython -m py_compile src/prime_rl/utils/client.py src/prime_rl/utils/elastic.py packages/prime-rl-configs/src/prime_rl/configs/shared.py tests/unit/utils/test_client.py tests/unit/utils/test_elastic.pyFull pytest is left to Linux CI for this stack because the local checkout is macOS while the lockfile targets Linux environments.