openclaw-matrix-multiaccounts/src/msteams
Lloyd ab994d2c63 feat(agent): add human-like delay between block replies
Adds `agent.humanDelay` config option to create natural rhythm between
streamed message bubbles. When enabled, introduces a random delay
(default 800-2500ms) between block replies, making multi-message
responses feel more like natural human texting.

Config example:
```json
{
  "agent": {
    "blockStreamingDefault": "on",
    "humanDelay": {
      "enabled": true,
      "minMs": 800,
      "maxMs": 2500
    }
  }
}
```

- First message sends immediately
- Subsequent messages wait a random delay before sending
- Works with iMessage, Signal, and Discord providers

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-10 17:12:50 +01:00
..
attachments.test.ts fix(msteams): download image attachments reliably 2026-01-10 02:25:14 +00:00
attachments.ts fix(msteams): download image attachments reliably 2026-01-10 02:25:14 +00:00
conversation-store-fs.test.ts MS Teams: refactor provider + replyStyle + reliability 2026-01-09 11:06:38 +01:00
conversation-store-fs.ts refactor(msteams): consolidate stores and send context 2026-01-09 11:18:33 +01:00
conversation-store-memory.ts MS Teams: refactor provider + replyStyle + reliability 2026-01-09 11:06:38 +01:00
conversation-store.ts feat: finalize msteams polls + outbound parity 2026-01-09 11:07:32 +01:00
errors.test.ts MS Teams: refactor provider + replyStyle + reliability 2026-01-09 11:06:38 +01:00
errors.ts MS Teams: refactor provider + replyStyle + reliability 2026-01-09 11:06:38 +01:00
inbound.test.ts feat: finalize msteams polls + outbound parity 2026-01-09 11:07:32 +01:00
inbound.ts feat: finalize msteams polls + outbound parity 2026-01-09 11:07:32 +01:00
index.ts feat: finalize msteams polls + outbound parity 2026-01-09 11:07:32 +01:00
messenger.test.ts fix: filter NO_REPLY prefixes 2026-01-09 23:29:05 +00:00
messenger.ts fix: filter NO_REPLY prefixes 2026-01-09 23:29:05 +00:00
monitor-handler.ts fix: derive prefixes from routed identity (#578) (thanks @p6l-richard) 2026-01-09 16:39:32 +01:00
monitor-types.ts refactor(msteams): extract sdk + storage helpers 2026-01-09 11:07:32 +01:00
monitor.ts fix: scrub tool schemas for Cloud Code Assist (#567) (thanks @erikpr1994) 2026-01-09 15:19:49 +01:00
policy.test.ts MS Teams: refactor provider + replyStyle + reliability 2026-01-09 11:06:38 +01:00
policy.ts MS Teams: refactor provider + replyStyle + reliability 2026-01-09 11:06:38 +01:00
polls-store-memory.ts refactor(msteams): split monitor handler and poll store 2026-01-09 11:07:32 +01:00
polls-store.test.ts refactor(msteams): extract sdk + storage helpers 2026-01-09 11:07:32 +01:00
polls.test.ts feat: finalize msteams polls + outbound parity 2026-01-09 11:07:32 +01:00
polls.ts refactor(msteams): consolidate stores and send context 2026-01-09 11:18:33 +01:00
probe.test.ts MS Teams: refactor provider + replyStyle + reliability 2026-01-09 11:06:38 +01:00
probe.ts refactor(msteams): extract sdk + storage helpers 2026-01-09 11:07:32 +01:00
reply-dispatcher.ts feat(agent): add human-like delay between block replies 2026-01-10 17:12:50 +01:00
sdk-types.ts MS Teams: refactor provider + replyStyle + reliability 2026-01-09 11:06:38 +01:00
sdk.ts refactor(msteams): consolidate stores and send context 2026-01-09 11:18:33 +01:00
send-context.ts refactor(msteams): validate send recipient 2026-01-09 11:22:59 +01:00
send.ts refactor(msteams): consolidate stores and send context 2026-01-09 11:18:33 +01:00
storage.ts refactor(msteams): extract sdk + storage helpers 2026-01-09 11:07:32 +01:00
store-fs.ts refactor(msteams): consolidate stores and send context 2026-01-09 11:18:33 +01:00
token.ts feat(msteams): add MS Teams provider skeleton 2026-01-09 11:05:34 +01:00