Skip to main content
Back to registry

streaming

assistant-ui/skills

Always consult assistant-ui.com/llms.txt for latest API.

Installs565
Install command
npx skills add https://github.com/assistant-ui/skills --skill streaming
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Always consult assistant-ui.com/llms.txt for latest API. The assistant-stream package handles streaming from AI backends. useLocalRuntime expects ChatModelRunResult chunks. Yield content parts for streaming: Stream not updating UI Tool calls not rendering Partial text not showing - ./references/data-stream.md -- AI SDK data stream format - ./references/assistant-transport.md -- Native assistant-ui format - ./references/encoders.md -- Encoders and decoders - part-start with part.type = "text" | "reasoning" | "tool-call" | "source" | "file" - text-delta with streamed text - result with tool results - step-start , step-finish , message-finish - error strings - Check Content-Type is text/event-stream - Check for CORS errors - addToolCallPart needs both toolCallId and toolName - Register tool UI with makeAssistantToolUI - Use text-delta events for streaming

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does streaming do?

Always consult assistant-ui.com/llms.txt for latest API.

Is streaming good?

streaming does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does streaming work with?

streaming currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to streaming?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install streaming?

npx skills add https://github.com/assistant-ui/skills --skill streaming

Related skills

More from assistant-ui/skills

Related skills

Alternatives in Software Engineering