You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -22,19 +34,19 @@ Confused about "A2UI" and "AG-UI"? That's understandable! Despite the naming sim
22
34
</div>
23
35
</div>
24
36
25
-
## CopilotKit v1.50
37
+
###CopilotKit v1.50
26
38
27
39
CopilotKit v1.50 is now available, with brand new interfaces, streamlined internals, and no breaking changes. [More →](/whats-new/v1-50)
28
40
29
-
## Generative UI Spec Support
41
+
###Generative UI Spec Support
30
42
31
43
CopilotKit now supports all major Generative UI specifications - A2UI, Open-JSON-UI, and MCP Apps. [More →](/whats-new/generative-ui-spec-support)
32
44
33
-
## A2A and MCP Handshake
45
+
###A2A and MCP Handshake
34
46
35
47
AG-UI now includes handshakes with both A2A and MCP protocols, enabling seamless interoperability across the full agentic stack. [More →](/whats-new/a2a-mcp-handshake)
description: "Leverage LangGraph Deep Agents to build sophisticated agentic applications with CopilotKit."
5
+
hideTOC: true
6
+
---
7
+
importImagefrom"next/image"
8
+
9
+
## What are Deep Agents?
10
+
11
+
They go beyond basic agents. They can plan multi-step workflows, manage their own file systems for context, spawn subagents for specialized tasks, and maintain long-term memory across sessions.
CopilotKit brings your Deep Agents to the frontend. Users can see the agent's thought process, interact with subagents as they spawn, and collaborate with the agent in real-time. It bridges the gap between powerful backend agents and actual user experience.
CopilotKit and AG-UI bring MCP apps into your application — where you control UX, permissions, workflows, and agent behavior — instead of confining them to first-party AI chat experiences.
28
+
29
+
Using MCP Apps through CopilotKit lets your app move beyond text-only copilots and become an interactive, agent-driven product where tools can ask users for input, confirmation, and decisions at the exact moment they matter.
0 commit comments