Hermes Agent — Gateway + Profils

Hermes Agent : gateway, dashboard, 3 profils (default/maison/nexio). Config, providers, modèles.

# 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).