# Slack Transport # Copy this file to bot.toml and fill in your values. # Only one transport can be active at a time. # # Setup: # 1. Create a Slack App at api.slack.com/apps # 2. Add OAuth scopes: chat:write, chat:update # 3. Subscribe to bot events: message.channels, message.groups, message.im # 4. Install the app to your workspace # 5. Set your webhook URL in Event Subscriptions: https://your-server/webhook/slack enabled = true transport = "slack" slack_bot_token = "xoxb-..." slack_signing_secret = "your-signing-secret" slack_channel_ids = ["C01ABCDEF"] # Bot display name (used in formatted messages). # display_name = "Assistant" # Maximum conversation turns to remember per channel (default: 20). # history_size = 20