mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
docs: replace ASCII diagrams with Mermaid/lists, add linting note
CI enforces ascii-guard linting on docs. Replaced ASCII box diagrams with Mermaid flowcharts (open-webui architecture) and numbered lists (CLI layout). Added diagram linting note to website README. Based on PR #2364 by aydnOktay (closed — README had broken formatting).
This commit is contained in:
parent
7dff34ba4e
commit
e664bc7632
3 changed files with 20 additions and 22 deletions
|
|
@ -170,22 +170,16 @@ The default implementation returns:
|
|||
|
||||
## Layout diagram
|
||||
|
||||
```
|
||||
┌─────────────────────────────────────────┐
|
||||
│ (output scrolls here) │
|
||||
│ │
|
||||
│ spacer ────────│
|
||||
│ ★ Your extra widgets appear here ★ │
|
||||
├─────────────────────────────────────────┤
|
||||
│ ⚕ claude-sonnet-4 · 42% · 2m status │
|
||||
├─────────────────────────────────────────┤
|
||||
│ 📎 2 images image bar│
|
||||
│ ❯ your input here input area │
|
||||
├─────────────────────────────────────────┤
|
||||
│ 🎤 Voice mode: listening voice status │
|
||||
│ ▸ completions... autocomplete │
|
||||
└─────────────────────────────────────────┘
|
||||
```
|
||||
The default layout from top to bottom:
|
||||
|
||||
1. **Output area** — scrolling conversation history
|
||||
2. **Spacer**
|
||||
3. **Extra widgets** — from `_get_extra_tui_widgets()`
|
||||
4. **Status bar** — model, context %, elapsed time
|
||||
5. **Image bar** — attached image count
|
||||
6. **Input area** — user prompt
|
||||
7. **Voice status** — recording indicator
|
||||
8. **Completions menu** — autocomplete suggestions
|
||||
|
||||
## Tips
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue