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
|
|
|
|
|
"""
|
|
|
|
|
|
chore: release v0.7.0 (2026.4.3) (#4812)
168 merged PRs, 223 commits, 46 resolved issues, 40+ contributors.
Highlights: pluggable memory providers, credential pools, Camofox browser,
inline diff previews, API server session continuity, ACP MCP registration,
gateway hardening, secret exfiltration blocking.
2026-04-03 11:14:55 -07:00
|
|
|
__version__ = "0.7.0"
|
|
|
|
|
__release_date__ = "2026.4.3"
|