Skip to content

Commit d68754e

Browse files
authored
Change we to you for consistency
Co-authored-by: Kristin Martin <kcmartin@users.noreply.github.com>
1 parent 99fa7a7 commit d68754e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

blueprints/hermes-agent-on-fly-io.html.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ We'll use Nous Research's **official prebuilt image** (`nousresearch/hermes-agen
1919

2020
## Create the app and volume
2121

22-
Hermes keeps all its state; config, API keys, sessions, skills, memories in `/opt/data` inside the container. We'll back that with a Fly volume so it persists across deploys and restarts.
22+
Hermes keeps all its state in `/opt/data` inside the container. That includes config, API keys, sessions, skills, and memories. You'll back that with a Fly volume so it persists across deploys and restarts.
2323

2424
Pick an app name (must be globally unique on Fly) and a [region](https://fly.io/docs/reference/regions/) close to you, then:
2525

@@ -57,7 +57,7 @@ A few notes:
5757

5858
- **No `[build.dockerfile]`.** Fly pulls the image directly. Deploys take seconds, not minutes.
5959
- **`[processes] app = "gateway run"`** defines the single process group for this app, and its command is passed to the image's entrypoint, so the Machine boots into `hermes gateway run` (the messaging gateway for Telegram, Discord, Slack, WhatsApp, etc.).
60-
- **No `[[services]]` block.** The gateway talks *outbound* to chat platforms, so you don't need a public port. The dashboard exposes API keys and shouldn't be public; we'll reach it through a Fly proxy tunnel below.
60+
- **No `[[services]]` block.** The gateway talks *outbound* to chat platforms, so you don't need a public port. The dashboard exposes API keys and shouldn't be public; you'll reach it through a Fly proxy tunnel below.
6161
- **4 GB / 2 CPU** is the recommended size when browser tools (Playwright/Chromium) are active. If you don't use browser tools you can drop to `shared-cpu-1x` and 1–2 GB.
6262

6363
## Deploy

0 commit comments

Comments
 (0)