48566993f6
Product layout for Lumina / Salon_Assistant at 0.1.0-design. No product implementation until explicit build.
1.7 KiB
1.7 KiB
Platform research notes (NemoClaw / Hermes)
Normative links for implementers. Prefer platform-native operations over bespoke control planes.
NemoClaw
- Hermes architecture — CLI, blueprint, OpenShell gateway, sandbox, L7 credential injection
- Understand Runtime Changes — what hot-reloads vs rebuild
- Manage Messaging Channels
Key host commands: nemohermes onboard, inference set, config set, policy-add/policy-remove, channels add, snapshot create, rebuild, shields up/down, gateway restart.
In-sandbox source of truth: /sandbox/.hermes/config.yaml + .env (trust-anchored; do not hand-edit expecting trust).
Hermes
- Security — write safety, approvals, gateway allowlists, MCP env filtering
- Configuration
- MCP config —
tools.include/exclude - Configuring Models — main + auxiliary (vision)
File write safety blocks credential/config.yaml self-edits via agent tools. Mutations belong on the host via NemoClaw sealed commands.
Decision
No parallel control API. Product scripts wrap nemohermes / openshell only.