2025-10-01 09:54:17 +00:00
|
|
|
# Hermes Agent Environment Configuration
|
|
|
|
|
# Copy this file to .env and fill in your API keys
|
|
|
|
|
|
|
|
|
|
# =============================================================================
|
2026-02-01 10:02:34 -08:00
|
|
|
# SUDO SUPPORT (works with ALL terminal backends)
|
|
|
|
|
# =============================================================================
|
|
|
|
|
# If set, enables sudo commands by piping password via `sudo -S`.
|
|
|
|
|
# Works with: local, docker, singularity, modal, and ssh backends.
|
|
|
|
|
#
|
|
|
|
|
# SECURITY WARNING: Password stored in plaintext. Only use on trusted machines.
|
|
|
|
|
#
|
|
|
|
|
# ALTERNATIVES:
|
|
|
|
|
# - For SSH backend: Configure passwordless sudo on the remote server
|
|
|
|
|
# - For containers: Run as root inside the container (no sudo needed)
|
|
|
|
|
# - For local: Configure /etc/sudoers for specific commands
|
2026-01-29 06:10:24 +00:00
|
|
|
#
|
2026-02-01 10:02:34 -08:00
|
|
|
# SUDO_PASSWORD=your_password_here
|
2026-01-29 06:10:24 +00:00
|
|
|
|