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
..
2026-03-17 00:16:34 -07:00
2026-03-17 02:34:35 -07:00
2026-03-17 02:33:12 -07:00
2026-03-14 12:21:50 -07:00
2026-03-17 02:22:12 -07:00
2026-03-17 03:11:26 -07:00
2026-03-16 04:43:37 -07:00
2026-03-15 20:21:21 -07:00
2026-03-16 23:13:26 -07:00
2026-03-17 03:14:53 -07:00
2026-02-21 03:53:24 -08:00
2026-03-17 02:53:33 -07:00
2026-03-17 02:57:02 -07:00
2026-03-17 01:50:59 -07:00
2026-03-17 03:00:17 -07:00
2026-03-15 20:21:21 -07:00
2026-03-16 00:23:47 -07:00
2026-03-15 20:21:21 -07:00
2026-02-23 02:11:33 -08:00
2026-03-14 06:22:02 -07:00
2026-03-16 06:52:32 -07:00
2026-03-15 20:21:21 -07:00
2026-03-17 02:33:12 -07:00
2026-03-11 20:02:36 -07:00
2026-03-14 03:47:13 -07:00
2026-03-15 20:21:21 -07:00
2026-03-15 20:21:21 -07:00
2026-03-15 20:21:21 -07:00
2026-03-17 03:14:53 -07:00
2026-03-16 05:22:00 -07:00
2026-03-17 01:53:58 -07:00
2026-03-14 11:27:02 -07:00
2026-03-17 02:13:34 -07:00
2026-03-08 23:53:57 -07:00
2026-03-17 01:50:59 -07:00
2026-03-17 02:34:35 -07:00
2026-03-16 23:39:41 -07:00
2026-03-15 20:21:21 -07:00
2026-03-15 21:51:40 -07:00
2026-03-17 02:33:12 -07:00
2026-03-15 20:21:21 -07:00
2026-03-14 22:09:59 -07:00
2026-03-17 03:11:26 -07:00
2026-03-17 03:11:26 -07:00