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
@@ -255,12 +255,11 @@ AG‑UI is the boundary layer where AI agents and users meet. It standardizes ho
255
255
</Steps>
256
256
257
257
---
258
-
259
-
## Why AG‑UI
258
+
## Why Agentic Apps need AG-UI
260
259
261
260
**Agentic apps break the classic request/response contract.** Agents run for longer, stream work as they go, and make nondeterministic choices that can affect your UI and state. AG‑UI defines a clean, observable boundary so frontends remain predictable while agents stay flexible.
262
261
263
-
### What's hard about user‑facing agents
262
+
### What's hard about user‑facing agents?
264
263
265
264
- Agents are **long‑running** and **stream** intermediate work—often across multi‑turn sessions.
266
265
- Agents are **nondeterministic** and can **control UI** in ways that must be supervised.
@@ -273,7 +272,7 @@ With AG‑UI, these become deliberate, well‑typed interactions rather than ad
273
272
274
273
## Supported Frameworks
275
274
276
-
AG-UI was born from an initial partnership between CopilotKit, LangGraph and CrewAI - and is steadily gaining integrations within the wider agentic app developer ecosystem.
275
+
AG-UI was born from an initial partnership between CopilotKit, LangGraph and CrewAI - and is steadily gaining integrations across the wider AI developer ecosystem.
0 commit comments