Cross-checked every runtime list against the canonical AllRuntimes
allowlist in workspace-server/internal/handlers/admin_workspace_images.go
(claude-code, langgraph, crewai, autogen, deepagents, hermes, gemini-cli,
openclaw). Lists were drifting toward an old 6-runtime snapshot, missing
hermes + gemini-cli; one file referenced a non-existent NemoClaw branch
plus NVIDIA T4 hardware that has no source presence anywhere in the
monorepo (verified: no `feat/nemoclaw-t4-docker` branch, no `nemoclaw`
references outside docs).
Files changed:
content/docs/agent-runtime/workspace-runtime.md
- Before: "Current `main` ships six adapters" listing langgraph,
deepagents, claude-code, crewai, autogen, openclaw + a
"Branch-level experiments such as NemoClaw" sentence.
- After: "Current `main` ships eight adapters" — added hermes +
gemini-cli; removed NemoClaw line; pointed readers at AllRuntimes
as the source of truth and external-workspace path for BYO.
content/docs/architecture/molecule-technical-doc.md (two locations)
- Before (runtime table ~line 575): 6 rows + "Branch-level WIP:
NemoClaw (NVIDIA T4 + Docker socket) on feat/nemoclaw-t4-docker".
- After: 8 rows including Hermes + Gemini CLI; NemoClaw line
deleted; AllRuntimes pointer added.
- Before (Branch-Level Work table ~line 981): row
"feat/nemoclaw-t4-docker | NemoClaw adapter (NVIDIA T4 support) | WIP".
- After: row removed (the branch does not exist).
content/docs/architecture/overview.md
- Before: "Supports LangGraph, Claude Code, OpenClaw, DeepAgents,
CrewAI, AutoGen."
- After: "Supports Claude Code, LangGraph, CrewAI, AutoGen, DeepAgents,
Hermes, Gemini CLI, and OpenClaw."
content/docs/glossary.md
- Before: runtime defined as "one of langgraph, claude-code, openclaw,
crewai, autogen, deepagents, hermes" (7, missing gemini-cli).
- After: full 8-entry list ordered to match AllRuntimes.
Out-of-scope sweep results (no changes needed):
- "NeMo Guardrails" — zero references in molecule-docs (the
"guardrails" word elsewhere refers to generic plugin/role guardrails,
not the NVIDIA NeMo Guardrails product). Nothing to remove.
- "Nemotron" — only present in the monorepo as a NIM model alias
inside a model-dispatcher test; no first-class model claim in docs.
- Model lists in docs match workspace/agent.py (Anthropic, OpenAI,
Gemini, MiniMax, DeepSeek, Moonshot, local Ollama/vLLM); no
Nemotron claims to remove.
- Observability sinks (OpenTelemetry, Langfuse, Sentry, Prometheus
references) match implementation; no NeMo Guardrails sink claimed.
- index.mdx, concepts.mdx, architecture.mdx already list the full 8
runtimes; no edit needed there.
Verified via `npm run build` — all 111 static pages regenerate clean.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>