mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-28 06:51:16 +08:00
chore: address copilot comments
This commit is contained in:
@@ -37,7 +37,7 @@ hermes dashboard --no-open
|
||||
|
||||
## Prerequisites
|
||||
|
||||
The web dashboard requires FastAPI and Uvicorn. The Chat tab additionally needs `ptyprocess` to spawn the embedded TUI behind a pseudo-terminal. Install both with:
|
||||
The default `hermes-agent` install does not ship the HTTP stack or PTY helper — those are optional extras. The **web dashboard** needs FastAPI and Uvicorn (`web` extra). The **Chat** tab also needs `ptyprocess` to spawn the embedded TUI behind a pseudo-terminal (`pty` extra on POSIX). Install both with:
|
||||
|
||||
```bash
|
||||
pip install 'hermes-agent[web,pty]'
|
||||
|
||||
Reference in New Issue
Block a user