hermes-agent/hermes_cli
Teknium b3bf21db56 refactor: update environment variable configuration and add multi-select checklist for tool setup
- Cleared the REQUIRED_ENV_VARS dictionary as no single environment variable is universally required.
- Enhanced the OPTIONAL_ENV_VARS with improved descriptions and added advanced options for better user guidance.
- Introduced a new prompt_checklist function to allow users to select tools during setup, improving the configuration experience.
- Updated the setup wizard to handle missing optional environment variables using the new checklist, streamlining the tool configuration process.
2026-02-23 23:06:47 +00:00
..
__init__.py Hermes Agent UX Improvements 2026-02-22 02:16:11 -08:00
auth.py refactor: enhance error handling with structured logging across multiple modules 2026-02-21 03:32:11 -08:00
banner.py Hermes Agent UX Improvements 2026-02-22 02:16:11 -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: update environment variable configuration and add multi-select checklist for tool setup 2026-02-23 23:06:47 +00:00
cron.py refactor: streamline cron job handling and update CLI commands 2026-02-21 16:21:19 -08:00
doctor.py Hermes Agent UX Improvements 2026-02-22 02:16:11 -08:00
gateway.py refactor: streamline cron job handling and update CLI commands 2026-02-21 16:21:19 -08:00
main.py Hermes Agent UX Improvements 2026-02-22 02:16:11 -08:00
models.py Hermes Agent UX Improvements 2026-02-22 02:16:11 -08:00
pairing.py Cleanup time! 2026-02-20 23:23:32 -08:00
setup.py refactor: update environment variable configuration and add multi-select checklist for tool setup 2026-02-23 23:06:47 +00: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