1
1
2
- # <img src =" https://github.com/user-attachments/assets/ebc0dd08-8732-4519-9b6c-452ce54d8058 " alt =" ag-ui Logo " width =" 45 " /> AG-UI: The Agent-User Interaction Protocol
2
+ # <img src =" https://github.com/user-attachments/assets/ebc0dd08-8732-4519-9b6c-452ce54d8058 " alt =" ag-ui Logo " width =" 22 " /> AG-UI: The Agent-User Interaction Protocol
3
3
4
4
AG-UI is a lightweight, event-based protocol that standardizes how AI agents connect to user-facing applications.
5
- Built for simplicity and flexibility, it enables seamless integration between AI agents, realtime user context, and user interfaces.
5
+ Built for simplicity and flexibility, it enables seamless integration between AI agents, real time user context, and user interfaces.
6
+
7
+ ---
8
+
9
+ [ 📅 Upcoming Event: July 24 - San Francisco AG-UI workshop with AI Tinkerers in person (Feat. CopilotKit & Mastra)] ( https://lu.ma/ai-tinkerers-workshop?tk=JeUCY5 )
10
+
11
+ <br >
12
+
6
13
7
14
[ ![ Version] ( https://img.shields.io/npm/v/@ag-ui/core?label=Version&color=6963ff&logo=npm&logoColor=white )] ( https://www.npmjs.com/package/@ag-ui/core )
8
15
![ MIT] ( https://img.shields.io/github/license/copilotkit/copilotkit?color=%236963ff&label=License )
@@ -18,8 +25,7 @@ Built for simplicity and flexibility, it enables seamless integration between AI
18
25
Follow us →
19
26
</a >
20
27
21
- <img width =" 4096 " height =" 1816 " alt =" Readme 3 - Redesign " src =" https://github.com/user-attachments/assets/af15b751-a72a-434f-a93c-9103f2a17006 " />
22
-
28
+ <img width =" 4096 " height =" 1752 " alt =" Your application-AG-UI protocol " src =" https://github.com/user-attachments/assets/dc58c64c-3257-490a-b827-e163475f4166 " />
23
29
24
30
## 🚀 Getting Started
25
31
Create a new AG-UI application in seconds:
@@ -77,33 +83,37 @@ AG-UI is complementary to the other 2 top agentic protocols
77
83
78
84
### 1st party integrations with top agentic frameworks
79
85
80
- ## 🛠 Supported Frameworks
81
86
87
+ ## 🛠 Supported Frameworks
82
88
83
89
AG-UI integrates with many popular agent frameworks
84
90
85
- | Framework | Status | AG-UI Resources |
86
- | ------------------------------------------------------------------ | ------------------------ | ---------------------------------------------------------------------------- |
87
- | No-framework | ✅ Supported | ➡️ Docs coming soon |
88
- | [ LangGraph] ( https://www.langchain.com/langgraph ) | ✅ Supported | ➡️ [ Demo] ( https://v0-langgraph-land.vercel.app/ ) |
89
- | [ Mastra] ( https://mastra.ai/ ) | ✅ Supported | ➡️ [ Demo] ( https://v0-mastra-land.vercel.app/ ) |
90
- | [ CrewAI] ( https://crewai.com/ ) | ✅ Supported | ➡️ [ Demo] ( https://v0-crew-land.vercel.app/ ) |
91
- | [ AG2] ( https://ag2.ai/ ) | ✅ Supported | ➡️ [ Demo] ( https://v0-ag2-land.vercel.app/ ) |
92
- | [ Agno] ( https://github.com/agno-agi/agno ) | ✅ Supported | ➡️ [ Docs] ( https://docs.copilotkit.ai/agno ) | |
93
- | [ LlamaIndex] ( https://github.com/run-llama/llama_index ) | ✅ Supported | ➡️ [ Docs] ( https://docs.copilotkit.ai/llamaindex ) | |
94
- | [ Pydantic AI] ( https://github.com/pydantic/pydantic-ai ) | 🛠️ In Progress | – |
95
- | [ Vercel AI SDK] ( https://github.com/vercel/ai ) | 🛠️ In Progress | – |
96
- | [ Google ADK] ( https://google.github.io/adk-docs/get-started/ ) | 🛠️ In Progress | – |
97
- | [ OpenAI Agent SDK] ( https://openai.github.io/openai-agents-python/ ) | 💡 Open to Contributions | – |
98
- | [ AWS Bedrock Agents] ( https://aws.amazon.com/bedrock/agents/ ) | 💡 Open to Contributions | – |
99
- | [ Cloudflare Agents] ( https://developers.cloudflare.com/agents/ ) | 💡 Open to Contributions | – |
100
- | [ Strands Agents SDK] ( https://github.com/strands-agents/sdk-python ) | 💡 Open to Contributions | – |
101
-
102
- | Language SDK | Status | AG-UI Resources |
91
+ | Framework | Status | AG-UI Resources | ✅ 1st Party Integration |
92
+ | ------------------------------------------------------------------ | ------------------------ | ---------------------------------------------------------------------------- | ------------------------ |
93
+ | No-framework | ✅ Supported | ➡️ Docs coming soon | ✅ |
94
+ | [ LangGraph] ( https://www.langchain.com/langgraph ) | ✅ Supported | ➡️ [ Demo] ( https://v0-langgraph-land.vercel.app/ ) | ✅ |
95
+ | [ Mastra] ( https://mastra.ai/ ) | ✅ Supported | ➡️ [ Demo] ( https://v0-mastra-land.vercel.app/ ) | ✅ |
96
+ | [ CrewAI] ( https://crewai.com/ ) | ✅ Supported | ➡️ [ Demo] ( https://v0-crew-land.vercel.app/ ) | ✅ |
97
+ | [ AG2] ( https://ag2.ai/ ) | ✅ Supported | ➡️ [ Demo] ( https://v0-ag2-land.vercel.app/ ) | ✅ |
98
+ | [ Agno] ( https://github.com/agno-agi/agno ) | ✅ Supported | ➡️ [ Docs] ( https://docs.copilotkit.ai/agno ) | ✅ |
99
+ | [ LlamaIndex] ( https://github.com/run-llama/llama_index ) | ✅ Supported | ➡️ [ Docs] ( https://docs.copilotkit.ai/llamaindex ) | ✅ |
100
+ | [ Pydantic AI] ( https://github.com/pydantic/pydantic-ai ) | ✅ Supported | ➡️ [ Docs] ( https://docs.copilotkit.ai/pydantic-ai ) | ✅ |
101
+ | [ Vercel AI SDK] ( https://github.com/vercel/ai ) | 🛠️ In Progress | – | ⬜ |
102
+ | [ Google ADK] ( https://google.github.io/adk-docs/get-started/ ) | 🛠️ In Progress | – | ⬜ |
103
+ | [ OpenAI Agent SDK] ( https://openai.github.io/openai-agents-python/ ) | 💡 Open to Contributions | – | ⬜ |
104
+ | [ AWS Bedrock Agents] ( https://aws.amazon.com/bedrock/agents/ ) | 💡 Open to Contributions | – | ⬜ |
105
+ | [ Cloudflare Agents] ( https://developers.cloudflare.com/agents/ ) | 💡 Open to Contributions | – | ⬜ |
106
+ | [ Strands Agents SDK] ( https://github.com/strands-agents/sdk-python ) | 💡 Open to Contributions | – | ⬜ |
107
+
108
+ [ View all supported frameworks →] ( https://ag-ui.com/frameworks )
109
+
110
+
111
+ | Language SDK | Status | AG-UI Resources |
103
112
| ------------------------------------------------------------------ | ------------------------ | ---------------------------------------------------------------------------- |
104
- | [ .NET] ( ) | 🛠️ In Progress | ➡️ [ PR] ( https://github.com/ag-ui-protocol/ag-ui/pull/38 ) |
105
- | [ Nim] ( ) | 🛠️ In Progress | ➡️ [ PR] ( https://github.com/ag-ui-protocol/ag-ui/pull/29 ) |
106
- | [ Rust] ( ) | 🛠️ In Progress | |
113
+ | [ Kotlin] ( ) | 🛠️ In Progress | ➡️ [ GitHub Source] ( https://github.com/Contextable/ag-ui-4k ) |
114
+ | [ .NET] ( ) | 🛠️ In Progress | ➡️ [ PR] ( https://github.com/ag-ui-protocol/ag-ui/pull/38 ) |
115
+ | [ Nim] ( ) | 🛠️ In Progress | ➡️ [ PR] ( https://github.com/ag-ui-protocol/ag-ui/pull/29 ) |
116
+ | [ Golang] ( ) | 🛠️ In Progress | ➡️ [ Issue] ( https://github.com/ag-ui-protocol/ag-ui/issues/156 ) |
107
117
108
118
109
119
[ View all supported frameworks →] ( https://ag-ui.com/frameworks )
@@ -133,7 +143,7 @@ https://github.com/user-attachments/assets/a67d3d54-36b2-4c7a-ac69-a0ca01365d5b
133
143
Check out the [ Contributing guide] ( https://github.com/ag-ui-protocol/ag-ui/blob/main/CONTRIBUTING.md )
134
144
135
145
- ** [ Weekely AG-UI Working Group] ( https://lu.ma/CopilotKit?k=c ) **
136
- 📅 Follow the CopilotKit Luma Events Page
146
+ 📅 Follow the CopilotKit Luma Events Calendar
137
147
138
148
## Roadmap
139
149
0 commit comments