Merge branch 'main' into bb/gui

This commit is contained in:
emozilla
2026-05-15 22:18:15 -04:00
109 changed files with 6979 additions and 539 deletions
+10 -1
View File
@@ -48,7 +48,16 @@ Pick the row that matches your goal:
## 1. Install Hermes Agent
Run the one-line installer:
**Option A — pip (simplest):**
```bash
pip install hermes-agent
hermes postinstall # optional: installs Node.js, browser, ripgrep, ffmpeg + runs setup
```
PyPI releases track tagged versions (major/minor releases), not every commit on `main`. For bleeding-edge, use Option B.
**Option B — git installer (tracks main branch):**
```bash
# Linux / macOS / WSL2 / Android (Termux)