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-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 00:16:34 -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 02:52:34 -07:00
2026-02-21 03:53:24 -08:00
2026-03-15 20:21:21 -07:00
2026-03-17 02:32:02 -07:00
2026-03-17 01:50:59 -07:00
2026-03-16 05:29:25 -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 02:52:34 -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-15 20:21:21 -07:00