openclaw-vainplex/src/msteams
Onur 269a3c4000 feat(msteams): add outbound sends and fix reply delivery
- Add sendMessageMSTeams for proactive messaging via CLI/gateway
- Wire msteams into outbound delivery, heartbeat targets, and gateway send
- Fix reply delivery to use SDK's getConversationReference() for proper
  bot info, avoiding "Activity Recipient undefined" errors
- Use proactive messaging for replies to post as top-level messages
  (not threaded) by omitting activityId from conversation reference
- Add lazy logger in send.ts to avoid test initialization issues
2026-01-09 11:06:14 +01:00
..
conversation-store.ts feat(msteams): add config reload, DM policy, proper shutdown 2026-01-09 11:05:34 +01:00
index.ts feat(msteams): add MS Teams provider skeleton 2026-01-09 11:05:34 +01:00
monitor.ts feat(msteams): add outbound sends and fix reply delivery 2026-01-09 11:06:14 +01:00
probe.ts feat(msteams): add MS Teams provider skeleton 2026-01-09 11:05:34 +01:00
send.ts feat(msteams): add outbound sends and fix reply delivery 2026-01-09 11:06:14 +01:00
token.ts feat(msteams): add MS Teams provider skeleton 2026-01-09 11:05:34 +01:00