@yourgpt/copilot-sdk 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,4 @@
1
+ export { AbstractAgentLoop, AbstractChat, CopilotProvider, ReactChat, ReactChatState, createPermissionStorage, createReactChat, createReactChatState, createSessionPermissionCache, formatKnowledgeResultsForAI, initialAgentLoopState, searchKnowledgeBase, useAIAction, useAIActions, useAIContext, useAIContexts, useAITools, useAgent, useCapabilities, useChat, useCopilot, useDevLogger, useFeatureSupport, useKnowledgeBase, useSuggestions, useSupportedMediaTypes, useTool, useToolExecutor, useToolWithSchema, useTools, useToolsWithSchema } from '../chunk-QUGTRQSS.js';
2
+ export { generateSuggestionReason } from '../chunk-N4OA2J32.js';
3
+ //# sourceMappingURL=index.js.map
4
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.js"}
@@ -0,0 +1,48 @@
1
+ /* YourGPT Copilot UI Styles */
2
+ /* Add Tailwind v4 configuration here */
3
+
4
+ /* shadcn/ui CSS Variables */
5
+ :root {
6
+ --background: 0 0% 100%;
7
+ --foreground: 240 10% 3.9%;
8
+ --card: 0 0% 100%;
9
+ --card-foreground: 240 10% 3.9%;
10
+ --popover: 0 0% 100%;
11
+ --popover-foreground: 240 10% 3.9%;
12
+ --primary: 240 5.9% 10%;
13
+ --primary-foreground: 0 0% 98%;
14
+ --secondary: 240 4.8% 95.9%;
15
+ --secondary-foreground: 240 5.9% 10%;
16
+ --muted: 240 4.8% 95.9%;
17
+ --muted-foreground: 240 3.8% 46.1%;
18
+ --accent: 240 4.8% 95.9%;
19
+ --accent-foreground: 240 5.9% 10%;
20
+ --destructive: 0 84.2% 60.2%;
21
+ --destructive-foreground: 0 0% 98%;
22
+ --border: 240 5.9% 90%;
23
+ --input: 240 5.9% 90%;
24
+ --ring: 240 5.9% 10%;
25
+ --radius: 0.5rem;
26
+ }
27
+
28
+ .dark {
29
+ --background: 240 10% 3.9%;
30
+ --foreground: 0 0% 98%;
31
+ --card: 240 10% 3.9%;
32
+ --card-foreground: 0 0% 98%;
33
+ --popover: 240 10% 3.9%;
34
+ --popover-foreground: 0 0% 98%;
35
+ --primary: 0 0% 98%;
36
+ --primary-foreground: 240 5.9% 10%;
37
+ --secondary: 240 3.7% 15.9%;
38
+ --secondary-foreground: 0 0% 98%;
39
+ --muted: 240 3.7% 15.9%;
40
+ --muted-foreground: 240 5% 64.9%;
41
+ --accent: 240 3.7% 15.9%;
42
+ --accent-foreground: 0 0% 98%;
43
+ --destructive: 0 62.8% 30.6%;
44
+ --destructive-foreground: 0 0% 98%;
45
+ --border: 240 3.7% 15.9%;
46
+ --input: 240 3.7% 15.9%;
47
+ --ring: 240 4.9% 83.9%;
48
+ }