Created
March 24, 2026 10:16
-
-
Save abuiles/61fecd06031b13f334bf54e0d189fbca to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "_metadata": { | |
| "major_version": 2, | |
| "minor_version": 1 | |
| }, | |
| "display_information": { | |
| "name": "Hermes Agent", | |
| "description": "Hermes Agent bot for Slack using Socket Mode.", | |
| "background_color": "#2C2D30" | |
| }, | |
| "features": { | |
| "bot_user": { | |
| "display_name": "hermes-agent", | |
| "always_online": false | |
| } | |
| }, | |
| "oauth_config": { | |
| "scopes": { | |
| "bot": [ | |
| "app_mentions:read", | |
| "channels:history", | |
| "channels:read", | |
| "chat:write", | |
| "files:write", | |
| "groups:history", | |
| "groups:read", | |
| "im:history", | |
| "im:read", | |
| "im:write", | |
| "users:read" | |
| ] | |
| } | |
| }, | |
| "settings": { | |
| "event_subscriptions": { | |
| "bot_events": [ | |
| "app_mention", | |
| "message.channels", | |
| "message.groups", | |
| "message.im" | |
| ] | |
| }, | |
| "org_deploy_enabled": false, | |
| "socket_mode_enabled": true, | |
| "token_rotation_enabled": false, | |
| "is_hosted": false | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment