Teknium
ef67037f8e
feat: add SMS (Telnyx) platform adapter
Implement SMS as a first-class messaging platform following
ADDING_A_PLATFORM.md checklist. All 16 integration points covered:
- gateway/platforms/sms.py: Core adapter with aiohttp webhook server,
Telnyx REST API send, markdown stripping, 1600-char chunking,
echo loop prevention, multi-number reply-from tracking
- gateway/config.py: Platform.SMS enum + env override block
- gateway/run.py: Adapter factory + auth maps (SMS_ALLOWED_USERS,
SMS_ALLOW_ALL_USERS)
- toolsets.py: hermes-sms toolset + included in hermes-gateway
- cron/scheduler.py: SMS in platform_map for cron delivery
- tools/send_message_tool.py: SMS routing + _send_sms() standalone sender
- tools/cronjob_tools.py: 'sms' in deliver description
- gateway/channel_directory.py: SMS in session-based discovery
- agent/prompt_builder.py: SMS platform hint (plain text, concise)
- hermes_cli/status.py: SMS in platforms status display
- hermes_cli/gateway.py: SMS in setup wizard with Telnyx instructions
- pyproject.toml: sms optional dependency group (aiohttp>=3.9.0)
- tests/gateway/test_sms.py: Unit tests for config, format, truncate,
echo prevention, requirements, toolset integration
Co-authored-by: sunsakis <teo@sunsakis.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-17 02:52:34 -07:00
..
2026-02-26 03:20:08 +03:00
2026-03-07 11:27:50 -08:00
2026-03-16 23:21:03 -07:00
2026-03-10 04:12:39 -07:00
2026-03-11 09:15:34 +01:00
2026-03-13 21:35:07 -07:00
2026-03-13 23:59:18 -07:00
2026-03-16 00:25:43 -07:00
2026-03-14 11:03:20 -07:00
2026-03-09 02:20:57 -07:00
2026-03-15 07:59:55 -07:00
2026-03-14 09:32:05 -07:00
2026-03-13 08:52:54 -07:00
2026-03-14 14:27:21 +03:00
2026-03-14 21:44:50 -07:00
2026-03-15 07:59:55 -07:00
2026-03-17 02:26:34 -07:00
2026-02-27 11:53:46 -05:00
2026-03-14 06:31:52 -07:00
2026-03-17 01:47:34 -07:00
2026-03-15 04:21:50 -07:00
2026-03-13 07:40:38 -07:00
2026-03-16 00:23:47 -07:00
2026-03-05 18:39:37 -08:00
2026-03-15 03:50:45 -07:00
2026-02-28 03:38:27 -05:00
2026-03-11 09:15:34 +01:00
2026-03-05 18:39:37 -08:00
2026-03-16 05:58:34 -07:00
2026-03-14 21:28:51 -07:00
2026-03-14 04:02:03 -07:00
2026-03-14 02:42:47 -07:00
2026-03-16 00:23:47 -07:00
2026-03-14 21:19:22 -07:00
2026-03-10 23:34:52 -07:00
2026-03-14 14:27:20 +03:00
2026-03-14 12:11:23 -07:00
2026-03-16 05:26:31 -07:00
2026-03-14 22:01:02 -07:00
2026-03-15 06:57:00 -07:00
2026-03-14 14:27:20 +03:00
2026-03-16 00:22:23 -07:00
2026-03-08 21:00:21 -07:00
2026-03-14 02:52:47 -07:00
2026-03-17 02:52:34 -07:00
2026-03-15 23:04:34 -07:00
2026-03-15 19:18:58 -07:00
2026-03-17 01:35:02 -07:00
2026-03-01 05:28:12 -08:00
2026-03-15 21:51:40 -07:00
2026-03-16 05:26:31 -07:00
2026-03-15 03:50:45 -07:00
2026-03-15 19:27:15 -07:00
2026-03-15 03:50:45 -07:00
2026-03-17 02:49:57 -07:00
2026-03-14 14:27:20 +03:00
2026-03-04 21:34:40 +03:00
2026-03-14 12:15:51 -07:00
2026-03-16 23:21:03 -07:00
2026-03-05 17:13:14 +03:00