chore(sync): mirror docs from openclaw/openclaw@93346b00fb

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-25 05:26:04 +00:00
parent 8caa483517
commit ba6e34a71d
4 changed files with 3 additions and 9 deletions

View File

@ -1,5 +1,5 @@
{
"repository": "openclaw/openclaw",
"sha": "f9c268cf5689b0b0e6cc07d5d8853f7f9d9d0b8b",
"syncedAt": "2026-04-25T05:23:50.485Z"
"sha": "93346b00fbfa008a2cd9c3c3945e6906cfb3cf92",
"syncedAt": "2026-04-25T05:24:40.878Z"
}

View File

@ -7,8 +7,6 @@ read_when:
title: "Streaming and chunking"
---
# Streaming + chunking
OpenClaw has two separate streaming layers:
- **Block streaming (channels):** emit completed **blocks** as the assistant writes. These are normal channel messages (not token deltas).

View File

@ -6,8 +6,6 @@ read_when:
title: "Voice call plugin"
---
# Voice Call (plugin)
Voice calls for OpenClaw via a plugin. Supports outbound notifications and
multi-turn conversations with inbound policies.

View File

@ -7,9 +7,7 @@ read_when:
title: "Session management deep dive"
---
# Session Management & Compaction (Deep Dive)
This document explains how OpenClaw manages sessions end-to-end:
This page explains how OpenClaw manages sessions end-to-end:
- **Session routing** (how inbound messages map to a `sessionKey`)
- **Session store** (`sessions.json`) and what it tracks