Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion docs/about/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,17 @@ skill:
---
import { AgentCli, AgentOnly } from "../_components/AgentGuide";

<AgentOnly variant="openclaw,hermes">

NVIDIA NemoClaw is an open-source reference stack for running always-on AI agents more safely inside OpenShell containers.

</AgentOnly>
<AgentOnly variant="deepagents">

NVIDIA NemoClaw is an open-source reference stack for running AI coding agents more safely inside OpenShell containers.

</AgentOnly>

NemoClaw provides onboarding, lifecycle management, and agent operations for supported runtimes in OpenShell sandboxes.
It adds policy-based privacy and security controls for agent behavior and data handling.
These controls help agents run in clouds, on-premises environments, RTX PCs, and DGX Spark.
Expand All @@ -39,10 +49,17 @@ NemoClaw provides these product capabilities.
| AI-agent docs | Publishes Markdown docs and a small routing skill so AI coding assistants can guide setup, inference configuration, policy management, monitoring, deployment, security review, and troubleshooting. |
| Hardened blueprint | A Dockerfile with capability drops, least-privilege network rules, and declarative policy. |
| State management | Safe migration of agent state across machines with credential stripping and integrity verification. |
| Messaging channels | OpenShell-managed processes connect Telegram, Discord, Slack, and similar platforms to supported messaging agents. NemoClaw configures channels during onboarding where the selected agent supports them; OpenShell supplies the native constructs, credential flow, and runtime supervision. |
| Routed inference | Provider-routed model calls through the OpenShell gateway, transparent to the agent. Supports NVIDIA Endpoints, OpenAI, Anthropic, Google Gemini, compatible endpoints, local Ollama, local vLLM, and the Model Router. |
| Layered protection | Network, filesystem, process, and inference controls that can be hot-reloaded or locked at creation. |

<AgentOnly variant="openclaw,hermes">

| Feature | Description |
|---------|-------------|
| Messaging channels | OpenShell-managed processes connect Telegram, Discord, Slack, and similar platforms to supported messaging agents. NemoClaw configures channels during onboarding where the selected agent supports them; OpenShell supplies the native constructs, credential flow, and runtime supervision. |

</AgentOnly>

## Benefits of Using NemoClaw

Autonomous AI agents can make arbitrary network requests, access the host filesystem, and call any inference endpoint.
Expand Down
Loading