การตั้งค่าเริ่มต้น
รัน interactive setup wizard เพื่อตั้งค่า agent ของคุณ:
hermes setup
ไฟล์และไดเรกทอรีสำคัญ
- ไฟล์คอนฟิก:
/root/.hermes/config.yaml - ตัวแปรสภาพแวดล้อม:
/root/.hermes/.env - ข้อมูลเซสชั่น:
/root/.hermes/sessions/ - บันทึก:
/root/.hermes/logs/ - Cron workflows:
ขั้นตอนการทำงาน Cron:
/root/.hermes/cron/ - ทักษะ/ปลั๊กอิน:
/root/.hermes/skills/ - โค้ดหลักของ agent:
/root/.hermes/hermes-agent/
คำสั่ง CLI
# View help
hermes --help
# Run setup wizard
hermes setup
# Start agent chat
hermes
# Choose model/provider
hermes model
# Manage tool access
hermes tools
# Configure messaging / integrations
hermes gateway setup
# Set individual config values
hermes config set <key> <value>
# Diagnose any issues
hermes doctor