Integrations
Harnesses
A harness is the runtime where you actually chat with the agent. Pick the one you already use — the same agent template installs in all of them.
Claude Code
Anthropic's Claude Code CLI with the Hindsight Memory plugin — auto-recall, auto-retain, and the agent_knowledge_* tools, all wired in.
npx @vectorize-io/self-driving-agents install marketing/seo --harness claude-codeHermes
NousResearch's open-source agent runtime. Per-agent profiles with built-in auto-retain and direct page tools.
npx @vectorize-io/self-driving-agents install marketing/seo --harness hermesClaude Chat & Cowork
Drop a self-contained skill into claude.ai or Cowork. No backend required.
npx @vectorize-io/self-driving-agents install marketing/seo --harness claudeOpenClaw
Open-source agent gateway. The CLI installs the Hindsight plugin and registers a workspace.
npx @vectorize-io/self-driving-agents install marketing/seo --harness openclawNemoClaw
NVIDIA NeMo Agent runtime — same install flow, same self-driving behavior.
npx @vectorize-io/self-driving-agents install marketing/seo --harness nemoclaw