diff --git a/AGENTS.md b/AGENTS.md index 2b5480f862..ab1d74bbca 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -5,9 +5,9 @@ ## Project Overview -NVIDIA NemoClaw is an open-source reference stack for running [OpenClaw](https://openclaw.ai) always-on assistants inside [NVIDIA OpenShell](https://github.com/NVIDIA/OpenShell) sandboxes more safely. It provides CLI tooling, a blueprint for sandbox orchestration, and security hardening. +NVIDIA NemoClaw is an open-source reference stack for running always-on AI agents such as [OpenClaw](https://openclaw.ai) and [Hermes](https://get-hermes.ai/) inside [NVIDIA OpenShell](https://github.com/NVIDIA/OpenShell) sandboxes more safely. It provides CLI tooling, a blueprint for sandbox orchestration, and security hardening. -**Status:** Alpha (March 2026+). Interfaces may change without notice. +Status: Active development. Interfaces may change without notice. ## Agent Skills diff --git a/README.md b/README.md index c75c698b41..0161b56f4c 100644 --- a/README.md +++ b/README.md @@ -7,18 +7,11 @@ [![License](https://img.shields.io/badge/License-Apache_2.0-blue)](https://github.com/NVIDIA/NemoClaw/blob/main/LICENSE) [![Security Policy](https://img.shields.io/badge/Security-Report%20a%20Vulnerability-red)](https://github.com/NVIDIA/NemoClaw/blob/main/SECURITY.md) -[![Project Status](https://img.shields.io/badge/status-alpha-orange)](https://docs.nvidia.com/nemoclaw/latest/about/release-notes.html) [![Discord](https://img.shields.io/badge/Discord-Join-7289da)](https://discord.gg/XFpfPv9Uvx) NVIDIA NemoClaw is an open source reference stack for running always-on AI agents more safely inside [NVIDIA OpenShell](https://github.com/NVIDIA/OpenShell) sandboxes. It provides guided onboarding, a hardened blueprint, routed inference, network policy, and lifecycle management through a single CLI. -> [!NOTE] -> NemoClaw is **alpha software**. -> This software is not production-ready. -> Interfaces, APIs, and behavior may change without notice. -> See [Release Notes](https://docs.nvidia.com/nemoclaw/latest/about/release-notes.html) for the current version. - **Supported agents:** - [OpenClaw](https://openclaw.ai) (default) diff --git a/docs/index.mdx b/docs/index.mdx index 1e77a0356b..7d5f6d8f31 100644 --- a/docs/index.mdx +++ b/docs/index.mdx @@ -23,11 +23,6 @@ import { CommandTerminal } from "./_components/CommandTerminal"; src: "https://img.shields.io/badge/Security-Report%20a%20Vulnerability-red", alt: "Security Policy", }, - { - href: "https://github.com/NVIDIA/NemoClaw/blob/main/docs/about/release-notes.mdx", - src: "https://img.shields.io/badge/status-alpha-orange", - alt: "Project Status", - }, { href: "https://discord.gg/XFpfPv9Uvx", src: "https://img.shields.io/badge/Discord-Join-7289da", diff --git a/fern/docs.yml b/fern/docs.yml index b962fb8919..5deb46b226 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -12,9 +12,6 @@ title: NVIDIA NemoClaw global-theme: nvidia -announcement: - message: "🔔 NVIDIA NemoClaw is alpha software. APIs and behavior may change without notice. Do not use in production." - layout: searchbar-placement: header page-width: 1376px