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: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 02:51:49 -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 02:52:34 -07:00
2026-03-17 02:40:34 -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 02:40:34 -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 02:52:34 -07:00
2026-03-17 02:05:26 -07:00
2026-03-16 04:42:46 -07:00