Hermes Agent is connected to Discord, which is suitable for putting agents into server channels for long-term use. Recently, some people in the community have shared their experience of deploying and accessing Discord on VPS: first run through the installation and setup, then configure the gateway, and finally specify the channel and allow users.
Basic process
- Create a bot in the Discord Developer Portal.
- Get the bot token and invite the bot to the server.
- Run
hermes gateway setupand select Discord. - Configure
DISCORD_ALLOWED_USERSandDISCORD_HOME_CHANNEL. - Launch
hermes gatewayand test it in your channel.
Common stuck points
If the channel does not reply, first check whether the bot is in the channel, whether the permissions are sufficient, whether is required, and whether intent is enabled. Scheduled tasks should be actively sent to Discord, and the home channel must be configured.
In a word: Discord configuration focuses on tokens, permissions, allowed users, and home channel.
Official open source address: https://github.com/NousResearch/hermes-agent; Official document entry: https://hermes-agent.nousresearch.com/.