Config
Config Builder
Visually configure hermes.yaml and copy the result. After deployment, upload it to ~/.hermes/config.yaml on your instance.
terminal
Backend
docker (recommended) or local shell
CPU (cores)
vCPU allocated to the container
Memory (MB)
5 GB
Disk (MB)
50 GB
Persistent container
Keep container state between agent runs
agent
Max turns
Maximum agent turns per session
compression
Enabled
Compress context when threshold is exceeded
Threshold
Context fill ratio that triggers compression (0–1)
display
Tool progress
Which tool outputs to show
web
Web dashboard
Expose the Hermes web UI
Port
Port the web UI listens on
hermes.yaml preview
# Hermes Agent configuration # Managed by Hermes-Agent-Cloud terminal: backend: docker # Sandboxed Docker execution (recommended) container_cpu: 1 container_memory: 5120 # 5 GB RAM container_disk: 51200 # 50 GB disk container_persistent: true agent: max_turns: 90 compression: enabled: true threshold: 0.50 display: tool_progress: all web: enabled: true port: 9119 # Web dashboard port