# Hermes Agent
## Architecture
Hermes Agent = plateforme AI qui tourne sur le VPS principal avec **3 profils** simultanés.
## Services
| Service | Systemd | Status | RAM |
|---------|---------|--------|-----|
| **Gateway** | `hermes-gateway.service` | â
Running (2j) | 3.9G (peak 8.1G) |
| **Dashboard** | `hermes-dashboard.service` | â
Running | [TO VERIFY] |
### Processus dans le Gateway
Le gateway lance plusieurs sous-processus :
1. **Profile default** (FATAPLUS pro/devops) â processus principal Hermes
2. **Profile maison** (Mi+famille) â `hermes gateway run --profile maison`
3. **Profile nexio** (Client IFPB) â `hermes gateway run --profile nexio`
4. **AgentMemory MCP** â `@agentmemory/mcp` (node)
5. **NotebookLM Server** â `notebooklm-server` (:8000)
6. **TypeScript Language Server** â pour nexio-app
### Ports Hermes
| Port | Service |
|------|---------|
| 8642 | Hermes internal |
| 9120 | Hermes API (public) |
## Configuration
### Modèle par défaut
| Propriété | Valeur |
|-----------|--------|
| **Provider** | zai |
| **Modèle** | glm-5v-turbo |
| **Fallbacks** | gemini-2.5-flash â gemini-3.5-flash â claude-sonnet-4 â llama-3.3-70b |
### Providers configurés
| Provider | Base URL | Auth |
|----------|----------|------|
| zai | (default) | api_key |
| google-gemini-cli | cloudcode-pa://google | oauth_external |
| copilot | https://api.githubcopilot.com | copilot OAuth |
| nvidia | https://integrate.api.nvidia.com/v1 | api_key |
### Personnalités disponibles
| Nom | Style |
|-----|-------|
| helpful | Standard assistant |
| concise | Réponses courtes |
| creative | Pensée latérale |
| hype | Ãnergique (emoji-heavy) |
| kawaii | Mignon (japonais) |
| catgirl | Anime catgirl |
## Profils
Voir [/references/profile-routing.md](/references/profile-routing.md) pour le détail.
# Citations
[1] Vérifié depuis `systemctl status hermes-gateway`, `cat ~/.hermes/config.yaml`, `ss -tlnp \| grep hermes` (2026-06-14).
Hermes Agent — Gateway + Profils
Hermes Agent : gateway, dashboard, 3 profils (default/maison/nexio). Config, providers, modèles.