mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
docs: list individual config commands first, then hermes setup as all-in-one
Show users the specific commands for each config area (hermes model, hermes tools, hermes config set, hermes gateway setup) and then present 'hermes setup' as the option to configure everything at once.
This commit is contained in:
parent
db496180db
commit
43cb35cb21
4 changed files with 15 additions and 8 deletions
|
|
@ -50,9 +50,11 @@ hermes # start chatting!
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
hermes # Interactive CLI — start a conversation
|
hermes # Interactive CLI — start a conversation
|
||||||
hermes model # Switch provider or model
|
hermes model # Choose your LLM provider and model
|
||||||
hermes tools # Configure which tools are enabled
|
hermes tools # Configure which tools are enabled
|
||||||
|
hermes config set # Set individual config values
|
||||||
hermes gateway # Start the messaging gateway (Telegram, Discord, etc.)
|
hermes gateway # Start the messaging gateway (Telegram, Discord, etc.)
|
||||||
|
hermes setup # Run the full setup wizard (configures everything at once)
|
||||||
hermes update # Update to the latest version
|
hermes update # Update to the latest version
|
||||||
hermes doctor # Diagnose any issues
|
hermes doctor # Diagnose any issues
|
||||||
```
|
```
|
||||||
|
|
|
||||||
|
|
@ -36,9 +36,11 @@ hermes # Start chatting!
|
||||||
To reconfigure individual settings later, use the dedicated commands:
|
To reconfigure individual settings later, use the dedicated commands:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
hermes model # Switch provider or model
|
hermes model # Choose your LLM provider and model
|
||||||
hermes tools # Configure which tools are enabled
|
hermes tools # Configure which tools are enabled
|
||||||
hermes gateway setup # Set up messaging platforms
|
hermes gateway setup # Set up messaging platforms
|
||||||
|
hermes config set # Set individual config values
|
||||||
|
hermes setup # Or run the full setup wizard to configure everything at once
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -29,13 +29,15 @@ source ~/.bashrc # or source ~/.zshrc
|
||||||
|
|
||||||
## 2. Set Up a Provider
|
## 2. Set Up a Provider
|
||||||
|
|
||||||
The installer configures your LLM provider automatically. To change it later, run:
|
The installer configures your LLM provider automatically. To change it later, use one of these commands:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
hermes model
|
hermes model # Choose your LLM provider and model
|
||||||
|
hermes tools # Configure which tools are enabled
|
||||||
|
hermes setup # Or configure everything at once
|
||||||
```
|
```
|
||||||
|
|
||||||
This walks you through selecting an inference provider:
|
`hermes model` walks you through selecting an inference provider:
|
||||||
|
|
||||||
| Provider | What it is | How to set up |
|
| Provider | What it is | How to set up |
|
||||||
|----------|-----------|---------------|
|
|----------|-----------|---------------|
|
||||||
|
|
@ -160,8 +162,9 @@ mcp_servers:
|
||||||
| Command | Description |
|
| Command | Description |
|
||||||
|---------|-------------|
|
|---------|-------------|
|
||||||
| `hermes` | Start chatting |
|
| `hermes` | Start chatting |
|
||||||
| `hermes model` | Switch provider or model |
|
| `hermes model` | Choose your LLM provider and model |
|
||||||
| `hermes tools` | Configure which tools are enabled per platform |
|
| `hermes tools` | Configure which tools are enabled per platform |
|
||||||
|
| `hermes setup` | Full setup wizard (configures everything at once) |
|
||||||
| `hermes doctor` | Diagnose issues |
|
| `hermes doctor` | Diagnose issues |
|
||||||
| `hermes update` | Update to latest version |
|
| `hermes update` | Update to latest version |
|
||||||
| `hermes gateway` | Start the messaging gateway |
|
| `hermes gateway` | Start the messaging gateway |
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@ These are commands you run from your shell.
|
||||||
|
|
||||||
| Command | Description |
|
| Command | Description |
|
||||||
|---------|-------------|
|
|---------|-------------|
|
||||||
| `hermes setup` | Full setup wizard (runs automatically during install) |
|
| `hermes setup` | Full setup wizard — configures provider, model, terminal, and messaging all at once |
|
||||||
| `hermes config` | View current configuration |
|
| `hermes config` | View current configuration |
|
||||||
| `hermes config edit` | Open config.yaml in your editor |
|
| `hermes config edit` | Open config.yaml in your editor |
|
||||||
| `hermes config set KEY VAL` | Set a specific value |
|
| `hermes config set KEY VAL` | Set a specific value |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue