openclaw/docs/concepts
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
..
agent-loop.md feat: wire multi-agent config and routing 2026-01-09 12:48:42 +00:00
agent-workspace.md feat: wire multi-agent config and routing 2026-01-09 12:48:42 +00:00
agent.md chore: normalize Clawdbot naming 2026-01-10 05:14:09 +01:00
architecture.md docs: refresh and simplify docs 2026-01-08 23:07:20 +01:00
compaction.md docs: add compaction concept 2026-01-07 18:12:17 +01:00
group-messages.md feat: wire multi-agent config and routing 2026-01-09 12:48:42 +00:00
groups.md feat: wire multi-agent config and routing 2026-01-09 12:48:42 +00:00
messages.md feat(agent): add human-like delay between block replies 2026-01-10 17:12:50 +01:00
model-failover.md refactor: centralize failover error parsing 2026-01-10 01:26:06 +01:00
models.md docs: document OpenCode Zen config (#623) 2026-01-10 01:26:25 +01:00
multi-agent.md feat: wire multi-agent config and routing 2026-01-09 12:48:42 +00:00
oauth.md fix(auth): enable OAuth refresh for Claude CLI credentials 2026-01-10 15:40:27 +01:00
presence.md docs: refresh and simplify docs 2026-01-08 23:07:20 +01:00
provider-routing.md refactor: harden broadcast groups 2026-01-09 21:39:58 +01:00
queue.md feat: wire multi-agent config and routing 2026-01-09 12:48:42 +00:00
retry.md fix: add provider retry policy 2026-01-07 17:48:19 +00:00
session-pruning.md feat: wire multi-agent config and routing 2026-01-09 12:48:42 +00:00
session-tool.md fix: clarify sessions_send delivery semantics 2026-01-10 00:34:24 +01:00
session.md feat: enable adaptive context pruning by default 2026-01-08 22:23:03 +01:00
sessions.md docs: fix internal doc links 2026-01-07 02:15:46 +01:00
streaming.md feat(agent): add human-like delay between block replies 2026-01-10 17:12:50 +01:00
system-prompt.md refactor: centralize skills prompt resolution 2026-01-09 21:27:20 +01:00
timezone.md feat: wire multi-agent config and routing 2026-01-09 12:48:42 +00:00
typebox.md docs: refresh and simplify docs 2026-01-08 23:07:20 +01:00
typing-indicators.md feat: wire multi-agent config and routing 2026-01-09 12:48:42 +00:00
usage-tracking.md fix: restore emoji-rich status output 2026-01-09 03:15:33 +00:00