Files
hermes-agent/.env.example

19 lines
776 B
Plaintext
Raw Normal View History

# Hermes Agent Environment Configuration
# Copy this file to .env and fill in your API keys
# =============================================================================
# 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
#
# SUDO_PASSWORD=your_password_here