hermes-agent/hermes_cli
teknium1 b1f55e3ee5 refactor: reorganize agent and CLI structure for improved clarity
- Extracted agent internals into a dedicated `agent/` directory, including model metadata, context compression, and prompt handling.
- Enhanced CLI structure by separating banner, commands, and callbacks into distinct modules within `hermes_cli/`.
- Updated README to reflect the new directory organization and clarify the purpose of each component.
- Improved tool registration and terminal execution backends for better maintainability and usability.
2026-02-21 23:17:18 -08:00
..
__init__.py Enhance CLI with multi-platform messaging integration and configuration management 2026-02-02 19:01:51 -08:00
auth.py refactor: enhance error handling with structured logging across multiple modules 2026-02-21 03:32:11 -08:00
banner.py refactor: reorganize agent and CLI structure for improved clarity 2026-02-21 23:17:18 -08:00
callbacks.py refactor: reorganize agent and CLI structure for improved clarity 2026-02-21 23:17:18 -08:00
colors.py Cleanup time! 2026-02-20 23:23:32 -08:00
commands.py refactor: reorganize agent and CLI structure for improved clarity 2026-02-21 23:17:18 -08:00
config.py refactor: deduplicate toolsets, unify async bridging, fix approval race condition, harden security 2026-02-21 18:28:49 -08:00
cron.py refactor: streamline cron job handling and update CLI commands 2026-02-21 16:21:19 -08:00
doctor.py Cleanup time! 2026-02-20 23:23:32 -08:00
gateway.py refactor: streamline cron job handling and update CLI commands 2026-02-21 16:21:19 -08:00
main.py refactor: streamline cron job handling and update CLI commands 2026-02-21 16:21:19 -08:00
pairing.py Cleanup time! 2026-02-20 23:23:32 -08:00
setup.py refactor: enhance error handling with structured logging across multiple modules 2026-02-21 03:32:11 -08:00
skills_hub.py Cleanup time! 2026-02-20 23:23:32 -08:00
status.py Cleanup time! 2026-02-20 23:23:32 -08:00
uninstall.py Cleanup time! 2026-02-20 23:23:32 -08:00