Add Slackbot transport support#114
Open
victor-develop wants to merge 5 commits intoPleasePrompto:mainfrom
Open
Add Slackbot transport support#114victor-develop wants to merge 5 commits intoPleasePrompto:mainfrom
victor-develop wants to merge 5 commits intoPleasePrompto:mainfrom
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…ading Add Slack transport with Hermes-style threading
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds full documentation and configuration support for Slack as a first-class messaging transport in the project, alongside Telegram and Matrix. It updates the README, installation docs, configuration examples, and internationalization files to describe Slack setup, permissions, and usage. No core code changes are included, but all user-facing documentation and config schemas now reflect Slack as a supported option.
Key changes:
Documentation and Setup Instructions:
README.mdto include Slack as a supported transport everywhere Telegram and Matrix are mentioned, with detailed setup instructions, required token scopes, event subscriptions, and behavior summary. [1] [2] [3] [4] [5] [6] [7]docs/installation.md, including step-by-step app creation, permissions, event subscriptions, allowlist configuration, and example config. [1] [2]Configuration and Schema:
config.example.jsonto show a Slack config block withbot_token,app_token,allowed_channels, andallowed_users.SlackConfigmodel inductor_bot/config.pyand included it in the mainAgentConfigschema, allowing Slack configuration to be validated and loaded like other transports. [1] [2]Module and Capability Descriptions:
docs/modules/messenger.mdto reference Slack as a supported transport, document theSlackBotprotocol implementation, and describe Slack's capabilities and factory registration. [1] [2] [3] [4]Internationalization: