hermes-agent/tools
teknium1 971ed2bbdf Implement sudo support across terminal environments
- Added support for sudo commands in local, Docker, Singularity, and SSH environments by introducing the `SUDO_PASSWORD` environment variable.
- Updated terminal tool configurations in `.env.example` and `cli-config.yaml.example` to document the new sudo functionality.
- Enhanced the command execution process to handle sudo commands gracefully, preventing hangs on interactive prompts and providing clear error messages when no password is configured.
- Updated `README.md` to include instructions for using sudo support and SSH backend configuration.
- Revised `TODO.md` to reflect the completion of the sudo feature and outline future enhancements.
2026-02-01 10:02:34 -08:00
..
__init__.py Add skills tools and enhance model integration 2026-01-30 07:39:55 +00:00
browser_tool.py Implement browser session inactivity timeout and cleanup 2026-01-31 21:42:15 -08:00
image_generation_tool.py Enhance batch processing and image generation tools 2026-01-18 10:11:59 +00:00
mixture_of_agents_tool.py Enhance logging and tool initialization for improved performance 2026-01-29 19:59:59 +00:00
skills_tool.py Add new skills descriptions and enhance skills tool functionality 2026-02-01 01:32:21 -08:00
terminal_hecate.py Update environment configuration and enhance terminal tool integration 2026-01-23 12:26:53 +00:00
terminal_tool.py Implement sudo support across terminal environments 2026-02-01 10:02:34 -08:00
vision_tools.py Enhance logging and tool initialization for improved performance 2026-01-29 19:59:59 +00:00
web_tools.py Add a claude code-like CLI 2026-01-31 06:30:48 +00:00