Ecosystem
NemoClaw provides onboarding, lifecycle management, and Hermes operations in OpenShell containers.
Use the nemohermes CLI alias when you work from the Hermes agent guide; it is equivalent to nemoclaw with the Hermes agent pre-selected.
This page explains how these projects fit together, where NemoClaw sits relative to OpenShell and Hermes, and when to choose NemoHermes or OpenShell directly.
How the Stack Fits Together
A NemoClaw deployment for Hermes combines three pieces with distinct scopes: Hermes, 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 Hermes.
Models and endpoints sit behind OpenShell’s inference routing.
NemoClaw onboarding connects your provider choice to that route, including the Hermes Provider route when you onboard through nemohermes.
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 Hermes 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 Hermes.
The following table compares custom OpenShell integration with nemohermes onboard.
When to Use Which
Use the following table to choose NemoHermes or OpenShell.
Related Topics
- Overview defines NemoClaw’s capabilities, benefits, and use cases.
- How It Works describes how NemoClaw runs, the blueprint, sandbox creation, routing, and protection layers for Hermes.
- Architecture shows the repository structure and technical diagrams.
- Quickstart with Hermes installs NemoClaw and launches your first Hermes sandbox.
- Community Solutions explains how to contribute community-driven examples, showcases, and complete blueprint patterns.