You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Teams integration via relay broker pattern: Cloudflare Worker receives bot activities from Azure Bot Service, queues in KV, local bridge polls and processes with claude -p.
Architecture
Teams User (1:1 / Group / Channel)
|
v (message activity)
Azure Bot Service ──> Cloudflare Worker (teams-relay)
- Validate JWT (JWKS from Microsoft)
- Queue activities in KV (1h TTL)
- Send replies via Bot Connector API
^
| (poll / reply)
Local broker-relay.ts
- Poll relay every 5s
- Strip @mention tags
- Safety layers (filter, quota, audit)
- Session memory (STM + LTM)
- Run claude -p
- Send response back through relay