mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-28 06:51:16 +08:00
docs(readme): add CLI vs messaging quick reference
Co-authored-by: Frank <97429702+tsubasakong@users.noreply.github.com>
This commit is contained in:
18
README.md
18
README.md
@@ -62,6 +62,24 @@ hermes doctor # Diagnose any issues
|
|||||||
|
|
||||||
📖 **[Full documentation →](https://hermes-agent.nousresearch.com/docs/)**
|
📖 **[Full documentation →](https://hermes-agent.nousresearch.com/docs/)**
|
||||||
|
|
||||||
|
## CLI vs Messaging Quick Reference
|
||||||
|
|
||||||
|
Hermes has two entry points: start the terminal UI with `hermes`, or run the gateway and talk to it from Telegram, Discord, Slack, WhatsApp, Signal, or Email. Once you're in a conversation, many slash commands are shared across both interfaces.
|
||||||
|
|
||||||
|
| Action | CLI | Messaging platforms |
|
||||||
|
|---------|-----|---------------------|
|
||||||
|
| Start chatting | `hermes` | Run `hermes gateway setup` + `hermes gateway start`, then send the bot a message |
|
||||||
|
| Start fresh conversation | `/new` or `/reset` | `/new` or `/reset` |
|
||||||
|
| Change model | `/model [provider:model]` | `/model [provider:model]` |
|
||||||
|
| Set a personality | `/personality [name]` | `/personality [name]` |
|
||||||
|
| Retry or undo the last turn | `/retry`, `/undo` | `/retry`, `/undo` |
|
||||||
|
| Compress context / check usage | `/compress`, `/usage`, `/insights [--days N]` | `/compress`, `/usage`, `/insights [days]` |
|
||||||
|
| Browse skills | `/skills` or `/<skill-name>` | `/skills` or `/<skill-name>` |
|
||||||
|
| Interrupt current work | `Ctrl+C` or send a new message | `/stop` or send a new message |
|
||||||
|
| Platform-specific status | `/platforms` | `/status`, `/sethome` |
|
||||||
|
|
||||||
|
For the full command lists, see the [CLI guide](https://hermes-agent.nousresearch.com/docs/user-guide/cli) and the [Messaging Gateway guide](https://hermes-agent.nousresearch.com/docs/user-guide/messaging).
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|||||||
Reference in New Issue
Block a user