From a9b5c715ef8256df963582a74c7a3fa9ebd357f9 Mon Sep 17 00:00:00 2001 From: Tyler Slaton Date: Tue, 9 Sep 2025 10:32:48 -0700 Subject: [PATCH] docs: update existing integrations page Signed-off-by: Tyler Slaton --- docs/introduction.mdx | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/docs/introduction.mdx b/docs/introduction.mdx index 7ef26cb96..161dfe0a4 100644 --- a/docs/introduction.mdx +++ b/docs/introduction.mdx @@ -29,16 +29,13 @@ AG-UI provides: AG-UI has been integrated with several popular agent frameworks, making it easy to adopt regardless of your preferred tooling: -- **[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. -- **[CrewAI Flows](https://docs.copilotkit.ai/crewai-flows)**: Create sequential - multi-agent workflows with well-defined stages and process control. -- **[CrewAI Crews](https://docs.copilotkit.ai/crewai-crews)**: Design - collaborative agent teams with specialized roles and inter-agent - communication. -- **[Mastra](/mastra)**: Leverage TypeScript for building strongly-typed agent - implementations with enhanced developer experience. +- **[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. +- **[Mastra](/mastra)**: Leverage TypeScript for building strongly-typed agent implementations with enhanced developer experience. +- **[Pydantic AI](https://docs.copilotkit.ai/pydantic-ai)**: Painlessly build production grade agentic applications and workflows using fully type-safe Python. +- **[CrewAI Flows](https://docs.copilotkit.ai/crewai-flows)**: Create sequential multi-agent workflows with well-defined stages and process control. +- **[CrewAI Crews](https://docs.copilotkit.ai/crewai-crews)**: Design collaborative agent teams with specialized roles and inter-agent communication. +- **[Agno](https://docs.copilotkit.ai/agno)**: Build, run and manage secure multi-agent systems in your cloud with Agno's AgentOS. +- **[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. - **[AG2](/ag2)**: Utilize the open-source AgentOS for scalable, production-ready agent deployments.