docs(koyeb): add Koyeb as a terminal backend option in documentation

This commit is contained in:
Fabzerito 2026-04-22 23:06:06 +02:00
parent abd5eacb6e
commit b293d2dd3d
4 changed files with 33 additions and 7 deletions

View file

@ -106,7 +106,7 @@ hermes-agent/
│ ├── credential_files.py # File-based credential passthrough
│ ├── env_passthrough.py # Env var passthrough for sandboxes
│ ├── ansi_strip.py # ANSI escape stripping
│ └── environments/ # Terminal backends (local, docker, ssh, modal, daytona, singularity)
│ └── environments/ # Terminal backends (local, docker, ssh, modal, daytona, singularity, koyeb)
├── gateway/ # Messaging platform gateway
│ ├── run.py # GatewayRunner — message dispatch (~9,000 lines)