@@ -156,14 +156,12 @@ Built for simplicity and flexibility, it standardizes how agent state, UI intent
156
156
</div >
157
157
</div >
158
158
159
- <div style = { {border: ' 1px solid #e5e7eb' , borderRadius: ' 8px' , overflow: ' hidden' , transition: ' all 0.3s ease' , cursor: ' pointer' }} onMouseEnter = { (e ) => { e .currentTarget .style .borderColor = ' #3b82f6' ; e .currentTarget .style .boxShadow = ' 0 4px 12px rgba(59, 130, 246, 0.15)' ; e . currentTarget . querySelector ( ' .content ' ). style . maxHeight = ' 200px ' ; e . currentTarget . querySelector ( ' .content ' ). style . opacity = ' 1 ' ; }} onMouseLeave = { (e ) => { e .currentTarget .style .borderColor = ' #e5e7eb' ; e .currentTarget .style .boxShadow = ' none' ; e . currentTarget . querySelector ( ' .content ' ). style . maxHeight = ' 0px ' ; e . currentTarget . querySelector ( ' .content ' ). style . opacity = ' 0 ' ; }} >
159
+ <div style = { {border: ' 1px solid #e5e7eb' , borderRadius: ' 8px' , overflow: ' hidden' , transition: ' all 0.3s ease' , cursor: ' pointer' }} onClick = { () => window . location . href = ' /concepts/events ' } onMouseEnter = { (e ) => { e .currentTarget .style .borderColor = ' #3b82f6' ; e .currentTarget .style .boxShadow = ' 0 4px 12px rgba(59, 130, 246, 0.15)' ; }} onMouseLeave = { (e ) => { e .currentTarget .style .borderColor = ' #e5e7eb' ; e .currentTarget .style .boxShadow = ' none' ; }} >
160
160
<div style = { {padding: ' 1rem 1.5rem' , backgroundColor: ' #f9fafb' , fontWeight: ' 600' , color: ' #374151' }} >
161
- Custom events
161
+ Events
162
162
</div >
163
- <div className = " content" style = { {maxHeight: ' 0px' , opacity: ' 0' , overflow: ' hidden' , transition: ' all 0.3s ease' , padding: ' 0 1.5rem' , backgroundColor: ' #ffffff' }} >
164
- <div style = { {padding: ' 1rem 0' , color: ' #6b7280' , lineHeight: ' 1.6' }} >
165
- Open-ended data exchange for needs not covered by the protocol.
166
- </div >
163
+ <div style = { {padding: ' 1rem 1.5rem' , color: ' #6b7280' , lineHeight: ' 1.6' }} >
164
+ Learn about AG-UI's event-driven protocol and all available event types.
167
165
</div >
168
166
</div >
169
167
</div >
@@ -269,7 +267,6 @@ Choose the path that fits your needs:
269
267
Build agentic applications powered by AG-UI compatible agents.
270
268
</Card >
271
269
272
-
273
270
<Card
274
271
title = " Build new AG-UI integrations"
275
272
icon = " plug"
@@ -302,19 +299,19 @@ Dive deeper into AG-UI's core concepts and capabilities:
302
299
icon = " sitemap"
303
300
iconType = " light"
304
301
color = " #3B82F6"
305
- href = " /docs/ concepts/architecture"
302
+ href = " /concepts/architecture"
306
303
>
307
304
Understand how AG-UI connects agents, protocols, and front-ends
308
305
</Card >
309
306
310
307
<Card
311
- title = " Transports "
312
- icon = " network-wired "
308
+ title = " Events "
309
+ icon = " bolt "
313
310
iconType = " light"
314
311
color = " #3B82F6"
315
- href = " /docs/ concepts/transports "
312
+ href = " /concepts/events "
316
313
>
317
- Learn about AG-UI's communication mechanism
314
+ Learn about AG-UI's event-driven protocol
318
315
</Card >
319
316
</CardGroup >
320
317
0 commit comments