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
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,16 +86,16 @@ AG-UI is complementary to the other 2 top agentic protocols
86
86
87
87
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
88
89
-
| Framework | Status | AG-UI Resources | Integrations |
89
+
| 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 |
95
+
|[AG2](https://ag2.ai/)| ✅ Supported | ➡️ [Docs](https://docs.copilotkit.ai/ag2/)[Demos](https://dojo.ag-ui.com/ag2/feature/shared_state)| 1st party |
96
+
|[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 |
97
+
|[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 |
98
+
|[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 |
99
99
|[Vercel AI SDK](https://github.com/vercel/ai)| 🛠️ In Progress | – | Community |
100
100
|[Google ADK](https://google.github.io/adk-docs/get-started/)| 🛠️ [PR](https://github.com/ag-ui-protocol/ag-ui/pull/274)| – | Community |
101
101
|[OpenAI Agent SDK](https://openai.github.io/openai-agents-python/)| 🛠️ In Progress | – | Community |
@@ -131,7 +131,7 @@ https://agui-demo.vercel.app/
131
131
132
132
133
133
## 🧩 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)).
134
+
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
135
136
136
The building blocks are designed to be simple and focused -- between 50-200 lines of code.
0 commit comments