feat: add interactive setup for messaging platforms in gateway CLI

Enhanced the hermes CLI gateway with a new 'setup' command to configure messaging platforms (Telegram, Discord, Slack, WhatsApp). This includes prompts for necessary environment variables and improved user experience for platform configuration. Updated documentation to reflect the new command.
This commit is contained in:
teknium1 2026-03-03 18:57:33 -08:00
parent 73f2998d48
commit fa3d7b3d03
2 changed files with 276 additions and 3 deletions

View file

@ -1188,7 +1188,10 @@ For more help on a command:
# gateway uninstall
gateway_uninstall = gateway_subparsers.add_parser("uninstall", help="Uninstall gateway service")
# gateway setup
gateway_setup = gateway_subparsers.add_parser("setup", help="Configure messaging platforms")
gateway_parser.set_defaults(func=cmd_gateway)
# =========================================================================