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:38:48 -07:00
2026-03-17 02:51:49 -07:00
2026-03-14 21:45:50 -07:00
2026-03-13 23:59:18 -07:00
2026-03-12 01:23:28 -07:00
2026-03-17 02:10:36 -07:00
2026-03-11 02:56:19 -07:00
2026-03-13 21:34:01 -07:00
2026-03-17 02:51:40 -07:00
2026-03-17 02:05:26 -07:00
2026-03-17 03:11:26 -07:00
2026-03-14 21:17:41 -07:00
2026-03-11 03:06:15 -07:00
2026-03-14 08:05:30 -07:00
2026-03-17 02:40:34 -07:00
2026-03-15 06:46:28 -07:00
2026-03-17 03:14:53 -07:00
2026-03-17 03:13:58 -07:00
2026-03-17 02:49:22 -07:00
2026-02-20 23:23:32 -08:00
2026-03-16 07:17:36 -07:00
2026-03-17 02:51:49 -07:00
2026-03-17 03:13:58 -07:00
2026-03-11 06:34:32 -07:00
2026-03-17 01:59:07 -07:00
2026-03-17 02:51:40 -07:00
2026-03-17 03:14:53 -07:00
2026-03-17 03:04:58 -07:00
2026-03-16 04:42:46 -07:00