2.2 KiB
2.2 KiB
Sources
Files and directories read from CopilotKit/CopilotKit to generate this skill's references. Generated: 2026-03-28
integrations/a2a.md
- examples/integrations/a2a-middleware/ (A2AMiddlewareAgent pattern, Next.js route, orchestrator setup)
- examples/integrations/a2a-a2ui/ (A2UI declarative component rendering pattern)
- examples/integrations/mcp-apps/ (MCPAppsMiddleware, BuiltInAgent with MCP servers)
integrations/adk.md
- examples/integrations/adk/ (Google ADK agent with LlmAgent, ADKAgent wrapper, FastAPI server, Next.js route)
integrations/agno.md
- examples/integrations/agno/ (Agno agent with AgentOS, AGUI interface, FastAPI server, Next.js route)
integrations/crewai.md
- examples/integrations/crewai-flows/ (CrewAI Flows with CopilotKitState, copilotkit_stream, litellm, FastAPI server)
- examples/integrations/crewai-crews/ (CrewAI Crews with @CrewBase decorator, YAML config, multi-agent pipelines)
integrations/langgraph.md
- examples/integrations/langgraph-fastapi/ (LangGraph Python self-hosted with LangGraphAGUIAgent, FastAPI, LangGraphHttpAgent)
- examples/integrations/langgraph-python/ (LangGraph Platform with LangGraphAgent, deploymentUrl, graphId)
- examples/integrations/langgraph-js/ (LangGraph JS with CopilotKitStateAnnotation, convertActionsToDynamicStructuredTools, Turborepo monorepo)
integrations/llamaindex.md
- examples/integrations/llamaindex/ (LlamaIndex with get_ag_ui_workflow_router, frontend_tools/backend_tools, LlamaIndexAgent)
integrations/mastra.md
- examples/integrations/mastra/ (Mastra TypeScript agent with @mastra/core, MastraAgent.getLocalAgents, in-process agents, LibSQLStore memory)
integrations/ms-agent-framework.md
- examples/integrations/microsoft-agent-framework/ (Python: ChatAgent with @ai_function, AgentFrameworkAgent, predict_state_config)
- examples/integrations/microsoft-agent-framework-dotnet/ (.NET: AddAGUI, MapAGUI, SharedStateAgent, AIFunctionFactory)
integrations/pydantic-ai.md
- examples/integrations/pydantic-ai/ (PydanticAI with StateDeps, agent.to_ag_ui(), StateSnapshotEvent for state sync)
integrations/strands.md
- examples/integrations/strands/ (AWS Strands with StrandsAgent, StrandsAgentConfig, ToolBehavior, state_from_args, create_strands_app)