hermes-agent/website/docs/user-guide/messaging
Teknium 07549c967a
feat: add SMS (Twilio) platform adapter
Add SMS as a first-class messaging platform via the Twilio API.
Shares credentials with the existing telephony skill — same
TWILIO_ACCOUNT_SID, TWILIO_AUTH_TOKEN, TWILIO_PHONE_NUMBER env vars.

Adapter (gateway/platforms/sms.py):
- aiohttp webhook server for inbound (Twilio form-encoded POSTs)
- Twilio REST API with Basic auth for outbound
- Markdown stripping, smart chunking at 1600 chars
- Echo loop prevention, phone number redaction in logs

Integration (13 files):
- gateway config, run, channel_directory
- agent prompt_builder (SMS platform hint)
- cron scheduler, cronjob tools
- send_message_tool (_send_sms via Twilio API)
- toolsets (hermes-sms + hermes-gateway)
- gateway setup wizard, status display
- pyproject.toml (sms optional extra)
- 21 tests

Docs:
- website/docs/user-guide/messaging/sms.md (full setup guide)
- Updated messaging index (architecture, toolsets, security, links)
- Updated environment-variables.md reference

Inspired by PR #1575 (@sunsakis), rewritten for Twilio.
2026-03-17 03:14:53 -07:00
..
_category_.json feat: add documentation website (Docusaurus) 2026-03-05 05:24:55 -08:00
discord.md fix(gateway): make group session isolation configurable 2026-03-16 00:22:23 -07:00
email.md feat(email): add skip_attachments option via config.yaml 2026-03-16 05:27:54 -07:00
homeassistant.md docs: expand Docusaurus coverage across CLI, tools, skills, and skins (#1232) 2026-03-13 21:34:41 -07:00
index.md feat: add SMS (Twilio) platform adapter 2026-03-17 03:14:53 -07:00
signal.md docs: clarify gateway service scopes (#1378) 2026-03-14 21:17:41 -07:00
slack.md docs: clarify Slack thread reply behavior 2026-03-14 23:15:25 -07:00
sms.md feat: add SMS (Twilio) platform adapter 2026-03-17 03:14:53 -07:00
telegram.md docs: complete voice mode docs 2026-03-14 19:29:01 -07:00
whatsapp.md docs: clarify gateway service scopes (#1378) 2026-03-14 21:17:41 -07:00