Merge branch 'master' into feat/llm-empty-response-retry

This commit is contained in:
Tianyi Cui
2026-07-25 13:05:55 +08:00
committed by GitHub
905 changed files with 28304 additions and 3812 deletions

View File

@@ -1,5 +1,7 @@
# LLM Streaming
English | [中文](llm-streaming.zh.md)
The wire-level streaming vocabulary of [dsh-llm](../../packages/llm/llm). [core.md](core.md) introduces `StreamChunk`, `Message`, and `ContentBlock`; this page owns the full chunk protocol, the adapter contract every adapter must obey, and the shared assembler.
Source: [`packages/llm/llm/src/types.ts`](../../packages/llm/llm/src/types.ts)