2026-02-02 19:01:51 -08:00
|
|
|
"""
|
|
|
|
|
Hermes CLI - Unified command-line interface for Hermes Agent.
|
|
|
|
|
|
|
|
|
|
Provides subcommands for:
|
|
|
|
|
- hermes chat - Interactive chat (same as ./hermes)
|
|
|
|
|
- hermes gateway - Run gateway in foreground
|
|
|
|
|
- hermes gateway start - Start gateway service
|
|
|
|
|
- hermes gateway stop - Stop gateway service
|
|
|
|
|
- hermes setup - Interactive setup wizard
|
|
|
|
|
- hermes status - Show status of all components
|
|
|
|
|
- hermes cron - Manage cron jobs
|
|
|
|
|
"""
|
|
|
|
|
|
2026-02-22 02:16:11 -08:00
|
|
|
__version__ = "v1.0.0"
|