NemoClaw
NVIDIA NeMo Agent runtime — same install flow, same self-driving behavior.
--harness nemoclawNemoClaw runs on NVIDIA NeMo Agent. The CLI takes care of plugin install, workspace creation, and agent registration so you can focus on the conversation.
Who it's for: Use this harness if you run on the NeMo Agent stack and want portable memory across NeMo deployments.
How to run it
- 1
Install the agent
Run the CLI and pick NemoClaw as the harness. Provide your gateway URL and token when prompted.
npx @vectorize-io/self-driving-agents install marketing/seo --harness nemoclaw - 2
Restart the gateway
NemoClaw needs a restart to pick up the new plugin and workspace.
- 3
Start chatting
The agent shows up in NemoClaw under the workspace name. Conversations are retained into memory automatically.
Mapping into a Hindsight bank
Where the agent → bank binding lives, and how to change it.
Under the hood
- The CLI installs the Hindsight NemoClaw plugin into your gateway.
- A NeMo workspace is created and bound to the Hindsight bank.
- Seed knowledge from the agent directory is ingested before the first conversation.
- Knowledge pages are kept up to date by Hindsight as the agent runs.