Hermes HA

การติดตั้ง

Hermes Agent ทำงานได้ทุกที่ที่มี Python environment หรือ container runtime เลือกวิธีที่เหมาะกับ target environment

ติดตั้งด้วยคำสั่งบรรทัดเดียว (แนะนำ)

วิธีที่เร็วที่สุดสำหรับเริ่มบนเครื่อง local หรือ server

curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash

ติดตั้งด้วย pipx

ใช้ pipx เมื่อต้องการติดตั้ง Python แบบแยก isolated

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

หก backend ช่วยบาลานซ์ isolation, cost และ latency

กำหนดค่าผ่าน hermes config:

  • local — รันบน host โดยตรง
  • docker — sandbox การเรียกใช้ tools
  • ssh — ส่ง execution ไปยัง remote host
  • daytona — development environments ชั่วคราว
  • singularity — HPC workloads
  • modal — serverless GPU / hibernation

ตรวจสอบ

ตรวจสอบการติดตั้งและ config:

hermes --version
hermes doctor

hermes doctor รัน diagnostics และแสดง dependencies ที่หายไปหรือ keys ที่ตั้งค่าผิด