-
Notifications
You must be signed in to change notification settings - Fork 3.1k
docs: refresh v0.0.62 release docs #5157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -211,6 +211,10 @@ Managed vLLM records the model returned by `/v1/models` and uses runtime metadat | |
| If the host reboots and the `nemoclaw-vllm` container is stopped, NemoClaw restarts the managed vLLM container during recovery instead of requiring a fresh onboarding run. | ||
| NIM uses the same chat-completions API path restriction as vLLM. | ||
|
|
||
| On Linux Docker-driver GPU sandboxes, NemoClaw keeps local inference on the OpenShell bridge route and verifies `https://inference.local/v1/models` from inside the sandbox runtime after the sandbox reaches ready. | ||
| It treats only a 2xx response as success because that path includes the proxy authentication rewrite the agent uses. | ||
| If the runtime route fails, onboarding reports the endpoint and recovery steps before the first agent prompt. | ||
|
Comment on lines
+214
to
+216
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Clarify that the runtime probe can be skipped when The text currently reads as unconditional verification, but onboarding can soft-skip this check for minimal images that lack 🤖 Prompt for AI Agents |
||
|
|
||
| For registry slugs, Hugging Face token requirements, NGC login behavior, and non-interactive examples, refer to [Inference Options](inference-options#setup-details-for-local-and-compatible-providers). | ||
|
|
||
| ## Verify the Configuration | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Autogenerated skill file should not be edited directly.
Per coding guidelines, files matching
.agents/skills/nemoclaw-user-*/*.mdare autogenerated and must never be edited directly. The PR objectives mention "Refresh generated NemoClaw user skills from the current docs source" — these changes should originate from the source docs (e.g.,docs/) and be regenerated viascripts/docs-to-skills.py, not manually applied to the skill file.If the source docs have been updated with the
/dev/ptscontent, regenerate the skills. If not, update the source docs first, then regenerate.Based on coding guidelines: "Autogenerated user skills under
.agents/skills/nemoclaw-user-*/*.mdmust never be edited directly"🧰 Tools
🪛 LanguageTool
[style] ~243-~243: Try using a synonym here to strengthen your writing.
Context: ...rite to log directories. Adding
/homegives access to other user directories. | | R...(GIVE_PROVIDE)
🤖 Prompt for AI Agents
Source: Coding guidelines