Skip to content
Closed
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions docs/inference/declarative-agents-manifest.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ Workspaces under `/sandbox/.openclaw/workspace-<id>` are preserved across rebuil
The runtime startup script provisions them on first boot rather than baking their contents.

For ad-hoc per-agent edits inside an existing sandbox without a rebuild, use the in-sandbox CLI, `nemoclaw <name> agents add|delete|list`.
To reconcile the whole roster against a manifest in one step, use `nemoclaw <name> agents apply -f <agents.yaml>`, described in [Apply to an Existing Sandbox](#apply-to-an-existing-sandbox).

Use the manifest for fixed, checked-in layouts.
Use the CLI passthrough for interactive work.
Expand Down
6 changes: 3 additions & 3 deletions docs/inference/switch-providers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Run `$$nemoclaw onboard` to register the provider, then retry the switch.
<AgentOnly variant="openclaw,hermes">

Pass the target provider and model together.
Pass `--sandbox <name>` when you do not want to use the default sandbox.
Target a non-default sandbox by name: the `shields` commands take it as a positional argument, and `inference set` takes `--sandbox <name>`.

```bash
$$nemoclaw <name> shields down
Expand All @@ -61,10 +61,10 @@ This flag does not bypass shared-gateway compatibility checks.

</AgentOnly>

## Recreate a Deep Agents Sandbox

<AgentOnly variant="deepagents">

## Recreate a Deep Agents Sandbox

Deep Agents uses fresh sandbox recreation for provider changes.
The recreation validates the provider and rewrites `/sandbox/.deepagents/config.toml` with the OpenShell route.

Expand Down
Loading