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
@@ -86,22 +84,22 @@ AG-UI is complementary to the other 2 top agentic protocols
86
84
87
85
AG-UI was born from CopilotKit's initial partnership with LangGraph and CrewAI - and brings the incredibly popular agent-user-interactivity infrastructure to the wider agentic ecosystem.
88
86
89
-
| Framework | Status | AG-UI Resources | Integrations |
87
+
| Framework | Status | AG-UI Resources | Integrations |
|[Mastra](https://mastra.ai/)| ✅ Supported | ➡️ [Docs](https://docs.copilotkit.ai/mastra/)[Demos](https://dojo.ag-ui.com/mastra/feature/shared_state)| 1st party |
93
+
|[AG2](https://ag2.ai/)| ✅ Supported | ➡️ [Docs](https://docs.copilotkit.ai/ag2/)[Demos](https://dojo.ag-ui.com/ag2/feature/shared_state)| 1st party |
94
+
|[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 |
95
+
|[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 |
96
+
|[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 |
97
+
|[Google ADK](https://google.github.io/adk-docs/get-started/)| 🛠️ [PR](https://github.com/ag-ui-protocol/ag-ui/pull/274)| – | 1st party |
98
+
|[AWS Bedrock Agents](https://aws.amazon.com/bedrock/agents/)| 🛠️ In Progress | – | 1st party |
99
+
|[AWS Strands Agents](https://github.com/strands-agents/sdk-python)| 🛠️ In Progress | – | 1st Party |
99
100
|[Vercel AI SDK](https://github.com/vercel/ai)| 🛠️ In Progress | – | Community |
100
-
|[Google ADK](https://google.github.io/adk-docs/get-started/)| 🛠️ In Progress | – | Community |
101
101
|[OpenAI Agent SDK](https://openai.github.io/openai-agents-python/)| 🛠️ In Progress | – | Community |
102
-
|[AWS Bedrock Agents](https://aws.amazon.com/bedrock/agents/)| 🛠️ In Progress | – | 1st party |
103
102
|[Cloudflare Agents](https://developers.cloudflare.com/agents/)| 💡 Open to Contributions | – | Community |
104
-
|[Strands Agents SDK](https://github.com/strands-agents/sdk-python)| 💡 Open to Contributions | – | Community |
105
103
106
104
[View all supported frameworks →](https://ag-ui.com/frameworks)
107
105
@@ -131,7 +129,7 @@ https://agui-demo.vercel.app/
131
129
132
130
133
131
## 🧩 AG-UI Showcase: The AG-UI Dojo (Building-Blocks Viewer)
134
-
The [AG-UI Dojo](https://copilotkit-feature-viewer.vercel.app/) showcases many of the building blocks that AG-UI supports ([AG-UI Dojo Source Code](https://github.com/ag-ui-protocol/ag-ui/tree/main/typescript-sdk/apps/dojo)).
132
+
The [AG-UI Dojo](https://dojo.ag-ui.com/langgraph-fastapi/feature/shared_state) showcases many of the building blocks that AG-UI supports ([AG-UI Dojo Source Code](https://github.com/ag-ui-protocol/ag-ui/tree/main/typescript-sdk/apps/dojo)) with each Agent Framework integration.
135
133
136
134
The building blocks are designed to be simple and focused -- between 50-200 lines of code.
collaborative agent teams with specialized roles and inter-agent
39
-
communication.
40
-
-**[Mastra](/mastra)**: Leverage TypeScript for building strongly-typed agent
41
-
implementations with enhanced developer experience.
32
+
-**[LangGraph](https://docs.copilotkit.ai/coagents)**: Build agent-native applications with shared state and human-in-the-loop workflows using LangGraph's powerful orchestration capabilities.
33
+
-**[Mastra](/mastra)**: Leverage TypeScript for building strongly-typed agent implementations with enhanced developer experience.
34
+
-**[Pydantic AI](https://docs.copilotkit.ai/pydantic-ai)**: Painlessly build production grade agentic applications and workflows using fully type-safe Python.
35
+
-**[CrewAI Flows](https://docs.copilotkit.ai/crewai-flows)**: Create sequential multi-agent workflows with well-defined stages and process control.
36
+
-**[CrewAI Crews](https://docs.copilotkit.ai/crewai-crews)**: Design collaborative agent teams with specialized roles and inter-agent communication.
37
+
-**[Agno](https://docs.copilotkit.ai/agno)**: Build, run and manage secure multi-agent systems in your cloud with Agno's AgentOS.
38
+
-**[LlamaIndex](https://docs.copilotkit.ai/llamaindex)**: A simple, flexible framework for building agentic generative AI applications that allow large language models to work with your data in any format.
42
39
-**[AG2](/ag2)**: Utilize the open-source AgentOS for scalable,
0 commit comments