CopilotKit: Open‑Source Agent UI Building Blocks
Integrate CopilotKit's AG‑UI protocol into your agent UI for framework‑agnostic interactions.
Integrate CopilotKit's AG‑UI into your agent UI to decouple from Vercel.
Summary
CopilotKit is an MIT‑licensed, 30k‑star open source project that supplies React building blocks for agent UIs, including chat, streaming, tool calls, HITL, and generative UI. Its AG‑UI protocol allows the same UI layer to work with any agent framework, with shipped support in LangGraph, ADK, Strands, CrewAI, Mastra, Pydantic AI, LlamaIndex, and Agno, eliminating the need for per‑framework adapters. The project decouples the UI from Vercel's opinionated stack, enabling developers to bring their own backend, model, and hosting. The author highlights the horizontal nature of AG‑UI and encourages wider adoption. CopilotKit's repository is hosted on GitHub at https://github.com/CopilotKit/CopilotKit. The post notes the author's positive experience building with the library. No new features are announced beyond the existing UI components and protocol support.
Key changes
- CopilotKit provides React UI components for chat, streaming, tool calls, HITL, generative UI.
- AG‑UI protocol standardizes backend communication across frameworks.
- Supported by LangGraph, ADK, Strands, CrewAI, Mastra, Pydantic AI, LlamaIndex, Agno.
- MIT license and 30k stars.
- Decouples UI from agent framework, enabling plug‑and‑play.
- No per‑framework adapters required.
- Repository at github.com/CopilotKit/CopilotKit.
- Encourages wider adoption of agent UI.