Host Files and State
NemoClaw stores host-side configuration, credentials, registry metadata, transient install state, and local backups under ~/.nemoclaw/.
Use this page when you need to identify what a file does before deleting, backing up, or sharing diagnostics.
The nemo-deepagents alias uses the same host-side ~/.nemoclaw/ configuration, credential registry, sandbox registry, backup, and mount directories as the default NemoClaw CLI.
Deep Agents-specific runtime state lives inside the sandbox under /sandbox/.deepagents, not in a separate host state root.
Do not paste credentials.json, provider tokens, bot tokens, proxy tokens, or debug archives containing them into chat or issue comments.
Share redacted diagnostics only.
Files
sandboxes.json is the current registry file name.
If you see registry.json in older tests, notes, or discussions, treat it as legacy wording for the sandbox registry unless a specific release note says otherwise.
Directories
Uninstall Behavior
nemo-deepagents uninstall --yes removes active NemoClaw runtime resources but preserves the user data needed for recovery by default.
Preserved entries include rebuild-backups/, backups/, and sandboxes.json.
Interactive uninstall prompts before removing preserved state.
For non-interactive runs, pass --destroy-user-data only when you accept losing local registry metadata and backups.
For operational uninstall steps, refer to:
- Manage Sandbox Lifecycle for the generic uninstall flow.
- Backup and Restore before removing state you may need later.