From bf8ad674f0a2ae8fbdae875b60aa2731aa41b799 Mon Sep 17 00:00:00 2001 From: Andrey Kuznetsov Date: Sun, 7 Jun 2026 03:14:16 +0400 Subject: [PATCH] docs: add Right Agent to supported agents --- docs/about/supported-agents.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/about/supported-agents.mdx b/docs/about/supported-agents.mdx index 6570204ee..6d199bbdf 100644 --- a/docs/about/supported-agents.mdx +++ b/docs/about/supported-agents.mdx @@ -15,6 +15,7 @@ The following table summarizes the agents that run in OpenShell sandboxes. Most | [Codex](https://developers.openai.com/codex) | [`base`](https://github.com/NVIDIA/OpenShell-Community/tree/main/sandboxes/base) | No coverage | Pre-installed. Requires a custom policy with OpenAI endpoints and Codex binary paths. Requires `OPENAI_API_KEY`. | | [GitHub Copilot CLI](https://docs.github.com/en/copilot/github-copilot-in-the-cli) | [`base`](https://github.com/NVIDIA/OpenShell-Community/tree/main/sandboxes/base) | Full coverage | Pre-installed. Works out of the box. Requires `GITHUB_TOKEN` or `COPILOT_GITHUB_TOKEN`. | | [OpenClaw](https://openclaw.ai/) | [NemoClaw](https://github.com/NVIDIA/NemoClaw) | Blueprint-managed | Run OpenClaw more securely inside NVIDIA OpenShell with managed inference using NemoClaw. | +| [Right Agent](https://github.com/onsails/right-agent) | [`base`](https://github.com/NVIDIA/OpenShell-Community/tree/main/sandboxes/base) | Right Agent-managed | Telegram-first agent platform with OpenShell as a first-class runtime: one persistent sandbox per agent by default. Claude Code runs inside the sandbox; provider keys and MCP credentials stay outside it and are injected through host-side OpenShell/provider and MCP proxy layers. | | [Ollama](https://ollama.com/) | [`ollama`](https://github.com/NVIDIA/OpenShell-Community/tree/main/sandboxes/ollama) | Bundled | Run cloud and local models. Includes Claude Code, Codex, and OpenCode. Launch with `openshell sandbox create --from ollama`. | | [Pi](https://pi.dev/) | [`pi`](https://github.com/NVIDIA/OpenShell-Community/tree/main/sandboxes/pi) | Bundled | Comes with Pi pre-installed. Launch with `openshell sandbox create --from pi`. |