Back to AI Q&A
How to configure Hermes Agent Slack?

How to configure Hermes Agent Slack?

AI Q&A Admin 119 views

Hermes Agent connects to Slack, and the official documentation recommends using Slack bot + Socket Mode. You'll need your Slack app's app token, bot token, necessary scopes, and a home channel to receive scheduled tasks, proactive notifications, and cron results.

Basic steps

  1. Create an app in the Slack API background.
  2. Enable Socket Mode to generate an app-level token.
  3. Add bot scopes, such as reading messages, sending messages, channel history, and more.
  4. Install the app to your workspace and invite the bot to the channel.
  5. Run hermes gateway setup with Slack token and home channel.

Why can private chats go back to the channel and not back?

Most of them are scopes, channel invite, or channel type incorrect. Private channels also confirm that the bot has been invited and has permission to read private channel messages.

In a word: the core of Slack's configuration is Socket Mode, two tokens, scopes, and home channel.

Official open source address: https://github.com/NousResearch/hermes-agent; Official document entrance: https://hermes-agent.nousresearch.com/.

Recommended Tools

More