Dev Ex

Chat & UI

Platform

Browser Use

View all

The agent drives a real local headless browser to fetch pages and renders the results inline in chat

Controlled Generative UI

Human in the Loop: Interrupts

View all

Interactive component rendered inline in the chat via the lower-level `useInterrupt` primitive — direct control over the LangGraph interrupt lifecycle.

In-Chat HITL (Booking)

View all

Time-picker card rendered inline via useHumanInTheLoop for a booking flow

Human in the Loop: Headless Interrupts

View all

Resolve langgraph interrupts headlessly via agent.subscribe + copilotkit.runAgent — no chat, no useInterrupt render prop

Declarative Generative UI

Open-Ended Generative UI

Operational Generative UI

Generative UI: Rendering multiple tools

View all

Sequential tool calls with reasoning tokens rendered side-by-side

Reasoning

View all

Visible reasoning/thinking chain alongside the final answer

Reasoning (Default Render)

View all

Built-in CopilotChatReasoningMessage renders without a custom slot

Interactivity

ThreadID: Frontend Tool Round-Trip

View all

Regression demo for ENT-658 — verifies that an explicit threadId survives a useFrontendTool round-trip (agent invokes a frontend tool, awaits the async handler, and the same threadId is preserved across the resume).

Agent State

Shared State: Streaming

View all

Per-token state delta streaming from agent to UI

Observational Memory

View all

Conversation context is compressed and activated out of band; the background work surfaces inline as activity cards

Multi-Agent

BYOC (Bring Your Own Components)

Declarative UI: Hashbrown

View all

Hashbrown-style generative UI (legacy slug — superseded by `declarative-hashbrown`; kept so the other 17 integrations whose manifests still declare this ID don't drop out of the catalog before their cross-codebase rename lands)

Declarative UI: json-render

View all

Streaming structured-output generative UI via @json-render/react (legacy slug — superseded by `declarative-json-render`; kept for cross-integration parity until the rename completes elsewhere)

033b0ae25
CopilotKit Showcase