Multi-property web platform for Silverback Agency sites and apps.
Use the repository-level npm script to install or reuse Hermes Agent on a new Cursor Cloud machine:
npm ci && npm run setup:hermesThe setup script:
- ensures
~/.local/binexists and is added to~/.bashrc - uses the official Hermes Agent installer
- installs or reuses Hermes under
~/.hermes - installs Hermes-managed
uv, Python 3.11, and browser tooling prerequisites - skips the interactive Hermes setup wizard so startup can run unattended
After startup, verify the command is available in a fresh shell:
source ~/.bashrc && hermes --helpRecommended Cursor startup command:
npm ci && npm run setup:hermes