* feat(nemoclaw): add hindsight-nemoclaw setup CLI package Automates the full NemoClaw sandbox setup: - Installs @vectorize-io/hindsight-openclaw plugin - Configures external API mode in ~/.openclaw/openclaw.json - Reads current openshell sandbox policy, merges Hindsight egress rule, re-applies - Restarts the OpenClaw gateway Options: --dry-run, --skip-policy, --skip-plugin-install 36 unit tests passing * docs: add NEMOCLAW.md setup guide * feat(nemoclaw): add README, docs page, and release pipeline * revert: remove release.yml changes from nemoclaw PR
2.1 KiB
2.1 KiB
hindsight-nemoclaw
One-command setup for Hindsight persistent memory on NemoClaw sandboxes.
NemoClaw runs OpenClaw inside an OpenShell sandbox with strict network egress policies. This package automates the full setup: installing the hindsight-openclaw plugin, configuring external API mode, merging the Hindsight egress rule into your sandbox policy, and restarting the gateway.
Quick Start
npx @vectorize-io/hindsight-nemoclaw setup \
--sandbox my-assistant \
--api-url https://api.hindsight.vectorize.io \
--api-token <your-api-key> \
--bank-prefix my-sandbox
Get an API key at Hindsight Cloud.
Documentation
Full setup guide, pitfalls, and troubleshooting:
NemoClaw Integration Documentation
Or see NEMOCLAW.md in this directory for a step-by-step walkthrough.
CLI Reference
hindsight-nemoclaw setup [options]
Options:
--sandbox <name> NemoClaw sandbox name (required)
--api-url <url> Hindsight API URL (required)
--api-token <token> Hindsight API token (required)
--bank-prefix <prefix> Memory bank prefix (default: "nemoclaw")
--skip-policy Skip sandbox network policy update
--skip-plugin-install Skip openclaw plugin installation
--dry-run Preview changes without applying
--help Show help
What It Does
- Preflight — verifies
openshellandopenclaware installed - Install plugin — runs
openclaw plugins install @vectorize-io/hindsight-openclaw - Configure plugin — writes external API mode config to
~/.openclaw/openclaw.json - Apply policy — reads current sandbox policy, merges Hindsight egress rule, re-applies via
openshell policy set - Restart gateway — runs
openclaw gateway restart
Links
License
MIT