Skip to content

Commit 0c8fbed

Browse files
Update README.md
1 parent 80cb421 commit 0c8fbed

File tree

1 file changed

+31
-16
lines changed

1 file changed

+31
-16
lines changed

README.md

Lines changed: 31 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
2-
3-
41
# <img src="https://github.com/user-attachments/assets/ebc0dd08-8732-4519-9b6c-452ce54d8058" alt="ag-ui Logo" height="42px" /> AG-UI: The Agent-User Interaction Protocol
52
AG-UI is a lightweight, event-based protocol that standardizes how AI agents connect to front-end applications. Built for simplicity and flexibility, it enables seamless integration between your AI agents and user interfaces.
63

@@ -48,6 +45,16 @@ AG-UI is complementary to the other 2 top agentic protocols
4845
- MCP gives agents tools
4946
- A2A allows agents to communicate with other agents
5047
- AG-UI brings agents into user-facing applications
48+
49+
## Where does AGUI fit in the agentic protocol stack?
50+
AG-UI is complementary to the other 2 top agentic protocols
51+
- MCP gives agents tools
52+
- A2A allows agents to communicate with other agents
53+
- AG-UI brings agents into user-facing applications
54+
55+
<div align="center">
56+
<img src="https://github.com/user-attachments/assets/0c1ec566-050b-4ef8-ab89-15be41abe64f" height="300px" />
57+
</div>
5158

5259
## 🚀 Features
5360

@@ -58,23 +65,25 @@ AG-UI is complementary to the other 2 top agentic protocols
5865
- 🛠️ Frontend tool integration
5966
- 🧑‍💻 Human-in-the-loop collaboration
6067

68+
### 1st party integrations with top agentic frameworks
69+
6170
## 🛠 Supported Frameworks
6271

6372
AG-UI integrates with many popular agent frameworks
6473

65-
| Framework | Status | AG-UI Resources |
66-
| ------------------------------------------------------------------ | ------------------------ | ---------------------------------------------------------------------------- |
74+
| Framework | Status | AG-UI Resources |
75+
| ------------------------------------------------------------------ | ------------------------ | ---------------------------------------------------------------------------- |
6776
| No-framework | ✅ Supported | ➡️ Docs coming soon |
68-
| [LangGraph](https://www.langchain.com/langgraph) | ✅ Supported | ➡️ [Demo](https://v0-langgraph-land.vercel.app/) |
69-
| [Mastra](https://mastra.ai/) | ✅ Supported | ➡️ [Demo](https://v0-mastra-land.vercel.app/) |
70-
| [CrewAI](https://crewai.com/) | ✅ Supported | ➡️ [Demo](https://v0-crew-land.vercel.app/) |
71-
| [AG2](https://ag2.ai/) | ✅ Supported | ➡️ [Demo](https://v0-ag2-land.vercel.app/) |
72-
| [Agno](https://github.com/agno-agi/agno) | ✅ Supported | ➡️ [Docs](https://docs.copilotkit.ai/agno) | |
73-
| [LlamaIndex](https://github.com/run-llama/llama_index) | ✅ Supported | ➡️ [Docs](https://docs.copilotkit.ai/llamaindex) | |
77+
| [LangGraph](https://www.langchain.com/langgraph) | ✅ Supported | ➡️ [Demo](https://v0-langgraph-land.vercel.app/) |
78+
| [Mastra](https://mastra.ai/) | ✅ Supported | ➡️ [Demo](https://v0-mastra-land.vercel.app/) |
79+
| [CrewAI](https://crewai.com/) | ✅ Supported | ➡️ [Demo](https://v0-crew-land.vercel.app/) |
80+
| [AG2](https://ag2.ai/) | ✅ Supported | ➡️ [Demo](https://v0-ag2-land.vercel.app/) |
81+
| [Agno](https://github.com/agno-agi/agno) | ✅ Supported | ➡️ [Docs](https://docs.copilotkit.ai/agno) | |
82+
| [LlamaIndex](https://github.com/run-llama/llama_index) | ✅ Supported | ➡️ [Docs](https://docs.copilotkit.ai/llamaindex) | |
7483
| [Pydantic AI](https://github.com/pydantic/pydantic-ai) | 🛠️ In Progress ||
7584
| [Vercel AI SDK](https://github.com/vercel/ai) | 🛠️ In Progress ||
85+
| [Google ADK](https://google.github.io/adk-docs/get-started/) | 🛠️ In Progress ||
7686
| [OpenAI Agent SDK](https://openai.github.io/openai-agents-python/) | 💡 Open to Contributions ||
77-
| [Google ADK](https://google.github.io/adk-docs/get-started/) | 💡 Open to Contributions ||
7887
| [AWS Bedrock Agents](https://aws.amazon.com/bedrock/agents/) | 💡 Open to Contributions ||
7988
| [Cloudflare Agents](https://developers.cloudflare.com/agents/) | 💡 Open to Contributions ||
8089
| [Strands Agents SDK](https://github.com/strands-agents/sdk-python) | 💡 Open to Contributions ||
@@ -92,23 +101,29 @@ AG-UI integrates with many popular agent frameworks
92101

93102
https://agui-demo.vercel.app/
94103

95-
https://github.com/user-attachments/assets/419e4b8c-09f1-4cf0-b76b-339c7a207584
104+
Video:
105+
106+
https://github.com/user-attachments/assets/18c03330-1ebc-4863-b2b8-cc6c3a4c7bae
96107

97108

98109
## 🧩 AG-UI Showcase: The AG-UI Dojo (Building-Blocks Viewer)
99110
The [AG-UI Dojo](https://copilotkit-feature-viewer.vercel.app/) showcases many of the building blocks that AG-UI supports ([AG-UI Dojo Source Code](https://github.com/ag-ui-protocol/ag-ui/tree/main/typescript-sdk/apps/dojo)).
100111

101112
The building blocks are designed to be simple and focused -- between 50-200 lines of code.
102113

103-
[Video:](https://github.com/user-attachments/assets/18c03330-1ebc-4863-b2b8-cc6c3a4c7bae)
114+
https://github.com/user-attachments/assets/a67d3d54-36b2-4c7a-ac69-a0ca01365d5b
104115

105116

106117
## 🙋🏽‍♂️ Contributing to AG-UI
107118

108119
Check out the [Contributing guide](https://github.com/ag-ui-protocol/ag-ui/blob/main/CONTRIBUTING.md)
109120

110-
- **[AG-UI: Build an agent canvas with AG-UI](https://go.copilotkit.ai/ag-ui-build-an-agent-canvas)**
111-
📅 Friday, June 20, 9:00 AM PT
121+
- **[Weekely AG-UI Working Group](https://lu.ma/CopilotKit?k=c)**
122+
📅 Follow the CopilotKit Luma Events Page
123+
124+
## Roadmap
125+
126+
Check out the [AG-UI Roadmap](https://github.com/orgs/ag-ui-protocol/projects/1) to see what's being built and where you can jump in.
112127

113128

114129
## 📄 License

0 commit comments

Comments
 (0)