OpenClaw
Open-source agent gateway. The CLI installs the Hindsight plugin and registers a workspace.
--harness openclawOpenClaw is an open-source agent runtime. The CLI installs the Hindsight plugin into your gateway, creates a workspace from the agent template, and registers the agent so it shows up immediately.
Who it's for: Use this harness if you self-host an agent gateway and want full control over routing, tools, and policy.
How to run it
- 1
Install the agent
Run the CLI and pick OpenClaw as the harness. Provide your gateway URL and admin token when prompted.
npx @vectorize-io/self-driving-agents install marketing/seo --harness openclaw - 2
Restart the gateway
OpenClaw needs a restart to pick up the new plugin and workspace.
- 3
Start chatting
The agent appears in your OpenClaw UI under the workspace name. Open it and start a conversation — memory is updated automatically after each session.
Mapping into a Hindsight bank
Where the agent → bank binding lives, and how to change it.
Under the hood
- The CLI installs @vectorize-io/hindsight-openclaw-plugin into your OpenClaw gateway.
- It creates an OpenClaw workspace mapped to the Hindsight bank for this agent.
- Knowledge pages from bank-template.json are exposed to the agent as tools — load_knowledge, retain_message, manage_pages.
- The seed .md files are ingested as initial facts so the agent ships with prior knowledge instead of starting blank.