स्थापना
Hermes Agent किसी भी Python environment या container runtime पर चलता है. अपने target environment के हिसाब से स्थापना विधि चुनें.
एक-पंक्ति installer (अनुशंसित)
Local machine या server पर शुरू करने का सबसे तेज तरीका.
curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash
pipx से मैनुअल स्थापना
Isolated Python स्थापना के लिए pipx इस्तेमाल करें.
pipx install hermes-agent
Docker
docker run --rm -it \
-v ~/.hermes:/root/.hermes \
-e OPENAI_API_KEY=$OPENAI_API_KEY \
nousresearch/hermes-agent:latest
Terminal backends
छह backends isolation, cost और latency के बीच सही संतुलन चुनने देते हैं.
hermes config से configure करें:
- local — host पर सीधे run.
- docker — tool execution sandbox.
- ssh — remote host पर execution delegate.
- daytona — ephemeral development environments.
- singularity — HPC workloads.
- modal — serverless GPU / hibernation.
सत्यापन
स्थापना और config जांचें:
hermes --version
hermes doctor
hermes doctor diagnostics चलाता है और missing dependencies या misconfigured keys दिखाता है.