Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 7 additions & 10 deletions docs/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading