mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
docs: stabilize website diagrams
This commit is contained in:
parent
d5b64ebdb3
commit
259208bfe4
18 changed files with 1504 additions and 112 deletions
|
|
@ -88,15 +88,8 @@ Session IDs are shown when you exit a CLI session, and can be found with `hermes
|
|||
|
||||
When you resume a session, Hermes displays a compact recap of the previous conversation in a styled panel before the input prompt:
|
||||
|
||||
```text
|
||||
╭─────────────────────────── Previous Conversation ────────────────────────────╮
|
||||
│ ● You: What is Python? │
|
||||
│ ◆ Hermes: Python is a high-level programming language. │
|
||||
│ ● You: How do I install it? │
|
||||
│ ◆ Hermes: [3 tool calls: web_search, web_extract, terminal] │
|
||||
│ ◆ Hermes: You can download Python from python.org... │
|
||||
╰──────────────────────────────────────────────────────────────────────────────╯
|
||||
```
|
||||
<img className="docs-terminal-figure" src="/img/docs/session-recap.svg" alt="Stylized preview of the Previous Conversation recap panel shown when resuming a Hermes session." />
|
||||
<p className="docs-figure-caption">Resume mode shows a compact recap panel with recent user and assistant turns before returning you to the live prompt.</p>
|
||||
|
||||
The recap:
|
||||
- Shows **user messages** (gold `●`) and **assistant responses** (green `◆`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue