mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-26 01:01:40 +00:00
docs: expand Docusaurus coverage across CLI, tools, skills, and skins (#1232)
- add code-derived reference pages for slash commands, tools, toolsets, bundled skills, and official optional skills - document the skin system and link visual theming separately from conversational personality - refresh quickstart, configuration, environment variable, and messaging docs to match current provider, gateway, and browser behavior - fix stale command, session, and Home Assistant configuration guidance
This commit is contained in:
parent
2bf6b7ad1a
commit
984f00e0b0
26 changed files with 1228 additions and 397 deletions
|
|
@ -216,13 +216,17 @@ The system prompt is assembled in layers (from `agent/prompt_builder.py` and `ru
|
|||
**SOUL.md vs agent.system_prompt**: SOUL.md is part of the "Project Context" section and coexists with the default identity. The `agent.system_prompt` (set via `/personality` or config) is an ephemeral overlay. Both can be active simultaneously — SOUL.md for tone/personality, system_prompt for additional instructions.
|
||||
:::
|
||||
|
||||
## Display Personality (CLI Banner)
|
||||
## CLI Appearance vs Conversational Personality
|
||||
|
||||
The `display.personality` config option controls the CLI's **visual** personality (banner art, spinner messages), independent of the agent's conversational personality:
|
||||
Conversational personality and CLI appearance are separate:
|
||||
|
||||
- `agent.system_prompt`, `/personality`, and `SOUL.md` affect how Hermes **speaks**.
|
||||
- `display.skin` and `/skin` affect how Hermes **looks in the terminal**.
|
||||
|
||||
```yaml
|
||||
display:
|
||||
personality: kawaii # Affects CLI banner and spinner art
|
||||
skin: default
|
||||
# personality: kawaii # legacy cosmetic setting still shown in some summaries
|
||||
```
|
||||
|
||||
This is purely cosmetic and doesn't affect the agent's responses — only the ASCII art and loading messages shown in the terminal.
|
||||
For the full theming system — built-in skins, custom YAML skins, spinner branding, and `/skin` — see [Skins & Themes](./skins.md).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue