freshcrate
Skin:/
Home > AI Agents > CopilotKit

CopilotKit

The Frontend Stack for Agents & Generative UI. React + Angular. Makers of the AG-UI Protocol

Why this rank:Strong adoptionRecent releaseHealthy release cadence

Description

The Frontend Stack for Agents & Generative UI. React + Angular. Makers of the AG-UI Protocol

README

FavIcon

CopilotKit

Docs ยท Examples ยท Copilot Cloud ยท Discord

Build agent-native applications with generative UI, shared state, and human-in-the-loop workflows.

CopilotKit



What is CopilotKit

CopilotKit is a best-in-class SDK for building full-stack agentic applications, Generative UI, and chat applications.

We are the company behind the AG-UI Protocol, adopted by Google, LangChain, AWS, Microsoft, Mastra, PydanticAI, and more!

abb2bbad-c615-49f6-9c05-e8848b19da0b.mp4

Features:

  • Chat UI โ€“ A React-based chat interface that supports message streaming, tool calls, and agent responses.
  • Backend Tool Rendering โ€“ Enables agents to call backend tools that return UI components rendered directly in the client.
  • Generative UI โ€“ Allows agents to generate and update UI components dynamically at runtime based on user intent and agent state.
  • Shared State โ€“ A synchronized state layer that both agents and UI components can read from and write to in real time.
  • Human-in-the-Loop โ€“ Lets agents pause execution to request user input, confirmation, or edits before continuing.
full-headless-chat.mp4

Quick Start

New projects:

npx copilotkit@latest create -f <framework>

Existing projects:

npx copilotkit@latest init
cpk-cli.mp4

What this gives you:

  • CopilotKit installed โ€“ Core packages are fully set up in your app
  • Provider configured โ€“ Context, state, and hooks ready to use
  • Agent <> UI connected โ€“ Agents can stream actions and render UI immediately
  • Deployment-ready โ€“ Your app is ready to deploy

Complete getting started guide โ†’

How it works:

CopilotKit connects your UI, agents, and tools into a single interaction loop.

CopilotKit Diagram โ€” Motion x2 6 sec version

This enables:

  • Agents that ask users for input
  • Tools that render UI
  • Stateful workflows across steps and sessions

โญ๏ธ useAgent Hook

The useAgent hook is a proper superset of useCoAgent and sits directly on AG-UI, giving more control over the agent connection.

// Programmatically access and control your agents
const { agent } = useAgent({ agentId: "my_agent" });

// Render and update your agent's state
return <div>
  <h1>{agent.state.city}</h1>
  <button onClick={() => agent.setState({ city: "NYC" })}>
    Set City
  </button>
</div>

Check out the useAgent docs to learn more.

CopilotKit.UseAgent.Graphic.Motion_2.mp4

Generative UI

Generative UI is a core CopilotKit pattern that allows agents to dynamically render UI as part of their workflow.

demo-generative-ui.mp4

Compare the Three Types

image

Explore:

Generative UI educational repo โ†’

๐Ÿ–ฅ๏ธ AG-UI: The Agentโ€“User Interaction Protocol

Connect agent workflow to user-facing apps, with deep partnerships and 1st-party integrations across the agentic stackโ€”including LangGraph, CrewAI, and more.

AG-UI


npx create-ag-ui-app my-agent-app
Learn more in the AG-UI README โ†’

๐Ÿค Community

Have questions or need help?

Join our Discord โ†’
Read the Docs โ†’
Try Copilot Cloud โ†’

Stay up to date with our latest releases!

Follow us on LinkedIn โ†’
Follow us on X โ†’

๐Ÿ™‹๐Ÿฝโ€โ™‚๏ธ Contributing

Thanks for your interest in contributing to CopilotKit! ๐Ÿ’œ

We value all contributions, whether it's through code, documentation, creating demo apps, or just spreading the word.

Here are a few useful resources to help you get started:

๐Ÿ“„ License

This repository's source code is available under the MIT License.

Release History

