Merge pull request #1363 from NousResearch/hermes/hermes-6be30215

docs: fix messaging gateway diagram alignment
This commit is contained in:
Teknium 2026-03-14 19:34:52 -07:00 committed by GitHub
commit 0bc5aba5d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,27 +13,27 @@ For the full voice feature set — including CLI microphone mode, spoken replies
## Architecture ## Architecture
```text ```text
┌───────────────────────────────────────────────────────────────────────────────┐ ┌───────────────────────────────────────────────────────────────────────────────────────
│ Hermes Gateway │ Hermes Gateway
├───────────────────────────────────────────────────────────────────────────────┤ ├───────────────────────────────────────────────────────────────────────────────────────
│ │
│ ┌──────────┐ ┌─────────┐ ┌──────────┐ ┌───────┐ ┌───────┐ ┌───────┐ ┌────┐ │ │ ┌──────────┐ ┌─────────┐ ┌──────────┐ ┌───────┐ ┌───────┐ ┌───────┐ ┌────┐
│ │ Telegram │ │ Discord │ │ WhatsApp │ │ Slack │ │Signal │ │ Email │ │ HA │ │ │ │ Telegram │ │ Discord │ │ WhatsApp │ │ Slack │ │Signal │ │ Email │ │ HA │
│ │ Adapter │ │ Adapter │ │ Adapter │ │Adapter│ │Adapter│ │Adapter│ │Adpt│ │ │ │ Adapter │ │ Adapter │ │ Adapter │ │Adapter│ │Adapter│ │Adapter│ │Adpt│
│ └────┬─────┘ └────┬────┘ └────┬─────┘ └──┬────┘ └──┬────┘ └──┬────┘ └─┬──┘ │ │ └────┬─────┘ └────┬────┘ └────┬─────┘ └──┬────┘ └──┬────┘ └──┬────┘ └─┬──┘
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │
│ └─────────────┴───────────┴───────────┴─────────┴─────────┴────────┘ │ │ └─────────────┴───────────┴───────────┴─────────┴─────────┴────────┘
│ │ │ │ │
│ ┌────────▼────────┐ │ │ ┌────────▼────────┐
│ │ Session Store │ │ │ │ Session Store │
│ │ (per-chat) │ │ │ │ (per-chat) │
│ └────────┬────────┘ │ │ └────────┬────────┘
│ │ │ │ │
│ ┌────────▼────────┐ │ │ ┌────────▼────────┐
│ │ AIAgent │ │ │ │ AIAgent │
│ │ (run_agent) │ │ │ │ (run_agent) │
│ └─────────────────┘ │ │ └─────────────────┘
│ │
└───────────────────────────────────────────────────────────────────────────────────────┘ └───────────────────────────────────────────────────────────────────────────────────────┘
``` ```