Интеграции

Агент Hermes подключается к внешним системам для вывода ИИ, серверов инструментов, рабочих процессов IDE, программного доступа и многого другого. Эта интеграция расширяет возможности Hermes и расширяет возможности его использования.

Поставщики искусственного интеллекта и маршрутизация

Hermes поддерживает несколько поставщиков логических выводов искусственного интеллекта «из коробки». Используйте «модель Гермеса» для интерактивной настройки или установите их в «config.yaml».

Серверы инструментов (MCP)

Серверы веб-поиска

Инструменты «web_search» и «web_extract» поддерживают четырех серверных поставщиков, настроенных через «config.yaml» или «инструменты Hermes»:

Бэкэнд Конверт Вар Поиск Экстракт Сканирование
Firecrawl (по умолчанию) FIRECRAWL_API_KEY
Параллельно PARALLEL_API_KEY
Тавили TAVILY_API_KEY
Экса EXA_API_KEY

Пример быстрой настройки:

web:
  backend: firecrawl    # firecrawl | parallel | tavily | exa

If web.backend is not set, the backend is auto-detected from whichever API key is available. Self-hosted Firecrawl is also supported via FIRECRAWL_API_URL.

Browser Automation

Hermes includes full browser automation with multiple backend options for navigating websites, filling forms, and extracting information:

See Browser Automation for setup and usage.

Voice & TTS Providers

Text-to-speech and speech-to-text across all messaging platforms:

Provider Quality Cost API Key
Edge TTS (default) Good Free None needed
ElevenLabs Excellent Paid ELEVENLABS_API_KEY
OpenAI TTS Good Paid VOICE_TOOLS_OPENAI_KEY
MiniMax Good Paid MINIMAX_API_KEY
NeuTTS Good Free None needed

Speech-to-text supports six providers: local faster-whisper (free, runs on-device), a local command wrapper, Groq, OpenAI Whisper API, Mistral, and xAI. Voice message transcription works across Telegram, Discord, WhatsApp, and other messaging platforms. See Voice & TTS and Voice Mode for details.

IDE & Editor Integration

Programmatic Access

Memory & Personalization

Messaging Platforms

Hermes runs as a gateway bot on 19+ messaging platforms, all configured through the same gateway subsystem:

See the Messaging Gateway overview for the platform comparison table and setup guide.

Home Automation

Plugins

Training & Evaluation