@@ -79,37 +79,48 @@ AG-UI is complementary to the other 2 top agentic protocols
7979
8080AG-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.
8181
82- ### Frameworks
83-
84- | Framework | Status | AG-UI Resources | Integrations |
85- | ------------------------------------------------------------------ | ------------------------ | -------------------------------------------------------------------------------- | ------------------------ |
86- | No-framework | ✅ Supported | ➡️ Docs coming soon | – |
87- | [ 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 |
88- | [ Mastra] ( https://mastra.ai/ ) | ✅ Supported | ➡️ [ Docs] ( https://docs.copilotkit.ai/mastra/ ) 🎮 [ Demos] ( https://dojo.ag-ui.com/mastra ) | 1st party |
89- | [ 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 |
90- | [ Google ADK] ( https://google.github.io/adk-docs/get-started/ ) | ✅ Supported | ➡️ [ Docs] ( https://docs.copilotkit.ai/adk ) 🎮 [ Demos] ( https://dojo.ag-ui.com/adk-middleware ) | Partnership |
91- | [ Agno] ( https://github.com/agno-agi/agno ) | ✅ Supported | ➡️ [ Docs] ( https://docs.copilotkit.ai/agno/ ) 🎮 [ Demos] ( https://dojo.ag-ui.com/agno ) | 1st party |
92- | [ 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 |
93- | [ CrewAI] ( https://crewai.com/ ) | ✅ Supported | ➡️ [ Docs] ( https://docs.copilotkit.ai/crewai-flows ) 🎮 [ Demos] ( https://dojo.ag-ui.com/crewai/feature/shared_state ) | Partnership |
94- | [ AG2] ( https://ag2.ai/ ) | ✅ Supported | ➡️ [ Docs] ( https://docs.copilotkit.ai/ag2/ ) | 1st party |
95- | [ AWS Bedrock Agents] ( https://aws.amazon.com/bedrock/agents/ ) | 🛠️ In Progress | – | 1st party |
96- | [ AWS Strands Agents] ( https://github.com/strands-agents/sdk-python ) | 🛠️ In Progress | – | 1st party |
97- | [ Vercel AI SDK] ( https://github.com/vercel/ai ) | 🛠️ In Progress | – | Community |
98- | [ OpenAI Agent SDK] ( https://openai.github.io/openai-agents-python/ ) | 🛠️ In Progress | – | Community |
99- | [ Cloudflare Agents] ( https://developers.cloudflare.com/agents/ ) | 🛠️ In Progress | – | Community |
100- | [ Microsoft Agent Framework] ( https://azure.microsoft.com/en-us/blog/introducing-microsoft-agent-framework/ ) | 🛠️ In Progress | – | 1st party |
101-
102- ---
103-
104- ### Protocols
82+ ## Frameworks
83+
84+ | Framework | Status | AG-UI Resources |
85+ | ------------------------------------------------------------------ | ------------------------ | -------------------------------------------------------------------------------- |
86+ | No-framework | ✅ Supported | ➡️ Docs coming soon |
87+
88+ #### 🤝 Partnerships
89+ | Framework | Status | AG-UI Resources |
90+ | ---------- | ------- | ---------------- |
91+ | [ LangGraph] ( https://www.langchain.com/langgraph ) | ✅ Supported | ➡️ [ Docs] ( https://docs.copilotkit.ai/langgraph/ ) 🎮 [ Demos] ( https://dojo.ag-ui.com/langgraph-fastapi/feature/shared_state ) |
92+ | [ Google ADK] ( https://google.github.io/adk-docs/get-started/ ) | ✅ Supported | ➡️ [ Docs] ( https://docs.copilotkit.ai/adk ) 🎮 [ Demos] ( https://dojo.ag-ui.com/adk-middleware ) |
93+ | [ CrewAI] ( https://crewai.com/ ) | ✅ Supported | ➡️ [ Docs] ( https://docs.copilotkit.ai/crewai-flows ) 🎮 [ Demos] ( https://dojo.ag-ui.com/crewai/feature/shared_state ) |
94+
95+ #### 🧩 1st Party
96+ | Framework | Status | AG-UI Resources |
97+ | ---------- | ------- | ---------------- |
98+ | [ Mastra] ( https://mastra.ai/ ) | ✅ Supported | ➡️ [ Docs] ( https://docs.copilotkit.ai/mastra/ ) 🎮 [ Demos] ( https://dojo.ag-ui.com/mastra ) |
99+ | [ 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 ) |
100+ | [ Agno] ( https://github.com/agno-agi/agno ) | ✅ Supported | ➡️ [ Docs] ( https://docs.copilotkit.ai/agno/ ) 🎮 [ Demos] ( https://dojo.ag-ui.com/agno ) |
101+ | [ 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 ) |
102+ | [ AG2] ( https://ag2.ai/ ) | ✅ Supported | ➡️ [ Docs] ( https://docs.copilotkit.ai/ag2/ ) |
103+ | [ AWS Bedrock Agents] ( https://aws.amazon.com/bedrock/agents/ ) | 🛠️ In Progress | – |
104+ | [ AWS Strands Agents] ( https://github.com/strands-agents/sdk-python ) | 🛠️ In Progress | – |
105+ | [ Microsoft Agent Framework] ( https://azure.microsoft.com/en-us/blog/introducing-microsoft-agent-framework/ ) | 🛠️ In Progress | – |
106+
107+ #### 🌐 Community
108+ | Framework | Status | AG-UI Resources |
109+ | ---------- | ------- | ---------------- |
110+ | [ Vercel AI SDK] ( https://github.com/vercel/ai ) | ✅ Supported | ➡️ [ Docs] ( https://github.com/ag-ui-protocol/ag-ui/tree/main/integrations/vercel-ai-sdk/typescript ) |
111+ | [ OpenAI Agent SDK] ( https://openai.github.io/openai-agents-python/ ) | 🛠️ In Progress | – |
112+ | [ Cloudflare Agents] ( https://developers.cloudflare.com/agents/ ) | 🛠️ In Progress | – |
113+
114+
115+ ## Protocols
105116
106117| Protocols | Status | AG-UI Resources | Integrations |
107118| ---------- | ------- | ---------------- | ------------- |
108119| [ A2A] ( ) | ✅ Supported | ➡️ [ Docs] ( https://docs.copilotkit.ai/a2a-protocol ) | Partnership |
109120
110121---
111122
112- ### SDKs
123+ ## SDKs
113124
114125| SDK | Status | AG-UI Resources | Integrations |
115126| --- | ------- | ---------------- | ------------- |
0 commit comments