Merge branch 'master' into xtr/agent-loop-message-machine

This commit is contained in:
_Kerman
2026-07-24 22:48:18 +08:00
544 changed files with 14951 additions and 222 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)