VersionChangesUrgencyDate
v1.59.5Release v1.59.5High6/5/2026
v1.59.0Release v1.59.0High5/29/2026
v1.57.4Release v1.57.4High5/21/2026
v1.57.2# CopilotKit v1.57.2 A patch release on the `1.57` line. Brings `@copilotkit/react-native` to full v2 API parity with chat UI components and a native `useAttachments` hook over `expo-document-picker`/`expo-file-system`, adds a `position` prop on the v2 `CopilotSidebar` and a `followUp` option on `useComponent`, ships anonymous interaction telemetry on `@copilotkit/web-inspector` (env-var-gated, propagated through the runtime), widens SDK header forwarding from `x-aimock-*` to all `x-*` prefixHigh5/19/2026
v1.57.1# CopilotKit v1.57.1 A patch release on the `1.57` line. Adds `@copilotkit/react-native` for using CopilotKit hooks in React Native apps, ships `registerProxiedAgent` for mounting frontend tools/context against a single runtime agent, adds a per-call `getHeaders` resolver to `BuiltInAgent`'s MCP server config, and auto-mounts the `IntelligenceIndicator` pill when intelligence is configured on the runtime. ## Install ```bash npm install @copilotkit/react-core@1.57.1 @copilotkit/react-uiHigh5/7/2026
v1.57.0# CopilotKit v1.57.0 A minor release on the `1.57` line. The headline is a new **Threads** tab in the web inspector โ€” backed by a thread-store registry in `@copilotkit/core`, a `useThreads` hook, and per-thread inspection endpoints in the runtime โ€” plus `registerProxiedAgent` for mounting frontend tools/context against a server-defined agent, `IntelligenceIndicator` auto-mount, and `requiresUser` for OAuth-gated MCP HTTP servers. ## Install ```bash npm install @copilotkit/react-core@1.High5/5/2026
v1.56.5# CopilotKit v1.56.5 A patch release on the `1.56` line. No breaking API changes โ€” fixes to the runtime stream converters, reasoning lifecycle, LangGraph wrappers, Express compatibility, and React chat surfaces, plus a new LangGraph state-injection helper and a new memory runner package. ## Install ```bash npm install @copilotkit/react-core@1.56.5 @copilotkit/react-ui@1.56.5 @copilotkit/runtime@1.56.5 ``` ## Features - **LangGraph state injection in `@copilotkit/sdk-js`** โ€” `creHigh4/30/2026
v1.56.4Release v1.56.4High4/27/2026
v1.56.3Release v1.56.3High4/22/2026
v1.56.2Release v1.56.2High4/16/2026
v1.56.1Release v1.56.1High4/16/2026
v1.56.0Release v1.56.0High4/15/2026
cli/v1.0.2Release cli/v1.0.2High4/11/2026
v1.55.3Release v1.55.3High4/11/2026
v1.55.3Release v1.55.3High4/11/2026
v1.55.3Release v1.55.3High4/11/2026
v1.55.3Release v1.55.3High4/11/2026
v1.55.3Release v1.55.3High4/11/2026
v1.54.0# @copilotkit/react-core ## 1.54.0 ### Minor Changes - fa0d1cd: Add support for Standard Schema (instead of just Zod) ### Patch Changes - c80498e: feat(core): add copilotkit.runTool() for programmatic tool execution - af11b1e: Fixed hook render registrations lost under React Strict Mode. - Updated dependencies [eb1e0bf] - Updated dependencies [3780c6a] - Updated dependencies [6e0cddf] - Updated dependencies [fa0d1cd] - Updated dependencies [c80498e] - Updated dependencies [d746e4f] - UpdateMedium3/12/2026
v1.53.0# @copilotkit/react-core ## 1.53.0 ### Patch Changes - 1510f64: feat: enable mcp and a2ui middleware directly from copilotkit runtime - f1eaa4c: Fixing a regression with setModalOpen - ac31331: - Prevents error propagating out of CPK when an agent runtime is defined but not reachable - Adds an onError callback to CopilotChat and CopilotKitProvider - Updated dependencies [1510f64] - Updated dependencies [bf1fc6f] - @copilotkit/shared@1.53.0 - @copilotkitnext/core@1.53.0 - @copilotkitneLow3/6/2026
v1.52.1# @copilotkit/react-core ## 1.52.1 ### Patch Changes - b555ac4: fix(react-core): allow overriding useSingleEndpoint in CopilotKit provider The V1 `<CopilotKit>` provider previously hardcoded `useSingleEndpoint={true}` when wrapping the V2 provider, preventing users from opting into REST transport mode. The prop is now passed through from user config, defaulting to `true` to preserve backward compatibility. - Updated dependencies [bbdf67d] - @copilotkitnext/react@1.52.1 - @copilotkit/rLow2/27/2026
v1.52.0v1.52.0 drops a fresh batch of **v2 hooks**, brings first-class **interrupt handling**, adds **reasoning message rendering**, and squashes the Tailwind style-leak bug that's been messing with host apps. Seven packages updated, zero breaking changes. Let's get into it. ## New Hooks This release adds four new hooks to the v2 API surface in `@copilotkit/react-core/v2`: ### `useComponent` Register custom UI components that render directly inside the chat context. Clean, composable, and fLow2/26/2026
v1.51.4# @copilotkit/react-core ## 1.51.4 ### Patch Changes - 6b9c60e: fix: add dependencies to fix stale state of regenerate method - 12ee574: v2 UI improvements - 9bc868d: Frontend tools integration with core in Angular package - c998f30: fix(core): prevent tool call results from leaking into wrong thread on thread switch - 6b7d8ef: feat(react): apply resource CSP domains to MCP Apps sandbox iframe - Updated dependencies [c998f30] - Updated dependencies [a3090d5] - @copilotkitnext/core@1.51.4 Low2/17/2026
v1.51.3# @copilotkit/react-core ## 1.8.2 ### Patch Changes - @copilotkit/runtime-client-gql@1.8.2 - @copilotkit/shared@1.8.2 # @copilotkit/react-ui ## 1.8.2 ### Patch Changes - @copilotkit/runtime-client-gql@1.8.2 - @copilotkit/react-core@1.8.2 - @copilotkit/shared@1.8.2 # @copilotkit/sdk-js ## 1.8.2 ### Patch Changes - @copilotkit/shared@1.8.2 # @copilotkit/react-textarea ## 1.8.2 ### Patch Changes - @copilotkit/runtime-client-gql@1.8.2 - @copilotkit/react-core@1.8.2 - @copilotkit/shLow1/29/2026
v1.51.2@copilotkit and @copilotkitnext dependencies moved from peer dependencies to dependenciesLow1/15/2026
v1.51.1Add support for MCP Apps MiddlewareLow1/14/2026
v1.50.1# @copilotkit/react-core ## 1.50.1 ### Patch Changes - bdc7a8f: - fix: restore message callbacks - 80dffec: Updated the default model and API version for the Google GenAI adapter - cfa4185: - fix: fix stale state in handler - eac8b20: - fix: use latest vnext - Updated dependencies [80dffec] - @copilotkit/runtime-client-gql@1.50.1 - @copilotkit/shared@1.50.1 # @copilotkit/react-ui ## 1.50.1 ### Patch Changes - bdc7a8f: - fix: restore message callbacks - 80dffec: Updated the default moLow12/17/2025
v1.50.0# CopilotKit v1.50.0 Release Notes CopilotKit v1.50 is a major update. It includes many highly sought after new features, under the hood improvements and simplifications, and extensive improvements to existing core elements: * [useAgent](https://docs.copilotkit.ai/whats-new/v1-50#useagent) - Superset of useCoAgent with more control, including: Shared State, Time Travel, Multi-Agent Execution and Agent Mutual Awareness * [Threads and Persistence](https://docs.copilotkit.ai/whats-new/v1-50#Low12/12/2025
v1.10.6# @copilotkit/react-core ## 1.10.6 ### Patch Changes - 3ac64bf: - fix: allow disabling actions in the new action hooks - c9e499f: - feat: create targeted convenience wrappers around copilot action - 8626c5a: - fix: surface errors also in production - Updated dependencies [8626c5a] - Updated dependencies [e0dd5d5] - @copilotkit/runtime-client-gql@1.10.6 - @copilotkit/shared@1.10.6 # @copilotkit/react-ui ## 1.10.6 ### Patch Changes - 0cc9ec2: - fix(react-ui): address hydration issue Low10/9/2025
v1.10.5# @copilotkit/react-core ## 1.10.5 ### Patch Changes - b7bc3a0: - feat: pass copilot readable context to agui agents - f3fdd7a: - fix: stop chat from contacting agent that has errored - 32c163e: - inspector visibility toggle in ConsoleTrigger component - 6112a67: - fix: consider edge cases when regenerate button is used - @copilotkit/runtime-client-gql@1.10.5 - @copilotkit/shared@1.10.5 # @copilotkit/react-ui ## 1.10.5 ### Patch Changes - c2de25d: - fix: refrain from using prismjs foLow9/30/2025
v1.10.4# @copilotkit/react-core ## 1.10.4 ### Patch Changes - ef98963: - feat: add platform-wide error surfacing for custom error rendering - feat: add error as a message option and a component level onError - 052d54d: - fix: enable erasing chat state on new thread creation - Updated dependencies [a640d8e] - @copilotkit/shared@1.10.4 - @copilotkit/runtime-client-gql@1.10.4 # @copilotkit/react-ui ## 1.10.4 ### Patch Changes - ef98963: - feat: add platform-wide error surfacing for custom erLow9/8/2025
v1.10.3# @copilotkit/react-core ## 1.10.3 ### Patch Changes - Updated dependencies [ea74047] - @copilotkit/shared@1.10.3 - @copilotkit/runtime-client-gql@1.10.3 # @copilotkit/react-ui ## 1.10.3 ### Patch Changes - Updated dependencies [ea74047] - @copilotkit/shared@1.10.3 - @copilotkit/runtime-client-gql@1.10.3 - @copilotkit/react-core@1.10.3 # @copilotkit/sdk-js ## 1.10.3 ### Patch Changes - f566562: - fix: allow dependents to decide langgraph version by using peer dependencies Low8/29/2025
v1.10.2# @copilotkit/react-core ## 1.10.2 ### Patch Changes - db5bbda: - fix: allow disabling of default cpk system message - chore: set up direct fastapi usage on coagents starter poetry demo - @copilotkit/runtime-client-gql@1.10.2 - @copilotkit/shared@1.10.2 # @copilotkit/react-ui ## 1.10.2 ### Patch Changes - db5bbda: - fix: allow disabling of default cpk system message - chore: set up direct fastapi usage on coagents starter poetry demo - Updated dependencies [db5bbda] - @copilotkLow8/14/2025
v1.10.1# @copilotkit/react-core ## 1.10.1 ### Patch Changes - Updated dependencies [76e2603] - Updated dependencies [7bf9dfa] - @copilotkit/runtime-client-gql@1.10.1 - @copilotkit/shared@1.10.1 # @copilotkit/react-ui ## 1.10.1 ### Patch Changes - edb87b3: - fix: address issue where two # @copilotkit/sdk-js ## 1.10.1 ### Patch Changes - @copilotkit/shared@1.10.1 # @copilotkit/react-textarea ## 1.10.1 ### Patch Changes - Updated dependencies [76e2603] - Updated dependencies [7bf9dfaLow8/8/2025
v1.10.0# @copilotkit/react-core ## 1.10.0 ### Minor Changes - 8674da1: - refactor(headless): completely overhaul headless ui to better support agentic features Headless UI has been in a bad state for a bit now. When we added support for different agentic runtimes we acquired tech-debt that, with this PR, is being alleviated. As such, the following features have been updated to be completely functional with Headless UI. - Generative UI - Suggestions - Agentic Generative UI - InterrupLow8/7/2025
v1.9.3# @copilotkit/react-core ## 1.9.3 ### Patch Changes - f83bda0: Fix: remote actions should never be executed to avoid duplicate result messages - Updated dependencies [1bda332] - @copilotkit/shared@1.9.3 - @copilotkit/runtime-client-gql@1.9.3 # @copilotkit/react-ui ## 1.9.3 ### Patch Changes - Updated dependencies [f83bda0] - Updated dependencies [1bda332] - @copilotkit/react-core@1.9.3 - @copilotkit/shared@1.9.3 - @copilotkit/runtime-client-gql@1.9.3 # @copilotkit/sdk-js ## Low7/17/2025
v1.9.2# @copilotkit/react-core ## 1.9.2 ### Patch Changes - cbeccb5: - fix: refrain repeated api calls by memoizing state - 3f8c575: - fix: use time travel for regeneration of messages - fix: use a better cutoff for regeneration request - fac89c2: - refactor: rename onTrace to onError throughout codebase - Rename CopilotTraceEvent to CopilotErrorEvent and CopilotTraceHandler to CopilotErrorHandler - e1de032: - fix: synchronously execute renderAndWaitForResponse Previously, it was impossiblLow7/14/2025
v1.9.1# @copilotkit/react-core ## 1.9.1 ### Patch Changes - Updated dependencies [deaeca0] - @copilotkit/shared@1.9.1 - @copilotkit/runtime-client-gql@1.9.1 # @copilotkit/react-ui ## 1.9.1 ### Patch Changes - Updated dependencies [deaeca0] - @copilotkit/shared@1.9.1 - @copilotkit/runtime-client-gql@1.9.1 - @copilotkit/react-core@1.9.1 # @copilotkit/sdk-js ## 1.9.1 ### Patch Changes - Updated dependencies [deaeca0] - @copilotkit/shared@1.9.1 # @copilotkit/react-textarea ## 1Low6/17/2025
v1.9.0# @copilotkit/react-core ## 1.9.0 ### Patch Changes - 54cae30: - fix(react-core): allow custom toolChoice in forwardedParameters to override default - fix: move react-dom to peerDependencies in @copilotkit/react-textarea - feat: add amazon bedrock adapter support - @copilotkit/runtime-client-gql@1.9.0 - @copilotkit/shared@1.9.0 # @copilotkit/react-ui ## 1.9.0 ### Patch Changes - Updated dependencies [54cae30] - @copilotkit/react-core@1.9.0 - @copilotkit/runtime-client-gql@1.9Low6/13/2025
v1.8.14# @copilotkit/react-core ## 1.8.14 ### Patch Changes - 9cf1fda: - fix append follow-up when actions disable followUp - Create stupid-nails-travel.md - fixup - 9cf1fda: - fix append follow-up when actions disable followUp - Updated dependencies [34a78d8] - @copilotkit/shared@1.8.14 - @copilotkit/runtime-client-gql@1.8.14 # @copilotkit/react-ui ## 1.8.14 ### Patch Changes - Updated dependencies [34a78d8] - Updated dependencies [9cf1fda] - Updated dependencies [9cf1fda] - @copilotLow6/6/2025
v1.8.13## ๐Ÿ†• CopilotKit v1.8.13 โ€” Changelog ### โœจ Features * **Feature Viewer (no chat mode)** introduced โ€” improves the viewer UX without default chat panel (#1819, #1824) * **Custom Markdown in Assistant Messages** now supported (#1726) * **Suggestion List Replacement** added โ€” users can now dynamically update suggestion lists (#1846) ### ๐Ÿงช Developer Experience * Updated `@copilotkit/sdk` to latest in **Demo Viewer** (#1821) * **CrewAI HITL docs** updated to reflect new flow (#1837) Low5/21/2025
v1.8.12## ๐Ÿ”– CopilotKit v1.8.12 โ€“ Release Notes ### โœจ Features * **Keep system role for OpenAI adapters** โ€“ Gives developers more control over agent identity in conversation flows. * **New AG2 & Mastra demos** โ€“ Introduced feature viewers and starter templates for both AG2 and Mastra-powered agents. * **MongoDB + Pinecone examples** โ€“ Added vector search demo integrations for fast prototyping. * **Updated CoAgent Starter UI** โ€“ Visual refresh to better showcase CoAgent capabilities. ### ๐Ÿ›  Low5/15/2025
v1.8.11# @copilotkit/react-core ## 1.8.11 ### Patch Changes - @copilotkit/runtime-client-gql@1.8.11 - @copilotkit/shared@1.8.11 # @copilotkit/react-ui ## 1.8.11 ### Patch Changes - b9dd397: - fix(react-ui): fix scrolling into view issue Signed-off-by: Tyler Slaton <tyler@copilotkit.ai> - @copilotkit/runtime-client-gql@1.8.11 - @copilotkit/react-core@1.8.11 - @copilotkit/shared@1.8.11 # @copilotkit/sdk-js ## 1.8.11 ### Patch Changes - @copilotkit/shared@1.8.11 # @copilotkit/reacLow5/8/2025
v1.8.10# @copilotkit/react-core ## 1.8.10 ### Patch Changes - 742efbb: - feat: enable setting langgraph config from ui - chore: document usage of new config - @copilotkit/runtime-client-gql@1.8.10 - @copilotkit/shared@1.8.10 # @copilotkit/react-ui ## 1.8.10 ### Patch Changes - 62b6db1: - fix: allow the chat input to expand on new lines - 98c09dd: - fix: fix colors on chat ui dark mode - Updated dependencies [742efbb] - @copilotkit/react-core@1.8.10 - @copilotkit/runtime-client-gql@1.8Low5/6/2025
v1.8.9# @copilotkit/react-core ## 1.8.9 ### Patch Changes - @copilotkit/runtime-client-gql@1.8.9 - @copilotkit/shared@1.8.9 # @copilotkit/react-ui ## 1.8.9 ### Patch Changes - @copilotkit/runtime-client-gql@1.8.9 - @copilotkit/react-core@1.8.9 - @copilotkit/shared@1.8.9 # @copilotkit/sdk-js ## 1.8.9 ### Patch Changes - @copilotkit/shared@1.8.9 # @copilotkit/react-textarea ## 1.8.9 ### Patch Changes - @copilotkit/runtime-client-gql@1.8.9 - @copilotkit/react-core@1.8.9 - @copilotkit/shLow4/25/2025
v1.8.8# CopilotKit Changelog - v1.8.8 ## Features - Added standard starter for no agent frameworks (#1715) ## Bug Fixes - Fixed MCP tool parameter extraction to handle full tool objects (#1716, #1718) - Fixed parse MCP tool params bug (#1716) ## Refactors - Renamed `mcpEndpoints` to `mcpServers` for naming consistency - Applied consistently across the codebase - Affects API signatures in multiple components and interfaces - Updated `CopilotKitProps`, `CopilotApiConfig`, and `CopLow4/25/2025
v1.8.7# Changelog ## 1.8.7 (April 22, 2025) ### Features ๐Ÿš€ - Added image input support with multi-model compatibility and paste functionality (@suhasdeshpande, @mnutt) ### Bug Fixes ๐Ÿ› - Removed memory saver (#1690) (@suhasdeshpande) - Fixed telemetry by adding sampleWeight to support accurate volume estimation (#1690) (@suhasdeshpande) ### Dependencies ๐Ÿ“ฆ - Updated dependency copilotkit to v0.1.44 (#1684) - Updated copilotkit examples to v1.8.6 (#1687) ### Documentation ๐Ÿ“š - FixLow4/22/2025
v1.8.6# @copilotkit/react-core ## 1.8.6 ### Patch Changes - 7a04bd1: - fix: fix how results are communicated back on interrupt - fix: do not allow followup for interrupt actions - chore: improve TS docs for interrupt - @copilotkit/runtime-client-gql@1.8.6 - @copilotkit/shared@1.8.6 # @copilotkit/react-ui ## 1.8.6 ### Patch Changes - Updated dependencies [7a04bd1] - @copilotkit/react-core@1.8.6 - @copilotkit/runtime-client-gql@1.8.6 - @copilotkit/shared@1.8.6 # @copilotkit/sdk-jLow4/16/2025
v1.8.5### Features - Add Model Context Protocol (MCP) support (#1625) - Add powered-by-copilotkit watermark (#1626) - Add new generic langgraph block in the registry (#1636) - Make generic langgraph more agnostic between copilotcloud and standard langgraph (#1658) ### Bug Fixes - Fix duplicate messages on regenerate (#1613) - Fix for every component that has default, make prop optional (#1605) - Handle langgraph client specific errors when running lgc stream (#1653) - Improve message streamLow4/11/2025
v1.8.4# @copilotkit/react-core ## 1.8.4 ### Patch Changes - 4e28414: - use new interface properly - Updated dependencies [f363760] - @copilotkit/shared@1.8.4 - @copilotkit/runtime-client-gql@1.8.4 # @copilotkit/react-ui ## 1.8.4 ### Patch Changes - 0846462: - fix: remove styles corresponding to OS dark theme - fc11455: - fix: focus on text area when clicking in input box - Updated dependencies [f363760] - Updated dependencies [4e28414] - @copilotkit/shared@1.8.4 - @copilotkit/react-corLow3/28/2025
v1.8.3# @copilotkit/react-core ## 1.8.3 ### Patch Changes - @copilotkit/runtime-client-gql@1.8.3 - @copilotkit/shared@1.8.3 # @copilotkit/react-ui ## 1.8.3 ### Patch Changes - 76520b8: - style: remove system-preference oriented dark mode - 0f6baa1: - fix: fix default styles of chat components - @copilotkit/react-core@1.8.3 - @copilotkit/runtime-client-gql@1.8.3 - @copilotkit/shared@1.8.3 # @copilotkit/sdk-js ## 1.8.3 ### Patch Changes - @copilotkit/shared@1.8.3 # @copilotkit/reactLow3/27/2025
v1.8.2## What's Changed ## โœจ Features - feat: add new registry entry for coagents starter UI by @tylerslaton in https://github.com/CopilotKit/CopilotKit/pull/1553 - feat: add runtimes to our registry by @tylerslaton in https://github.com/CopilotKit/CopilotKit/pull/1560 - feat: add wfcms-data.json files for demos in marketing site by @tylerslaton in https://github.com/CopilotKit/CopilotKit/pull/1562 ## ๐Ÿ› Fixes - fix: remove LangGraph persistence in Lambda agent by @suhasdeshpande in https:/Low3/26/2025
v1.8.1## What changed - fix (react-core): Updated agentSession when agent props changed (#1497) - fix: Set text area within the input box to transparent background (#1550) Low3/25/2025
v1.8.0### โœจ Features - Chat interface redesign (#1419) - Added shadcn component registry for CopilotKit (#1506) ### Improvements - ๐Ÿ“š Demo section redesigned to list by categories (#1440) - ๐Ÿ”ง Added MDX capabilities to demo viewer (#1508) - โœ… Added DefaultResponseRenderer and DefaultStateRenderers (#1509) - ๐Ÿš€ Added CrewAI UI components documentation (#1513) - ๐Ÿ”„ Added support for conditionals in LG interrupt hook (#1494) ### ๐Ÿ› Fixes - Re-align customization variable names and usage (Low3/25/2025
v1.7.1**Release Date:** March 12, 2025 ## Features and Enhancements - **@copilotkit/runtime:** Simplified interface and added agent observability. ## Contributors - @suhasdeshpande Low3/12/2025
v1.7.0**Release Date: March 11, 2025** ## Features and Enhancements Today we're really excited to announce support for a new agent framework - CrewAI! Bring in Crew or Flow and chat with it with all of the CopilotKit features you've come to know and love baked in. - **Frontend-Only Actions:** Allow restricting actions to the frontend, enhancing security and user control. - **CrewAI Support:** Integrated CrewAI, making it an optional dependency for users who need additional AI collaboration feaLow3/11/2025
v1.6.0# v1.6.0 **Release Date: February 28, 2025** ## Features and Enhancements - **Configurable LangGraph Execution:** Introduced the ability to execute LangGraph with user-defined configurations, allowing for more flexible and tailored workflows. - **Frontend-Only Action Restriction:** Added support to restrict certain actions to the frontend, enhancing security and control over client-side operations. - **New Hooks for Enhanced Functionality:** Introduced `useCopilotAdditionalInstrucLow2/27/2025
v1.5.20# v1.5.20 **Release Date: February 14, 2025** ## CoAgents v0.5 official Release ๐Ÿš€ ## Enhanced Message Synchronization - The integration between LangGraph agent messages and CopilotKit messages has been streamlined to provide seamless, automatic synchronization. This eliminates the need for manual message handling and ensures perfect consistency across your application. ## Automated Tool Call Management - Tool calls from LangGraph agents are now automatically emitted by defaultLow2/14/2025
v1.5.19# v1.5.19 **Release Date: February 13, 2025** ## Bug Fixes - Input Handling During Interrupts: Improved input handling to ensure inputs are properly disabled when an interrupt is active. - JavaScript Coagents Starter Documentation: Enhanced documentation for the JavaScript Coagents Starter, providing clearer setup and usage instructions. - Warning System for Coagent State and Action Duplication: Introduced a new warning system to detect and alert on coagent state render duplicatioLow2/13/2025
v1.5.18# Changelog v1.5.18 ## Features and Enhancements - Added TypeScript guide for Node HITL implementation - Updated CoAgents Starter README.md to include the JS-SDK (#1341) ## Bug Fixes - Fixed concurrency issues (#1350) - Improved version mismatch detection and alerts (#1349) - Added warning when version mismatch is not expected to error out - Enhanced error messages with additional information - Used langgraph metadata to get node name (#1352) - Fixed dependencies by updating coLow2/12/2025
v1.5.17# @copilotkit/react-core ## 1.5.17 ### Patch Changes - Updated dependencies [1fc3902] - @copilotkit/runtime-client-gql@1.5.17 - @copilotkit/shared@1.5.17 # @copilotkit/react-ui ## 1.5.17 ### Patch Changes - Updated dependencies [1fc3902] - @copilotkit/runtime-client-gql@1.5.17 - @copilotkit/shared@1.5.17 - @copilotkit/react-core@1.5.17 # @copilotkit/sdk-js ## 1.5.17 ### Patch Changes - Updated dependencies [1fc3902] - @copilotkit/shared@1.5.17 # @copilotkit/react-textaLow2/11/2025
v1.5.16# Changelog ### Bug Fixes - Support for multiple value types in interrupt functionality (#1329) - Resolution for sync/async call mixing in LangGraph agent (#1331) - Langchain versions alignment across repository (#1317) - Version mismatch detection and alerting system (#1333) - Copilotkit examples maintenance (#1315) - Copilotkit dependency bump to v0.1.37 (#1340) - Toast notifications suppressed when disabled (#1320) ### Documentation - Documentation structure and content overhaul (Low2/11/2025
v1.5.15## Features - **Copilot Chat Suggestions:** Added `available` prop (#1278) - **Agent State:** Exposed agent state (#1283) - **Langgraph:** New interrupt hook (#1273) - **Previews:** Scale to zero with Knative (#1312) - **LG Interrupt:** Support message-based interrupt with a convenience function ## Bug Fixes - **React UI:** Updated production endpoint (#1219) - **Abort Errors:** Allowed abort errors to propagate (#1288) - **Langsmith API:** Permitted empty API key (#1289) - **LanggraLow2/7/2025

Dependencies & License Audit

Loading dependencies...

Similar Packages

adk-jsAn open-source, code-first Typescript toolkit for building, evaluating, and deploying sophisticated AI agents with flexibility and control.devtools-v1.2.0
adk-pythonAn open-source, code-first Python toolkit for building, evaluating, and deploying sophisticated AI agents with flexibility and control.v2.2.0
agent-browser-workspaceAutomate local Chrome browsing with isolated profiles, extract content, save pages to Markdown, and run searches using CLI tools and Node.js APIs.main@2026-06-04
Autonomous-AgentsAutonomous Agents (LLMs) research papers. Updated Daily.main@2026-06-03
mcp-verified-repo-memoryProvide reliable, repository-scoped memory for AI coding agents with code citations, just-in-time verification, and stale-proof data management.main@2026-06-02

More in AI Agents

hermes-agentThe agent that grows with you
awesome-copilotCommunity-contributed instructions, agents, skills, and configurations to help you make the most of GitHub Copilot.
e2bE2B SDK that give agents cloud environments
letta-codeThe memory-first coding agent