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.11.0 (2026.4.23) (#14791)
The Interface release — new Ink-based TUI, pluggable transport architecture,
native AWS Bedrock, five new inference paths (NVIDIA NIM, Arcee, Step Plan,
Gemini CLI OAuth, ai-gateway), GPT-5.5 via Codex OAuth, QQBot (17th platform),
expanded plugin surface, dashboard plugin system + live theme switching, /steer
mid-run nudges, shell hooks, webhook direct-delivery, smarter delegation, and
auxiliary models config UI.
Also folds in the v0.10.0 deferred batch (v0.10.0 shipped only the Nous Tool
Gateway). 1,556 commits · 761 PRs · 290 contributors since v0.9.0.
2026-04-23 15:31:59 -07:00
|
|
|
__version__ = "0.11.0"
|
|
|
|
|
__release_date__ = "2026.4.23"
|