feat(channels): add microsoft teams bot framework adapter
This commit is contained in:
@@ -6,7 +6,7 @@ Self-hosted personal AI assistant with Telegram and Terminal interfaces.
|
||||
|
||||
- **Multi-Frontend**: Telegram bot + Terminal UI (minimal & fullscreen modes) + Web UI dashboard
|
||||
- **Multi-Model**: Anthropic Claude, OpenAI, GitHub Copilot, Gemini, Bedrock, Zhipu AI (GLM), xAI (Grok), Ollama, llama.cpp with intelligent routing
|
||||
- **Multi-Channel**: Telegram, Discord, Slack, WhatsApp, Matrix, and Signal with unified adapter interface
|
||||
- **Multi-Channel**: Telegram, Discord, Slack, WhatsApp, Matrix, Signal, and Microsoft Teams with unified adapter interface
|
||||
- **Web Dashboard**: SPA control panel with health monitoring, chat, session browser, usage stats, and settings editor
|
||||
- **Model Switching**: Switch between cloud/local models on demand
|
||||
- **Session Persistence**: SQLite-backed conversation history
|
||||
@@ -150,6 +150,16 @@ signal:
|
||||
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: []
|
||||
require_mention: true
|
||||
|
||||
# Bot Framework messaging endpoint should point to:
|
||||
# POST https://<your-flynn-host>/teams/events
|
||||
|
||||
models:
|
||||
default:
|
||||
provider: anthropic
|
||||
|
||||
Reference in New Issue
Block a user