File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 2121 "group" : " Quickstart" ,
2222 "pages" : [
2323 " quickstart/applications" ,
24- " quickstart/clients" ,
2524 {
2625 "group" : " Build integrations" ,
2726 "pages" : [
2827 " quickstart/introduction" ,
2928 " quickstart/server" ,
3029 " quickstart/middleware"
3130 ]
32- }
31+ },
32+ " quickstart/clients"
3333 ]
3434 }
3535 ]
Original file line number Diff line number Diff line change @@ -269,7 +269,6 @@ Choose the path that fits your needs:
269269 Build agentic applications powered by AG-UI compatible agents.
270270 </Card >
271271
272-
273272 <Card
274273 title = " Build new AG-UI integrations"
275274 icon = " plug"
@@ -302,19 +301,19 @@ Dive deeper into AG-UI's core concepts and capabilities:
302301 icon = " sitemap"
303302 iconType = " light"
304303 color = " #3B82F6"
305- href = " /docs/ concepts/architecture"
304+ href = " /concepts/architecture"
306305 >
307306 Understand how AG-UI connects agents, protocols, and front-ends
308307 </Card >
309308
310309 <Card
311- title = " Transports "
312- icon = " network-wired "
310+ title = " Events "
311+ icon = " bolt "
313312 iconType = " light"
314313 color = " #3B82F6"
315- href = " /docs/ concepts/transports "
314+ href = " /concepts/events "
316315 >
317- Learn about AG-UI's communication mechanism
316+ Learn about AG-UI's event-driven protocol
318317 </Card >
319318</CardGroup >
320319
Original file line number Diff line number Diff line change 11---
22title : " Build clients"
33description :
4- " Build a conversational CLI agent from scratch using AG-UI and Mastra"
4+ " Showcase: build a conversational CLI agent from scratch using AG-UI and Mastra"
55---
66
77# Introduction
You can’t perform that action at this time.
0 commit comments