Skip to content

Commit 52aff95

Browse files
committed
added supported frameworks in place of Deeper proof
1 parent f83a082 commit 52aff95

File tree

1 file changed

+25
-15
lines changed

1 file changed

+25
-15
lines changed

docs/overview.mdx

Lines changed: 25 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
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:
44
---
55

66
# AG‑UI: The Agent–User Interaction Protocol
77

88
*A horizontal standard to bring AI agents into user‑facing frontend applications.*
99

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.
1111

1212
---
1313

@@ -216,18 +216,28 @@ With AG‑UI, these become deliberate, well‑typed interactions rather than ad
216216

217217
---
218218

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)
231241

232242
---
233243

0 commit comments

Comments
 (0)