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
Copy file name to clipboardExpand all lines: README.md
+31-16Lines changed: 31 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,3 @@
1
-
2
-
3
-
4
1
# <imgsrc="https://github.com/user-attachments/assets/ebc0dd08-8732-4519-9b6c-452ce54d8058"alt="ag-ui Logo"height="42px" /> AG-UI: The Agent-User Interaction Protocol
5
2
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.
6
3
@@ -48,6 +45,16 @@ AG-UI is complementary to the other 2 top agentic protocols
48
45
- MCP gives agents tools
49
46
- A2A allows agents to communicate with other agents
50
47
- 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
## 🧩 AG-UI Showcase: The AG-UI Dojo (Building-Blocks Viewer)
99
110
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)).
100
111
101
112
The building blocks are designed to be simple and focused -- between 50-200 lines of code.
0 commit comments