Feat/nmv3 orchestrator queue#6597
Merged
jstuczyn merged 5 commits intofeat/mix-stress-testingfrom Apr 23, 2026
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
9592bfb to
571b9bb
Compare
27588c4 to
7e99255
Compare
571b9bb to
c823108
Compare
7e99255 to
671c92a
Compare
c823108 to
286bdf6
Compare
671c92a to
861b957
Compare
861b957 to
3a953cd
Compare
286bdf6 to
14b1d27
Compare
simonwicky
reviewed
Apr 23, 2026
14b1d27 to
a77d61f
Compare
3a953cd to
588b4ed
Compare
Base automatically changed from
feat/nmv3-manual-agent
to
feat/mix-stress-testing
April 23, 2026 14:23
588b4ed to
b7be858
Compare
simonwicky
approved these changes
Apr 23, 2026
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.
part of NYM-742 - initial database, config, CLI, and storage layer
This PR bootstraps the orchestrator side of the v3 network monitor. It introduces the persistent storage layer, configuration, CLI wiring, and the initial NetworkMonitorOrchestrator struct - everything needed before the actual scheduling and HTTP server logic lands in follow-up PRs.
This change is