showcase/shell-docs/src/content/docs/agentic-protocols/ag-ui.mdx
AG-UI is a lightweight, event-based protocol that standardizes how AI agents connect to user-facing applications. Built for simplicity and flexibility, it enables seamless integration between AI agents, real time user context, and user interfaces. AG-UI is an open standard, developed by the CopilotKit team and several agent framework partners.
<Image src="/images/agui-ecosystem-light.png" alt="AG-UI Ecosystem Diagram" width={4096} height={2304} className="block dark:hidden" /> <Image src="/images/agui-ecosystem-dark.png" alt="AG-UI Ecosystem Diagram" width={4096} height={2304} className="hidden dark:block" />
CopilotKit uses AG-UI to abstract the connection between your applications and the AI Agents that power your copilots. Your agents can be built using any AG-UI supporting Agent Framework (a growing list, including LangGraph, Mastra, Pydantic AI and others). This abstraction has several advantages over bespoke framework integrations.
To learn more, check out the AG-UI website.