docs: define Resources/Agent/Model Server in the glossary (#1205 friction #9, #395)#1634
Merged
Merged
Conversation
|
🌿 Preview your docs: https://nvidia-preview-wprazuch-resources-server-glossary.docs.buildwithfern.com/nemo/gym Here are the markdown pages you've updated: |
2fdee46 to
eebfcf8
Compare
895718f to
32ade49
Compare
875e1de to
a907b3a
Compare
a907b3a to
3e47abc
Compare
marta-sd
reviewed
Jun 24, 2026
3e47abc to
de8fead
Compare
de8fead to
c4ccdc9
Compare
marta-sd
approved these changes
Jun 24, 2026
Epic #1205 friction #9 (FEP-1023 / M6e), issue #395 ('Resources Server' is nebulous): the key-terminology glossary defined Verifier/Policy Model but not the three FastAPI server types. Add clear entries for Resources Server (= the environment + verifier service), Agent Server, and Model Server, tying each to its directory. Mirrored into latest + v0.3.0. Signed-off-by: Wojciech Prazuch <wprazuch@nvidia.com>
Per review: do not equate the resources server with "the environment" (in Gym an environment is a resources server + agent + dataset(s)), and surface multiple built-in agent harnesses (simple_agent, aviary_agent, ...) instead of featuring simple_agent alone. Signed-off-by: Wojciech Prazuch <wprazuch@nvidia.com>
c4ccdc9 to
19f69a0
Compare
ritaneves
pushed a commit
that referenced
this pull request
Jun 25, 2026
…tion #9, #395) (#1634) ## What The key-terminology glossary (`fern/.../about/concepts/key-terminology.mdx`) defined `Verifier`, `Policy Model`, etc. but **not** the three FastAPI server types — so "Resources Server" was never actually defined ([#395](#395): the name is nebulous). Added clear Architecture-Terms entries: - **Resources Server** — *is* the environment: per-task state + tools + `verify()` → reward. "Read it as the environment + verifier service." - **Agent Server (Responses API Agent)** — the harness that drives the model through the task. - **Model Server (Responses API Model)** — wraps an LLM endpoint behind the Responses API. Each ties the term to its directory (`resources_servers/`, `responses_api_agents/`, `responses_api_models/`). Mirrored into `latest` and `v0.3.0`. ## Why Epic [#1205](#1205) friction 9 (naming confusion), RFC milestone M6e. Docs-only. --------- Signed-off-by: Wojciech Prazuch <wprazuch@nvidia.com> Signed-off-by: Rita Fernandes Neves <rfernandesne@nvidia.com>
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.
What
The key-terminology glossary (
fern/.../about/concepts/key-terminology.mdx) definedVerifier,Policy Model, etc. but not the three FastAPI server types — so "Resources Server" was never actually defined (#395: the name is nebulous). Added clear Architecture-Terms entries:verify()→ reward. "Read it as the environment + verifier service."Each ties the term to its directory (
resources_servers/,responses_api_agents/,responses_api_models/). Mirrored intolatestandv0.3.0.Why
Epic #1205 friction 9 (naming confusion), RFC milestone M6e. Docs-only.