Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/docs/developer-guide/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This page is the top-level map of Hermes Agent internals. Use it to orient yours
│ │ │ │ codex_resp. │ │ 47 tools │ │
│ │ │ │ anthropic │ │ 19 toolsets │ │
│ └──────────────┘ └──────────────┘ └──────────────┘ │
└─────────────────────────────────────────────────────────────────────┘
└──────────────────────────────────────────────────────────────────┘
│ │
▼ ▼
┌───────────────────┐ ┌──────────────────────┐
Expand Down
2 changes: 1 addition & 1 deletion website/docs/developer-guide/gateway-internals.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The messaging gateway is the long-running process that connects Hermes to 14+ ex
│ ▼ │
│ SessionStore │
│ (SQLite persistence) │
└─────────────────────────────────────────────────┘
└──────────────────────────────────────────────┘
```

## Message Flow
Expand Down
Loading