|
1 | 1 | ---
|
2 |
| -title: Overview |
3 |
| -description: "AG-UI: The Agent-User Interaction Protocol - A horizontal standard to bring AI agents into user-facing frontend applications" |
| 2 | +title: AG-UI Overview |
| 3 | +description: |
4 | 4 | ---
|
5 | 5 |
|
6 | 6 | # AG‑UI: The Agent–User Interaction Protocol
|
7 | 7 |
|
8 | 8 | *A horizontal standard to bring AI agents into user‑facing frontend applications.*
|
9 | 9 |
|
10 |
| -AG‑UI is the boundary layer where agents and users meet. It standardizes how agent state, UI intents, and user interactions flow between your model/agent runtime and your app's frontend—so you can ship reliable, debuggable, user‑friendly agentic features fast. |
| 10 | +AG‑UI is the boundary layer where AI agents and users meet. It standardizes how agent state, UI intents, and user interactions flow between your model/agent runtime and your app's frontend—so you can ship reliable, debuggable, user‑friendly agentic features fast. |
11 | 11 |
|
12 | 12 | ---
|
13 | 13 |
|
@@ -216,18 +216,28 @@ With AG‑UI, these become deliberate, well‑typed interactions rather than ad
|
216 | 216 |
|
217 | 217 | ---
|
218 | 218 |
|
219 |
| -## Deeper proof (docs, demos, code) |
220 |
| - |
221 |
| -| Framework / Platform | What works today | Docs | Demo | |
222 |
| -| ----------------------- | -------------------------------------- | --------- | --------- | |
223 |
| -| LangGraph | Streams, tools, interrupts, sub‑agents | [Docs](#) | [Demo](#) | |
224 |
| -| CrewAI | Tools, action routing, steering | [Docs](#) | [Demo](#) | |
225 |
| -| Autogen 2 | Multi‑agent orchestration, messaging | [Docs](#) | [Demo](#) | |
226 |
| -| LlamaIndex | Query/agent routing, UI intents | [Docs](#) | [Demo](#) | |
227 |
| -| OpenAI Realtime | Live stream, events, attachments | [Docs](#) | [Demo](#) | |
228 |
| -| Vercel AI SDK / Next.js | Edge streaming, SSR hydration | [Docs](#) | [Demo](#) | |
229 |
| - |
230 |
| -> **Note:** Replace placeholders with actual URLs to docs and demos. |
| 219 | +## Supported Frameworks |
| 220 | + |
| 221 | +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. |
| 222 | + |
| 223 | +| Framework | Status | AG-UI Resources | Integrations | |
| 224 | +| --------- | ------ | --------------- | ------------ | |
| 225 | +| No-framework | ✅ Supported | ➡️ Docs coming soon | | |
| 226 | +| [LangGraph](https://www.langchain.com/langgraph) | ✅ Supported | ➡️ [Docs](https://docs.copilotkit.ai/langgraph/) [Demos](https://dojo.ag-ui.com/langgraph-fastapi/feature/shared_state) | Partnership | |
| 227 | +| [CrewAI](https://crewai.com/) | ✅ Supported | ➡️ [Docs](https://docs.copilotkit.ai/crewai-flows) [Demos](https://dojo.ag-ui.com/crewai/feature/shared_state) | Partnership | |
| 228 | +| [Mastra](https://mastra.ai/) | ✅ Supported | ➡️ [Docs](https://docs.copilotkit.ai/mastra/) [Demos](https://dojo.ag-ui.com/mastra/feature/shared_state) | 1st party | |
| 229 | +| [AG2](https://ag2.ai/) | ✅ Supported | ➡️ [Docs](https://docs.copilotkit.ai/ag2/) [Demos](https://dojo.ag-ui.com/ag2/feature/shared_state) | 1st party | |
| 230 | +| [Agno](https://github.com/agno-agi/agno) | ✅ Supported | ➡️ [Docs](https://docs.copilotkit.ai/agno/) [Demos](https://dojo.ag-ui.com/agno/feature/shared_state) | 1st party | |
| 231 | +| [LlamaIndex](https://github.com/run-llama/llama_index) | ✅ Supported | ➡️ [Docs](https://docs.copilotkit.ai/llamaindex/) [Demos](https://dojo.ag-ui.com/llamaindex/feature/shared_state) | 1st party | |
| 232 | +| [Pydantic AI](https://github.com/pydantic/pydantic-ai) | ✅ Supported | ➡️ [Docs](https://docs.copilotkit.ai/pydantic-ai/) [Demos](https://dojo.ag-ui.com/pydantic-ai/feature/shared_state) | 1st party | |
| 233 | +| [Google ADK](https://google.github.io/adk-docs/get-started/) | 🛠️ [PR](https://github.com/ag-ui-protocol/ag-ui/pull/274) | – | 1st party | |
| 234 | +| [AWS Bedrock Agents](https://aws.amazon.com/bedrock/agents/) | 🛠️ In Progress | – | 1st party | |
| 235 | +| [AWS Strands Agents](https://github.com/strands-agents/sdk-python) | 🛠️ In Progress | – | 1st Party | |
| 236 | +| [Vercel AI SDK](https://github.com/vercel/ai) | 🛠️ In Progress | – | Community | |
| 237 | +| [OpenAI Agent SDK](https://openai.github.io/openai-agents-python/) | 🛠️ In Progress | – | Community | |
| 238 | +| [Cloudflare Agents](https://developers.cloudflare.com/agents/) | 💡 Open to Contributions | – | Community | |
| 239 | + |
| 240 | +[View all supported frameworks →](https://ag-ui.com/frameworks) |
231 | 241 |
|
232 | 242 | ---
|
233 | 243 |
|
|
0 commit comments