hermes-agent/hermes_cli
teknium1 62ba69a29d Fix gateway exit code to enable systemd auto-restart on connection failure
- Updated the start_gateway function to return a boolean indicating success or failure, allowing for better control over exit codes.
- Modified the main function to handle gateway startup failures, ensuring systemd can automatically restart on transient errors.
- Enhanced error handling in the hermes_cli gateway to exit with code 1 if the gateway fails to connect to any platform.
2026-02-10 16:01:00 -08:00
..
__init__.py Enhance CLI with multi-platform messaging integration and configuration management 2026-02-02 19:01:51 -08:00
config.py Enhance BatchRunner and AIAgent with new configuration options, default model now opus 4.6, default summarizer gemini flash 3 2026-02-08 10:49:24 +00:00
cron.py Enhance CLI with multi-platform messaging integration and configuration management 2026-02-02 19:01:51 -08:00
doctor.py Transition installation to uv for py version and speed to be easier to streamline 2026-02-07 23:54:53 +00:00
gateway.py Fix gateway exit code to enable systemd auto-restart on connection failure 2026-02-10 16:01:00 -08:00
main.py Transition installation to uv for py version and speed to be easier to streamline 2026-02-07 23:54:53 +00:00
setup.py Update default model to 'anthropic/claude-opus-4.6' and refine terminal working directory settings 2026-02-08 12:56:40 -08:00
status.py Add RL training configuration and tools 2026-02-04 09:36:51 -08:00
uninstall.py Add uninstall command to CLI and update documentation 2026-02-02 22:18:18 -08:00