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
chore(docs): Add the frameworks, protocols, and clients section in the introduction (#617)
* update the docs and add the frameworks, protocols, and clients
* adjust framework titles & header styling
* Change the title of frameworks to integrations, add links to demos
---------
Co-authored-by: John Rae-Grant <[email protected]>
Copy file name to clipboardExpand all lines: docs/introduction.mdx
+63-19Lines changed: 63 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -232,25 +232,69 @@ You can see demo apps of the AG-UI features with the framework of your choice, w
232
232
233
233
---
234
234
235
-
## Supported Frameworks
236
-
237
-
AG-UI was born from an initial partnership between CopilotKit, LangGraph and CrewAI - and is steadily gaining integrations across the wider AI developer ecosystem.
|[AWS Bedrock Agents](https://aws.amazon.com/bedrock/agents/)| In Progress | Coming Soon |
250
-
|[AWS Strands Agents](https://github.com/strands-agents/sdk-python)| In Progress | Coming Soon |
251
-
|[Vercel AI SDK](https://github.com/vercel/ai)| In Progress | Coming Soon |
252
-
|[OpenAI Agent SDK](https://openai.github.io/openai-agents-python/)| In Progress | Coming Soon |
253
-
|[Cloudflare Agents](https://developers.cloudflare.com/agents/)| Open to Contributions | Coming Soon |
235
+
## Supported Integrations
236
+
237
+
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.
238
+
239
+
#### Direct to LLM
240
+
241
+
| Framework | Status | AG-UI Resources |
242
+
| :-------- | ------ | --------------- |
243
+
| Direct to LLM | Supported |[Docs](https://docs.copilotkit.ai/direct-to-llm)|
|[AWS Bedrock Agents](https://aws.amazon.com/bedrock/agents/)| In Progress | – |
261
+
|[AWS Strands Agents](https://github.com/strands-agents/sdk-python)| In Progress | – |
262
+
|[Microsoft Agent Framework](https://azure.microsoft.com/en-us/blog/introducing-microsoft-agent-framework/)| In Progress | – |
263
+
264
+
#### Agent Framework - Community
265
+
| Framework | Status | AG-UI Resources |
266
+
| :-------- | ------ | --------------- |
267
+
|[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)|
268
+
|[OpenAI Agent SDK](https://openai.github.io/openai-agents-python/)| In Progress | – |
269
+
|[Cloudflare Agents](https://developers.cloudflare.com/agents/)| In Progress | – |
270
+
271
+
### Agent Interaction Protocols
272
+
273
+
| Protocol | Status | AG-UI Resources | Integrations |
0 commit comments