การตั้งค่าเริ่มต้น
เรียกใช้วิซาร์ดการตั้งค่าเชิงโต้ตอบเพื่อกำหนดค่าตัวแทนของคุณ:
hermes setup
ไฟล์และไดเรกทอรีที่สำคัญ
- ไฟล์กำหนดค่า:
/root/.hermes/config.yaml - ตัวแปรสภาพแวดล้อม:
/root/.hermes/.env - ข้อมูลเซสชัน:
/root/.hermes/sessions/ - บันทึก:
/root/.hermes/logs/ - เวิร์กโฟลว์ครอน:
/root/.hermes/cron/ - ทักษะ/ปลั๊กอิน:
/root/.hermes/skills/ - รหัสตัวแทนหลัก:
/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