hermes-agent/tools
teknium bc76a032ba Add a claude code-like CLI
- Introduced `cli-config.yaml.example` to provide a template for configuring the CLI behavior, including model settings, terminal tool configurations, agent behavior, and toolsets.
- Created `cli.py` for an interactive terminal interface, allowing users to start the Hermes Agent with various options and toolsets.
- Added `hermes` launcher script for convenient CLI access.
- Updated `model_tools.py` to support quiet mode for suppressing output during tool initialization and execution.
- Enhanced logging in various tools to respect quiet mode, improving user experience by reducing unnecessary output.
- Added `prompt_toolkit` to `requirements.txt` for improved CLI interaction capabilities.
- Created `TODO.md` for future improvements and enhancements to the Hermes Agent framework.
2026-01-31 06:30:48 +00:00
..
__init__.py Add skills tools and enhance model integration 2026-01-30 07:39:55 +00:00
browser_tool.py Add a claude code-like CLI 2026-01-31 06:30:48 +00: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 skills tools and enhance model integration 2026-01-30 07:39:55 +00:00
terminal_hecate.py Update environment configuration and enhance terminal tool integration 2026-01-23 12:26:53 +00:00
terminal_tool.py Add a claude code-like CLI 2026-01-31 06:30:48 +00: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