What problem does it solve? Wiring a backend agent framework like LangGraph, CrewAI, or PydanticAI into a CopilotKit frontend requires matching the correct AG-UI adapter, client class, server pattern, and port configuration, which varies significantly across frameworks and is easy to get wrong. ## Core Features & Use Cases - Framework Decision Tree: Routes you to the correct integration guide based on language (Python, TypeScript, .NET) and framework (LangGraph, CrewAI, PydanticAI, Mastra, ADK, LlamaIndex, Agno, Strands, Microsoft Agent Framework, A2A, MCP Apps). - Per-Framework Reference Guides: Detailed integration docs covering agent definition, FastAPI server setup, Next.js route configuration, and shared state management for each supported framework. - Common AG-UI Patterns: Ready-to-use frontend patterns for CopilotKitProvider, useAgent shared state, useFrontendTool, useRenderToolCall generative UI, and useHumanInTheLoop approval flows. - Use Case: You have a LangGraph Python agent and want to add a React chat UI with shared state. The skill directs you to the langgraph.md reference showing the CopilotKitState extension, LangGraphAGUIAgent FastAPI endpoint, and LangGraphHttpAgent route configuration. ## Quick Start Ask the agent to connect your LangGraph Python agent to a CopilotKit Next.js frontend using the AG-UI protocol.