Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

Expand Down