Gate tool-gateway behind an env var, so it's not in users' faces until we're ready. Even if users enable it, it'll be blocked server-side for now, until we unlock for non-admin users on tool-gateway.
This commit is contained in:
@@ -109,13 +109,6 @@ modal setup
|
||||
hermes config set terminal.backend modal
|
||||
```
|
||||
|
||||
Hermes can use Modal in two modes:
|
||||
|
||||
- **Direct Modal**: Hermes talks to your Modal account directly.
|
||||
- **Managed Modal**: Hermes talks to a gateway that owns the vendor credentials.
|
||||
|
||||
In both cases, Modal is best treated as a task sandbox, not a deployment target. Persistent mode preserves filesystem state so later turns can resume your work, but Hermes may still clean up or recreate the live sandbox. Long-running servers and background processes are not guaranteed to survive idle cleanup, session teardown, or Hermes exit.
|
||||
|
||||
### Container Resources
|
||||
|
||||
Configure CPU, memory, disk, and persistence for all container backends:
|
||||
|
||||
Reference in New Issue
Block a user