« Hermes » : différence entre les versions
De Le Wiki de Lug
Autres actions
| Ligne 19 : | Ligne 19 : | ||
== Installation (Debian) == | == Installation (Debian) == | ||
# apt update && apt upgrade | # apt update && apt upgrade | ||
# apt install curl | # apt install curl git | ||
# curl -fsSL <nowiki>https://</nowiki>raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash | # curl -fsSL <nowiki>https://</nowiki>raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash | ||
Version du 23 avril 2026 à 14:32
Prérequis
(Hermes seul)
- Une machine ou VM dédiée (LXC compatible)
Pour un Hermes de base (sans LLM local) :
- RAM :
- 1 Go → minimum (test uniquement)
- 2 Go → recommandé
- 4 Go -> confortable
- CPU / vCPU :
- 1 vCPU → suffisant
- 2 vCPU → recommandé
- Espace disque :
- 5 Go → minimum
- 10 Go → confortable
- GPU :
- Inutile
Installation Hermes (service dédié)
Installation (Debian)
# apt update && apt upgrade # apt install curl git # curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash