From 557472300a2aa51f21cce67f0b36966ff948f9e2 Mon Sep 17 00:00:00 2001 From: kagura-agent Date: Thu, 9 Jul 2026 20:01:31 +0800 Subject: [PATCH 1/2] docs(overview): gate 'Messaging channels' to openclaw/hermes variants Deep Agents is a terminal coding harness with no messaging channel support ('channels add slack' is hard-rejected), but the Overview Key Features table lists 'Messaging channels' for all three variants. - Move the 'Messaging channels' row into an block that renders only for the openclaw and hermes variants. - Adjust the intro sentence: 'always-on AI agents' for openclaw/hermes, 'AI coding agents' for deepagents. Both changes use the existing component already imported and used in the same file's Next Steps section. Fixes #6561 --- docs/about/overview.mdx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/about/overview.mdx b/docs/about/overview.mdx index 097dbb292e1..7fd50cae05a 100644 --- a/docs/about/overview.mdx +++ b/docs/about/overview.mdx @@ -13,7 +13,7 @@ skill: --- import { AgentCli, AgentOnly } from "../_components/AgentGuide"; -NVIDIA NemoClaw is an open-source reference stack for running always-on AI agents more safely inside OpenShell containers. +NVIDIA NemoClaw is an open-source reference stack for running always-on AI agentsAI coding agents more safely inside OpenShell containers. 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. @@ -39,10 +39,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. | + + +| 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. | + + + ## Benefits of Using NemoClaw Autonomous AI agents can make arbitrary network requests, access the host filesystem, and call any inference endpoint. From cfe14b7f468de0abcc850f1e2179409777034a09 Mon Sep 17 00:00:00 2001 From: kagura-agent Date: Thu, 9 Jul 2026 20:10:24 +0800 Subject: [PATCH 2/2] docs(overview): use block-form AgentOnly for intro text Address CodeRabbit review: the variant sync script (sync-agent-variant-docs.ts) only strips block-form AgentOnly tags (with newlines around content). Inline tags would leak raw JSX into the generated variant docs. Convert to block-form to match the existing pattern used in the file's Next Steps section. --- docs/about/overview.mdx | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/about/overview.mdx b/docs/about/overview.mdx index 7fd50cae05a..f93bd52bd18 100644 --- a/docs/about/overview.mdx +++ b/docs/about/overview.mdx @@ -13,7 +13,17 @@ skill: --- import { AgentCli, AgentOnly } from "../_components/AgentGuide"; -NVIDIA NemoClaw is an open-source reference stack for running always-on AI agentsAI coding agents more safely inside OpenShell containers. + + +NVIDIA NemoClaw is an open-source reference stack for running always-on AI agents more safely inside OpenShell containers. + + + + +NVIDIA NemoClaw is an open-source reference stack for running AI coding agents more safely inside OpenShell containers. + + + 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.