Hermes Agent
Run Hermes Agent from Inline chats and reply threads. You need Node.js 20 or newer and Hermes Agent 0.17.0 or newer.
Install
Install the adapter:
Terminal
npm install -g @inline-chat/hermes-agent-adapterInstall and enable the Inline plugin:
Terminal
inline-hermes install && hermes plugins enable inline-platformStart guided setup:
Terminal
hermes gateway setupSelect Inline and either create a bot with the Inline CLI or paste an existing bot token. Hermes stores the token with its credential helper and asks who may use the bot.
Verify
Terminal
inline-hermes doctorUse
Message the configured bot in Inline, or send to a chat from Hermes:
Terminal
hermes send --to inline:123 "Hello from Hermes"For updates, access controls, and the full feature reference, see the Inline Hermes adapter.