From e8a38a12b528fc14699bece42283783caef0da57 Mon Sep 17 00:00:00 2001 From: r266-tech Date: Fri, 8 May 2026 08:13:21 +0800 Subject: [PATCH] docs(readme): add hermes and claude-code to Quick start + Supported harnesses src/cli.ts validator accepts 5 harnesses (openclaw|nemoclaw|hermes|claude|claude-code) but README only mentions 4. Two earlier PRs added hermes (#1431) and claude-code (#1450) before the 2026-05-06 #1461 extraction, but README migration omitted both. Adds two Quick start subsections + two Supported harnesses table rows matching the existing OpenClaw/NemoClaw style. --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index ddb4fdc..a05bd62 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,18 @@ npx @vectorize-io/self-driving-agents install marketing/seo --harness openclaw npx @vectorize-io/self-driving-agents install marketing/seo --harness nemoclaw ``` +### Hermes + +```bash +npx @vectorize-io/self-driving-agents install marketing/seo --harness hermes +``` + +### Claude Code + +```bash +npx @vectorize-io/self-driving-agents install marketing/seo --harness claude-code +``` + That's it. The CLI fetches the agent from this repo, sets up its memory bank, ingests the seed knowledge, and registers it with your harness. Follow the on-screen instructions to start chatting. You can also point at a local directory or any GitHub repo: @@ -118,8 +130,10 @@ For OpenClaw and NemoClaw, the CLI installs the Hindsight plugin, creates a work |---------|------|--------| | [Claude Chat](https://claude.ai) | `--harness claude` | Supported | | [Claude Cowork](https://claude.ai) | `--harness claude` | Supported | +| [Claude Code](https://docs.anthropic.com/en/docs/claude-code) | `--harness claude-code` | Supported | | [OpenClaw](https://openclaw.dev) | `--harness openclaw` | Supported | | [NemoClaw](https://github.com/NVIDIA/NeMo-Agent) | `--harness nemoclaw` | Supported | +| [Hermes](https://github.com/NousResearch/hermes-agent) | `--harness hermes` | Supported | ## Requirements