الإعداد الأولي
قم بتشغيل معالج الإعداد التفاعلي لتكوين وكيلك:
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/
أوامر سطر الأوامر
# 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