Ecosystem
NemoClaw provides onboarding, lifecycle management, policy, and inference routing for LangChain Deep Agents Code in OpenShell containers.
Use the nemo-deepagents CLI alias when you work from the Deep Agents guide; it is equivalent to nemoclaw with langchain-deepagents-code pre-selected.
This page explains how Deep Agents, OpenShell, and NemoClaw fit together, and when to choose NemoClaw or a custom OpenShell integration.
How the Stack Fits Together
A NemoClaw deployment for Deep Agents combines three pieces with distinct scopes: LangChain Deep Agents Code, OpenShell, and NemoClaw. The following diagram shows how they fit together.
NemoClaw sits above OpenShell in the operator workflow.
It calls OpenShell APIs and CLI commands to create and configure the sandbox that runs dcode.
Models and endpoints sit behind OpenShell’s inference routing.
NemoClaw onboarding connects your provider choice to that route and writes the managed Deep Agents configuration under /sandbox/.deepagents.
The following table shows the scope of each component in the stack.
NemoClaw Path versus OpenShell Path
Both paths assume OpenShell can sandbox a workload. The difference is who owns the integration work.
What NemoClaw Adds Beyond Custom OpenShell
You can run Deep Agents inside OpenShell without NemoClaw by building your own image, writing policy YAML, registering providers, and wiring inference routes yourself. That path is valid when you need full control over the container layout.
NemoClaw builds on OpenShell with additional security hardening, automation, and lifecycle tooling for Deep Agents.
The following table compares custom OpenShell integration with nemo-deepagents onboard.
When to Use Which
Use the following table to choose NemoClaw or custom OpenShell integration.
Related Topics
- Overview defines NemoClaw’s capabilities, benefits, and use cases.
- Architecture Overview describes how NemoClaw runs, the blueprint, sandbox creation, routing, and protection layers for Deep Agents.
- Architecture Details describes the Deep Agents blueprint, file layout, policy paths, and managed runtime internals.
- Quickstart with Deep Agents installs NemoClaw and launches your first Deep Agents sandbox.
- Inference Options explains provider choices and the
inference.localroute. - Deep Agents Code overview explains upstream
dcodecapabilities and commands. - NemoClaw Community collects community-driven blueprint examples, showcases, and integrations that demonstrate complete blueprint patterns.