Open-sourced our Rocket.Chat adapter for Hermes Agent — self-hosted AI agent in your team chat
A Reddit field report/discussion from r/hermesagent. Plain version: We self-host Rocket.Chat and wanted our Hermes Agent instance to live in it instead of a separate web UI.
Directly relevant to your agent stack. This can affect Hermes behavior, upgrade timing, plugins, gateway surfaces, or ideas worth stealing for OAC/DestructoR666.
Source excerpt
We self-host Rocket.Chat and wanted our Hermes Agent instance to live in it instead of a separate web UI. Published the adapter as a standalone plugin, MIT: https://github.com/HalfbitStudio/hermes-plugin-rocketchat How it works Rocket.Chat talks over two channels, so the adapter does too: inbound messages come in over a long-lived DDP WebSocket ( __my_messa…