feat(channels): add microsoft teams bot framework adapter

This commit is contained in:
William Valentin
2026-02-16 02:00:14 -08:00
parent c2bd8fa313
commit 8e35d2d674
15 changed files with 455 additions and 3 deletions
+7
View File
@@ -20,6 +20,13 @@ telegram:
# poll_interval_ms: 5000
# send_timeout_ms: 15000
# Optional: Microsoft Teams (Bot Framework)
# teams:
# app_id: ${TEAMS_APP_ID}
# app_password: ${TEAMS_APP_PASSWORD}
# allowed_conversation_ids: [] # Empty = allow all conversations
# require_mention: true
server:
# Tailscale Serve config (optional). Enable `serve: true` to expose the
# gateway to your tailnet via `tailscale serve`.