feat(server): add runtime systems status registry - #362
Open
PhilipJohnBasile wants to merge 2 commits into
Open
Conversation
This was referenced Aug 26, 2026
youssofal
force-pushed
the
main
branch
2 times, most recently
from
September 1, 2026 08:07
2382dfd to
8bc4d88
Compare
PhilipJohnBasile
force-pushed
the
feat/runtime-systems-registry
branch
from
September 1, 2026 13:08
70a5be4 to
08e16c8
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.
Extracted from #336 as a standalone runtime status surface.
This PR adds a provider-neutral, bounded registry and
GET /v1/mtplx/systems. Components publish JSON-compatible status by name. The registry does not import, identify, configure, or control any runtime feature.Scope:
Not included: feature providers, dashboard code, adaptive coordination, request capture, replay, memory management, locality, telemetry export, policy hooks, docs, or workflows.
Measurement on macOS arm64 with Python 3.13.14:
The HTTP figure includes FastAPI routing and JSON serialization through
TestClient. The benchmark is committed atscripts/bench_runtime_systems.py.Validation:
python -m pytest tests/test_runtime_systems.py: 7 passedpython -m ruff check mtplx/runtime_systems.py tests/test_runtime_systems.py scripts/bench_runtime_systems.py: passedpython -m compileall -q mtplx/runtime_systems.py tests/test_runtime_systems.py mtplx/server/openai.py: passedcreate_approute smoke: HTTP 200 with the published status returned unchangedgit diff --check: passed