Skip to content

docs: environment components and integrate existing agents#961

Open
cmunley1 wants to merge 2 commits intomainfrom
cmunley1/langgraph-docs
Open

docs: environment components and integrate existing agents#961
cmunley1 wants to merge 2 commits intomainfrom
cmunley1/langgraph-docs

Conversation

@cmunley1
Copy link
Copy Markdown
Contributor

@cmunley1 cmunley1 commented Mar 26, 2026

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..

Signed-off-by: cmunley1 <cmunley@nvidia.com>
Signed-off-by: cmunley1 <cmunley@nvidia.com>
@copy-pr-bot
Copy link
Copy Markdown

copy-pr-bot Bot commented Mar 26, 2026

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@cmunley1 cmunley1 changed the title docs: environment components section docs: environment components and integrate existing agents Mar 26, 2026
@cmunley1 cmunley1 requested review from cwing-nvidia and lbliii March 26, 2026 20:53

- [`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.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants