Give a Hermes AI agent a real US phone number so it can receive and reply to SMS messages from users without you building the integration.
Let an AI agent handle inbound voice calls and automatically send a follow-up SMS or email after each call ends.
Connect an AI agent to an email mailbox so it can read incoming emails and reply from its own Inkbox address.
Build a customer-facing AI agent that handles multi-channel communication (email, SMS, and voice) through a single plugin.
Requires an existing Hermes Agent installation and an Inkbox account or API key, a persistent gateway process must stay running to receive inbound traffic.
This is a plugin for Hermes Agent, an AI assistant framework from NousResearch, that connects the agent to the Inkbox platform. Inkbox provides communication infrastructure: email mailboxes, phone numbers, SMS and MMS messaging, and voice calls. The plugin bridges Hermes to all of that, so the agent can receive and send messages and calls without you needing to build the integration yourself. Once installed and configured, the plugin opens a persistent tunnel that routes incoming emails, text messages, and phone calls into the Hermes agent as conversations. The agent can reply by SMS, respond to group text threads, send emails from its Inkbox mailbox, and handle voice calls. For voice calls, it can use OpenAI's real-time audio API if you supply an API key, or fall back to the speech processing that Inkbox provides natively. Setup starts with one command that installs the plugin and then runs a setup wizard. The wizard handles authentication with Inkbox, creates or links an agent identity, optionally provisions a US phone number, and writes all the required credentials to a configuration file. After that, you run a gateway process that stays running to receive inbound traffic. The plugin also introduces the concept of post-call actions: during a phone call, the agent can schedule a follow-up SMS or email to be sent automatically after the call ends. Contact rules controlling who can reach the agent are managed through the Inkbox web console rather than locally, so the plugin defers to Inkbox's own allowlist and block-list settings. This is intended for developers building AI agents that need real-world communication channels. It requires Hermes Agent to already be installed, and an Inkbox account or API key to be available.
← inkbox-ai on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.