hermes-agent/website/docs
Teknium 20d96215e7
feat(gateway): add all missing platforms to interactive setup wizard
Wire Signal, Email, SMS (Twilio), DingTalk, Feishu/Lark, and WeCom into
the hermes setup gateway interactive wizard. These platforms all had
working adapters and _PLATFORMS entries in gateway.py but were invisible
in the setup checklist — users had to manually edit .env to configure them.

Changes:
- gateway.py: Add _setup_email/sms/dingtalk/feishu/wecom functions
  delegating to _setup_standard_platform (Signal already had a custom one)
- setup.py: Add wrapper functions for all 6 new platforms
- setup.py: Add all 6 to _GATEWAY_PLATFORMS checklist registry
- setup.py: Add missing env vars to any_messaging check
- setup.py: Add all missing platforms to _get_section_config_summary
  (was also missing Matrix, Mattermost, Weixin, Webhooks)
- docs: Add FEISHU_ALLOWED_USERS and WECOM_ALLOWED_USERS examples

Incorporates and extends the work from PR #7918 by bugmaker2.
2026-04-11 14:29:53 -07:00
..
developer-guide docs: add warning about summary model context length requirement (#7879) 2026-04-11 11:13:48 -07:00
getting-started fix(termux): improve status and install UX 2026-04-09 16:24:53 -07:00
guides feat(migration): preview-then-confirm UX + docs updates 2026-04-11 11:35:23 -07:00
integrations docs: add Xiaomi MiMo to all provider docs + fix MiMo-V2-Flash ctx len 2026-04-11 11:17:52 -07:00
reference update docks with changes made 2026-04-11 14:05:38 -07:00
user-guide feat(gateway): add all missing platforms to interactive setup wizard 2026-04-11 14:29:53 -07:00
index.md fix(bluebubbles): add missing integration points and documentation (#6460) 2026-04-09 00:19:05 -07:00