docs: correct beta setup instructions

This commit is contained in:
Hermes Agent
2026-07-25 01:40:08 +00:00
parent 4c8147a7dc
commit e988c617a0
3 changed files with 8 additions and 5 deletions
+5 -3
View File
@@ -66,13 +66,15 @@ adb install app/build/outputs/apk/debug/hermes-mobile-v0.1.0-beta.1-debug.apk
adb shell monkey -p cloud.molberg.hermesmobile -c android.intent.category.LAUNCHER 1
```
In Hermes Mobile Settings, configure the upstream gateway directly:
On first launch, complete the required Setup Wizard to configure the upstream gateway directly:
1. Enter the required Remote HTTPS gateway base URL and, optionally, a Local HTTPS URL for the same trusted gateway.
2. Select bearer authentication and enter the gateway token when required, or select no authentication only when the gateway is configured that way.
3. Save and test the connection. The client probes `/health`, validates compatibility through the authenticated gateway surface, and displays the active Local or Remote route.
2. Select no authentication, bearer authentication, or username/password authentication to match the gateway configuration, then enter the required credentials.
3. Test the connection. The client probes `/health`, validates compatibility through the authenticated gateway surface, and displays the active Local or Remote route; the wizard finishes only after a successful test.
4. Exercise chat/session behavior only where the gateway advertises the required capabilities.
After setup completes, Settings reopens the same connection profile for later edits and retesting.
Do not enter a legacy companion URL or companion access key. The beta path is the direct upstream Hermes gateway architecture described in `docs/DIRECT_GATEWAY_ARCHITECTURE.md`.
## Required install evidence