Package Exports
- @yourgpt/copilot-sdk/core
- @yourgpt/copilot-sdk/mcp
- @yourgpt/copilot-sdk/react
- @yourgpt/copilot-sdk/tools/anthropic
- @yourgpt/copilot-sdk/tools/brave
- @yourgpt/copilot-sdk/tools/exa
- @yourgpt/copilot-sdk/tools/google
- @yourgpt/copilot-sdk/tools/openai
- @yourgpt/copilot-sdk/tools/searxng
- @yourgpt/copilot-sdk/tools/serper
- @yourgpt/copilot-sdk/tools/tavily
- @yourgpt/copilot-sdk/tools/web-search
- @yourgpt/copilot-sdk/ui
- @yourgpt/copilot-sdk/ui/styles.css
- @yourgpt/copilot-sdk/ui/themes/catppuccin.css
- @yourgpt/copilot-sdk/ui/themes/claude.css
- @yourgpt/copilot-sdk/ui/themes/linear.css
- @yourgpt/copilot-sdk/ui/themes/modern-minimal.css
- @yourgpt/copilot-sdk/ui/themes/posthog.css
- @yourgpt/copilot-sdk/ui/themes/supabase.css
- @yourgpt/copilot-sdk/ui/themes/twitter.css
- @yourgpt/copilot-sdk/ui/themes/vercel.css
Readme
Copilot SDK
Build AI Copilots for Your Product.
Production-ready AI Copilots for any product. Connect any LLM, deploy on your infrastructure, own your data.
Documentation: copilot-sdk.yourgpt.ai
Installation
npm install @yourgpt/copilot-sdk @yourgpt/llm-sdkQuick Start
import { CopilotProvider } from "@yourgpt/copilot-sdk/react";
import { CopilotChat } from "@yourgpt/copilot-sdk/ui";
function App() {
return (
<CopilotProvider runtimeUrl="/api/chat">
<YourApp />
<CopilotChat />
</CopilotProvider>
);
}Subpath Exports
| Subpath | Description |
|---|---|
/react |
React hooks and provider |
/ui |
Pre-built UI components |
/core |
Types, utilities, tool helpers |
Examples
Explore real-world implementations and demo projects.
Debug Assistant
AI-powered debugging companion that captures console logs, takes screenshots, and provides intelligent analysis.
Support Ticket System
AI-powered customer support with intelligent ticket routing, automatic escalation, and context-aware responses.
SaaS Application
SaaS template with AI copilot integration. Includes subscription handling, billing management, and intelligent assistance.
License
MIT