streaming-llm-responses

Installation
SKILL.md

Streaming LLM Responses

Build responsive, real-time chat interfaces with streaming feedback.

Quick Start

import { useChatKit } from "@openai/chatkit-react";

const chatkit = useChatKit({
  api: { url: API_URL, domainKey: DOMAIN_KEY },

  onResponseStart: () => setIsResponding(true),
  onResponseEnd: () => setIsResponding(false),
Installs
20
GitHub Stars
24
First Seen
Feb 8, 2026
streaming-llm-responses — mjunaidca/mjs-agent-skills