
    `gj                         d Z ddlmZ dgZy)a  Hermes execution environment backends.

Each backend provides the same interface (BaseEnvironment ABC) for running
shell commands in a specific execution context: local, Docker, SSH,
Singularity, Modal, or Daytona. (Modal additionally has direct and
Nous-managed modes, selected via terminal.modal_mode.)

The terminal_tool.py factory (_create_environment) selects the backend
based on the TERMINAL_ENV configuration.
    )BaseEnvironmentr   N)__doc__tools.environments.baser   __all__     N/root/.hermes/venv/lib/python3.12/site-packages/tools/environments/__init__.py<module>r
      s   	 4
r   