You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/_components/StarterPromptButton.tsx
+1-7Lines changed: 1 addition & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ If non-interactive mode cannot cover a later prompt, stop before running the int
111
111
112
112
Non-interactive onboarding can skip the interactive messaging-channel picker. After the sandbox is created, ask whether I want to set up messaging as a separate one-question selection.
113
113
114
-
- First ask: "Do you want to set up a messaging channel now?" with choices: No, Telegram, Discord, Slack, Microsoft Teams (experimental), WhatsApp, WeChat (experimental).
114
+
- First ask: "Do you want to set up a messaging channel now?" with choices: No, Telegram, Discord, Slack, WhatsApp, WeChat (experimental).
115
115
- Configure one channel at a time. If I want another channel, ask again after the current channel finishes.
116
116
- Run channel commands from the host with \`nemoclaw <sandbox-name> channels add <channel>\`, not from inside the sandbox.
117
117
- Use \`nemoclaw <sandbox-name> channels list\` if you need to confirm supported channel names.
NEMOCLAW_NON_INTERACTIVE=1 MSTEAMS_APP_ID=<client-id> MSTEAMS_APP_PASSWORD=<local-secret> MSTEAMS_TENANT_ID=<tenant-id> nemoclaw <sandbox-name> channels add teams
151
-
nemoclaw <sandbox-name> rebuild
152
-
\`\`\`
153
-
154
148
Use the official NemoClaw Markdown documentation as the source of truth. Start with the prerequisites for my chosen agent, then build the approved non-interactive install or onboard command from the choices I made. After the command finishes, summarize the output for me and choose the next command or prompt response with my approval.`;
Copy file name to clipboardExpand all lines: docs/about/overview.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ NemoClaw provides the following product capabilities.
38
38
| Agent skills | Packages NemoClaw documentation as user skills so AI coding assistants can guide setup, inference configuration, policy management, monitoring, deployment, security review, and troubleshooting. |
39
39
| Hardened blueprint | A security-first Dockerfile with capability drops, least-privilege network rules, and declarative policy. |
40
40
| State management | Safe migration of agent state across machines with credential stripping and integrity verification. |
41
-
| Messaging channels | OpenShell-managed processes connect supported chat platforms such as Telegram, Discord, Slack, WeChat, WhatsApp, and Microsoft Teams to the sandboxed agent. NemoClaw configures channels during onboarding; OpenShell supplies the native constructs, credential flow, and runtime supervision. |
41
+
| Messaging channels | OpenShell-managed processes connect Telegram, Discord, Slack, and similar platforms to the sandboxed agent. NemoClaw configures channels during onboarding; OpenShell supplies the native constructs, credential flow, and runtime supervision. |
42
42
| 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. |
43
43
| Layered protection | Network, filesystem, process, and inference controls that can be hot-reloaded or locked at creation. |
-[Set Up Messaging Channels](../manage-sandboxes/messaging-channels) to connect supported messaging channels through OpenShell-managed channel messaging.
189
+
-[Set Up Messaging Channels](../manage-sandboxes/messaging-channels) to connect Telegram, Discord, or Slack through OpenShell-managed channel messaging.
190
190
-[Monitor Sandbox Activity](../monitoring/monitor-sandbox-activity) for sandbox monitoring tools.
191
191
-[`nemoclaw deploy`](../reference/commands#nemoclaw-deploy) for the full `deploy` command reference.
0 commit comments