docs: environment components and integrate existing agents#961
Open
docs: environment components and integrate existing agents#961
Conversation
Signed-off-by: cmunley1 <cmunley@nvidia.com>
Sylendran95
reviewed
Apr 9, 2026
|
|
||
| - [`MiniSWEAgent`](https://github.com/NVIDIA-NeMo/Gym/tree/main/responses_api_agents/mini_swe_agent) wraps an external coding harness running in Docker containers and converts its output back into the NeMo Gym format. | ||
| - [`LangGraphAgent`](https://github.com/NVIDIA-NeMo/Gym/tree/main/responses_api_agents/langgraph_agent) adapter lets you run LangGraph graphs as NeMo Gym agent servers, with built-in support for multi-turn patterns like reflection. See the {doc}`LangGraph agent tutorial </environment-tutorials/langgraph-agent>` for details. | ||
| - [`VerifiersAgent`](https://github.com/NVIDIA-NeMo/Gym/tree/main/responses_api_agents/verifiers_agent) integrates the [verifiers](https://github.com/PrimeIntellect-ai/verifiers) library, which provides environment implementations that bundle multi-turn orchestration, state logic, tools, and verification together, similar to how NeMo Gym environments work. Because verifiers handles the full environment internally, no separate Resources server is needed. |
There was a problem hiding this comment.
Suggested change
| - [`VerifiersAgent`](https://github.com/NVIDIA-NeMo/Gym/tree/main/responses_api_agents/verifiers_agent) integrates the [verifiers](https://github.com/PrimeIntellect-ai/verifiers) library, which provides environment implementations that bundle multi-turn orchestration, state logic, tools, and verification together, similar to how NeMo Gym environments work. Because verifiers handles the full environment internally, no separate Resources server is needed. | |
| - [`VerifiersAgent`](https://github.com/NVIDIA-NeMo/Gym/tree/main/responses_api_agents/verifiers_agent) integrates Prime Intellect's [verifiers](https://github.com/PrimeIntellect-ai/verifiers) library, which provides environment implementations that bundle multi-turn orchestration, state logic, tools, and verification together, similar to how NeMo Gym environments work. Because verifiers handles the full environment internally, no separate Resources server is needed. |
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.
creates a sidebar section: environment components with the 3 main server types under it
adds langgraph integration documentation page, and mentions prime intellect verifiers in integrate existing. These things can be broken up if needed..