diff --git a/hermes_cli/tips.py b/hermes_cli/tips.py index c95bc316b7..77329d9f87 100644 --- a/hermes_cli/tips.py +++ b/hermes_cli/tips.py @@ -192,7 +192,7 @@ TIPS = [ "Voice messages on Telegram, Discord, WhatsApp, and Slack are auto-transcribed.", # --- Gateway & Messaging --- - "Hermes runs on 18 platforms: Telegram, Discord, Slack, WhatsApp, Signal, Matrix, email, and more.", + "Hermes runs on 21 messaging platforms: Telegram, Discord, Slack, WhatsApp, Signal, Matrix, IRC, Microsoft Teams, email, and more.", "hermes gateway install sets it up as a system service that starts on boot.", "DingTalk uses Stream Mode — no webhooks or public URL needed.", "BlueBubbles brings iMessage to Hermes via a local macOS server.", diff --git a/website/docs/integrations/index.md b/website/docs/integrations/index.md index 20b86565d8..444e07660f 100644 --- a/website/docs/integrations/index.md +++ b/website/docs/integrations/index.md @@ -80,9 +80,9 @@ Speech-to-text supports six providers: local faster-whisper (free, runs on-devic ## Messaging Platforms -Hermes runs as a gateway bot on 15+ messaging platforms, all configured through the same `gateway` subsystem: +Hermes runs as a gateway bot on 19+ messaging platforms, all configured through the same `gateway` subsystem: -- **[Telegram](/docs/user-guide/messaging/telegram)**, **[Discord](/docs/user-guide/messaging/discord)**, **[Slack](/docs/user-guide/messaging/slack)**, **[WhatsApp](/docs/user-guide/messaging/whatsapp)**, **[Signal](/docs/user-guide/messaging/signal)**, **[Matrix](/docs/user-guide/messaging/matrix)**, **[Mattermost](/docs/user-guide/messaging/mattermost)**, **[Email](/docs/user-guide/messaging/email)**, **[SMS](/docs/user-guide/messaging/sms)**, **[DingTalk](/docs/user-guide/messaging/dingtalk)**, **[Feishu/Lark](/docs/user-guide/messaging/feishu)**, **[WeCom](/docs/user-guide/messaging/wecom)**, **[WeCom Callback](/docs/user-guide/messaging/wecom-callback)**, **[Weixin](/docs/user-guide/messaging/weixin)**, **[BlueBubbles](/docs/user-guide/messaging/bluebubbles)**, **[QQ Bot](/docs/user-guide/messaging/qqbot)**, **[Home Assistant](/docs/user-guide/messaging/homeassistant)**, **[Microsoft Teams](/docs/user-guide/messaging/teams)**, **[Webhooks](/docs/user-guide/messaging/webhooks)** +- **[Telegram](/docs/user-guide/messaging/telegram)**, **[Discord](/docs/user-guide/messaging/discord)**, **[Slack](/docs/user-guide/messaging/slack)**, **[WhatsApp](/docs/user-guide/messaging/whatsapp)**, **[Signal](/docs/user-guide/messaging/signal)**, **[Matrix](/docs/user-guide/messaging/matrix)**, **[Mattermost](/docs/user-guide/messaging/mattermost)**, **[Email](/docs/user-guide/messaging/email)**, **[SMS](/docs/user-guide/messaging/sms)**, **[DingTalk](/docs/user-guide/messaging/dingtalk)**, **[Feishu/Lark](/docs/user-guide/messaging/feishu)**, **[WeCom](/docs/user-guide/messaging/wecom)**, **[WeCom Callback](/docs/user-guide/messaging/wecom-callback)**, **[Weixin](/docs/user-guide/messaging/weixin)**, **[BlueBubbles](/docs/user-guide/messaging/bluebubbles)**, **[QQ Bot](/docs/user-guide/messaging/qqbot)**, **[Yuanbao](/docs/user-guide/messaging/yuanbao)**, **[Home Assistant](/docs/user-guide/messaging/homeassistant)**, **[Microsoft Teams](/docs/user-guide/messaging/teams)**, **[Webhooks](/docs/user-guide/messaging/webhooks)** See the [Messaging Gateway overview](/docs/user-guide/messaging) for the platform comparison table and setup guide. diff --git a/website/scripts/generate-llms-txt.py b/website/scripts/generate-llms-txt.py index e1a9fcced9..5bb2c65cb5 100644 --- a/website/scripts/generate-llms-txt.py +++ b/website/scripts/generate-llms-txt.py @@ -202,7 +202,8 @@ def emit_llms_index() -> str: lines.append( "> The self-improving AI agent built by Nous Research. A terminal-native " "autonomous coding and task agent with persistent memory, agent-created skills, " - "and a messaging gateway that lives on 15+ platforms (Telegram, Discord, Slack, " + "and a messaging gateway that lives on 21+ messaging platforms — 19 native to " + "the gateway plus IRC and Microsoft Teams via plugins (Telegram, Discord, Slack, " "SMS, Matrix, ...). Runs on local, Docker, SSH, Daytona, Modal, or Singularity " "backends. Works with Nous Portal, OpenRouter, OpenAI, Anthropic, Google, or any " "OpenAI-compatible endpoint."