From 74841a372e41225fc6a53d0c958878053bdb4c08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathan=20=F0=9F=94=B6=20Tarbert?= <66887028+NathanTarbert@users.noreply.github.com> Date: Wed, 29 Oct 2025 13:58:43 -0400 Subject: [PATCH 1/3] update the docs and add the frameworks, protocols, and clients --- docs/introduction.mdx | 80 ++++++++++++++++++++++++++++++++++--------- 1 file changed, 63 insertions(+), 17 deletions(-) diff --git a/docs/introduction.mdx b/docs/introduction.mdx index 19f2539bd..b4fa8f41a 100644 --- a/docs/introduction.mdx +++ b/docs/introduction.mdx @@ -234,23 +234,69 @@ You can see demo apps of the AG-UI features with the framework of your choice, w ## Supported Frameworks -AG-UI was born from an initial partnership between CopilotKit, LangGraph and CrewAI - and is steadily gaining integrations across the wider AI developer ecosystem. - -| Framework | Docs | Demos | -| :----------------------- | :--- | :---- | -| [LangGraph](https://www.langchain.com/langgraph) | [Documentation](https://docs.copilotkit.ai/langgraph/) | [Live Demo](https://dojo.ag-ui.com/langgraph-fastapi/feature/shared_state) | -| [Mastra](https://mastra.ai/) | [Documentation](https://docs.copilotkit.ai/mastra/) | [Live Demo](https://dojo.ag-ui.com/mastra) | -| [Pydantic AI](https://github.com/pydantic/pydantic-ai) | [Documentation](https://docs.copilotkit.ai/pydantic-ai/) | [Live Demo](https://dojo.ag-ui.com/pydantic-ai/feature/shared_state) | -| [Google ADK](https://google.github.io/adk-docs/get-started/) | [Documentation](https://docs.copilotkit.ai/adk) | [Live Demo](https://dojo.ag-ui.com/adk-middleware) | -| [Agno](https://github.com/agno-agi/agno) | [Documentation](https://docs.copilotkit.ai/agno/) | [Live Demo](https://dojo.ag-ui.com/agno) | -| [LlamaIndex](https://github.com/run-llama/llama_index) | [Documentation](https://docs.copilotkit.ai/llamaindex/) | [Live Demo](https://dojo.ag-ui.com/llamaindex/feature/shared_state) | -| [CrewAI](https://crewai.com/) | [Documentation](https://docs.copilotkit.ai/crewai-flows) | [Live Demo](https://dojo.ag-ui.com/crewai/feature/shared_state) | -| [AG2](https://ag2.ai/) | [Documentation](https://docs.copilotkit.ai/ag2/) | Coming Soon | -| [AWS Bedrock Agents](https://aws.amazon.com/bedrock/agents/) | In Progress | Coming Soon | -| [AWS Strands Agents](https://github.com/strands-agents/sdk-python) | In Progress | Coming Soon | -| [Vercel AI SDK](https://github.com/vercel/ai) | In Progress | Coming Soon | -| [OpenAI Agent SDK](https://openai.github.io/openai-agents-python/) | In Progress | Coming Soon | -| [Cloudflare Agents](https://developers.cloudflare.com/agents/) | Open to Contributions | Coming Soon | +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. + +## Frameworks + +#### Direct to LLM + +| Framework | Status | AG-UI Resources | +| --------- | ------ | --------------- | +| Direct to LLM | Supported | [Docs](https://docs.copilotkit.ai/direct-to-llm) | + +#### Partnerships +| Framework | Status | AG-UI Resources | +| --------- | ------ | --------------- | +| [LangGraph](https://www.langchain.com/langgraph) | Supported | [Docs](https://docs.copilotkit.ai/langgraph/), [Demos](https://dojo.ag-ui.com/langgraph-fastapi/feature/shared_state) | +| [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) | +| [CrewAI](https://crewai.com/) | Supported | [Docs](https://docs.copilotkit.ai/crewai-flows), [Demos](https://dojo.ag-ui.com/crewai/feature/shared_state) | + +#### 1st Party +| Framework | Status | AG-UI Resources | +| --------- | ------ | --------------- | +| [Mastra](https://mastra.ai/) | Supported | [Docs](https://docs.copilotkit.ai/mastra/), [Demos](https://dojo.ag-ui.com/mastra) | +| [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) | +| [Agno](https://github.com/agno-agi/agno) | Supported | [Docs](https://docs.copilotkit.ai/agno/), [Demos](https://dojo.ag-ui.com/agno) | +| [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) | +| [AG2](https://ag2.ai/) | Supported | [Docs](https://docs.copilotkit.ai/ag2/) | +| [AWS Bedrock Agents](https://aws.amazon.com/bedrock/agents/) | In Progress | – | +| [AWS Strands Agents](https://github.com/strands-agents/sdk-python) | In Progress | – | +| [Microsoft Agent Framework](https://azure.microsoft.com/en-us/blog/introducing-microsoft-agent-framework/) | In Progress | – | + +#### Community +| Framework | Status | AG-UI Resources | +| --------- | ------ | --------------- | +| [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) | +| [OpenAI Agent SDK](https://openai.github.io/openai-agents-python/) | In Progress | – | +| [Cloudflare Agents](https://developers.cloudflare.com/agents/) | In Progress | – | + +### Protocols + +| Protocol | Status | AG-UI Resources | Integrations | +| -------- | ------ | --------------- | ------------ | +| [A2A](https://a2a.org/) | Supported | [Docs](https://docs.copilotkit.ai/a2a-protocol) | Partnership | + +### SDKs + +| SDK | Status | AG-UI Resources | Integrations | +| --- | ------- | ---------------- | ------------- | +| [Kotlin]() | Supported | [Getting Started](https://github.com/ag-ui-protocol/ag-ui/blob/main/docs/sdk/kotlin/overview.mdx) | Community | +| [Golang]() | Supported | [Getting Started](https://github.com/ag-ui-protocol/ag-ui/blob/main/docs/sdk/go/overview.mdx) | Community | +| [Java]() | Supported | [Getting Started](https://github.com/ag-ui-protocol/ag-ui/blob/main/docs/sdk/java/overview.mdx) | Community | +| [Rust]() | Supported | [Getting Started](https://github.com/ag-ui-protocol/ag-ui/tree/main/sdks/community/rust/crates/ag-ui-client) | Community | +| [.NET]() | In Progress | [PR](https://github.com/ag-ui-protocol/ag-ui/pull/38) | Community | +| [Nim]() | In Progress | [PR](https://github.com/ag-ui-protocol/ag-ui/pull/29) | Community | +| [Dart]() | In Progress | [PR](https://github.com/ag-ui-protocol/ag-ui/pull/432) | Community | +| [Flowise]() | In Progress | [GitHub Source](https://github.com/ag-ui-protocol/ag-ui/issues/367) | Community | +| [Langflow]() | In Progress | [GitHub Source](https://github.com/ag-ui-protocol/ag-ui/issues/366) | Community | + +### Clients + +| Client | Status | AG-UI Resources | Integrations | +| ------ | ------ | --------------- | ------------ | +| [CopilotKit](https://github.com/CopilotKit/CopilotKit) | Supported | [Getting Started](https://docs.copilotkit.ai/direct-to-llm/guides/quickstart) | 1st Party | +| [Terminal + Agent]() | Supported | [Getting Started](https://docs.ag-ui.com/quickstart/clients) | Community | +| [React Native](https://reactnative.dev/) | Help Wanted | [GitHub Source](https://github.com/ag-ui-protocol/ag-ui/issues/510) | Community | --- From d3f0e37aa0283f11fdb2524e8480d4b0c97928fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathan=20=F0=9F=94=B6=20Tarbert?= <66887028+NathanTarbert@users.noreply.github.com> Date: Fri, 31 Oct 2025 13:30:11 -0400 Subject: [PATCH 2/3] adjust framework titles & header styling --- docs/introduction.mdx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/introduction.mdx b/docs/introduction.mdx index b4fa8f41a..09fd44f17 100644 --- a/docs/introduction.mdx +++ b/docs/introduction.mdx @@ -241,19 +241,19 @@ AG-UI was born from CopilotKit's initial partnership with LangGraph and CrewAI - #### Direct to LLM | Framework | Status | AG-UI Resources | -| --------- | ------ | --------------- | +| :-------- | ------ | --------------- | | Direct to LLM | Supported | [Docs](https://docs.copilotkit.ai/direct-to-llm) | -#### Partnerships +#### Agent Framework - Partnerships | Framework | Status | AG-UI Resources | -| --------- | ------ | --------------- | +| :-------- | ------ | --------------- | | [LangGraph](https://www.langchain.com/langgraph) | Supported | [Docs](https://docs.copilotkit.ai/langgraph/), [Demos](https://dojo.ag-ui.com/langgraph-fastapi/feature/shared_state) | -| [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) | +| [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/feature/shared_state?openCopilot=true) | | [CrewAI](https://crewai.com/) | Supported | [Docs](https://docs.copilotkit.ai/crewai-flows), [Demos](https://dojo.ag-ui.com/crewai/feature/shared_state) | -#### 1st Party +#### Agent Framework - 1st Party | Framework | Status | AG-UI Resources | -| --------- | ------ | --------------- | +| :-------- | ------ | --------------- | | [Mastra](https://mastra.ai/) | Supported | [Docs](https://docs.copilotkit.ai/mastra/), [Demos](https://dojo.ag-ui.com/mastra) | | [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) | | [Agno](https://github.com/agno-agi/agno) | Supported | [Docs](https://docs.copilotkit.ai/agno/), [Demos](https://dojo.ag-ui.com/agno) | @@ -263,23 +263,23 @@ AG-UI was born from CopilotKit's initial partnership with LangGraph and CrewAI - | [AWS Strands Agents](https://github.com/strands-agents/sdk-python) | In Progress | – | | [Microsoft Agent Framework](https://azure.microsoft.com/en-us/blog/introducing-microsoft-agent-framework/) | In Progress | – | -#### Community +#### Agent Framework - Community | Framework | Status | AG-UI Resources | -| --------- | ------ | --------------- | +| :-------- | ------ | --------------- | | [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) | | [OpenAI Agent SDK](https://openai.github.io/openai-agents-python/) | In Progress | – | | [Cloudflare Agents](https://developers.cloudflare.com/agents/) | In Progress | – | -### Protocols +### Agent Interaction Protocols | Protocol | Status | AG-UI Resources | Integrations | -| -------- | ------ | --------------- | ------------ | -| [A2A](https://a2a.org/) | Supported | [Docs](https://docs.copilotkit.ai/a2a-protocol) | Partnership | +| :------- | ------ | --------------- | ------------ | +| [A2A Middleware](https://a2a.org/) | Supported | [Docs](https://docs.copilotkit.ai/a2a-protocol) | Partnership | ### SDKs | SDK | Status | AG-UI Resources | Integrations | -| --- | ------- | ---------------- | ------------- | +| :-- | ------- | ---------------- | ------------- | | [Kotlin]() | Supported | [Getting Started](https://github.com/ag-ui-protocol/ag-ui/blob/main/docs/sdk/kotlin/overview.mdx) | Community | | [Golang]() | Supported | [Getting Started](https://github.com/ag-ui-protocol/ag-ui/blob/main/docs/sdk/go/overview.mdx) | Community | | [Java]() | Supported | [Getting Started](https://github.com/ag-ui-protocol/ag-ui/blob/main/docs/sdk/java/overview.mdx) | Community | @@ -293,7 +293,7 @@ AG-UI was born from CopilotKit's initial partnership with LangGraph and CrewAI - ### Clients | Client | Status | AG-UI Resources | Integrations | -| ------ | ------ | --------------- | ------------ | +| :----- | ------ | --------------- | ------------ | | [CopilotKit](https://github.com/CopilotKit/CopilotKit) | Supported | [Getting Started](https://docs.copilotkit.ai/direct-to-llm/guides/quickstart) | 1st Party | | [Terminal + Agent]() | Supported | [Getting Started](https://docs.ag-ui.com/quickstart/clients) | Community | | [React Native](https://reactnative.dev/) | Help Wanted | [GitHub Source](https://github.com/ag-ui-protocol/ag-ui/issues/510) | Community | From 0b759863c3392cd1ca84914c18c17f72d8530c77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathan=20=F0=9F=94=B6=20Tarbert?= <66887028+NathanTarbert@users.noreply.github.com> Date: Fri, 31 Oct 2025 14:19:29 -0400 Subject: [PATCH 3/3] Change the title of frameworks to integrations, add links to demos --- docs/introduction.mdx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/introduction.mdx b/docs/introduction.mdx index 09fd44f17..ac5bf82e1 100644 --- a/docs/introduction.mdx +++ b/docs/introduction.mdx @@ -232,12 +232,10 @@ You can see demo apps of the AG-UI features with the framework of your choice, w --- -## Supported Frameworks +## Supported Integrations 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. -## Frameworks - #### Direct to LLM | Framework | Status | AG-UI Resources | @@ -254,9 +252,9 @@ AG-UI was born from CopilotKit's initial partnership with LangGraph and CrewAI - #### Agent Framework - 1st Party | Framework | Status | AG-UI Resources | | :-------- | ------ | --------------- | -| [Mastra](https://mastra.ai/) | Supported | [Docs](https://docs.copilotkit.ai/mastra/), [Demos](https://dojo.ag-ui.com/mastra) | +| [Mastra](https://mastra.ai/) | Supported | [Docs](https://docs.copilotkit.ai/mastra/), [Demos](https://dojo.ag-ui.com/mastra/feature/tool_based_generative_ui) | | [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) | -| [Agno](https://github.com/agno-agi/agno) | Supported | [Docs](https://docs.copilotkit.ai/agno/), [Demos](https://dojo.ag-ui.com/agno) | +| [Agno](https://github.com/agno-agi/agno) | Supported | [Docs](https://docs.copilotkit.ai/agno/), [Demos](https://dojo.ag-ui.com/agno/feature/tool_based_generative_ui) | | [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) | | [AG2](https://ag2.ai/) | Supported | [Docs](https://docs.copilotkit.ai/ag2/) | | [AWS Bedrock Agents](https://aws.amazon.com/bedrock/agents/) | In Progress | – |