@ash-cloud/ash-ai 0.1.8
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.
- package/dist/ash-widget.js +2 -0
- package/dist/ash-widget.js.map +1 -0
- package/dist/embed.cjs +19 -0
- package/dist/embed.cjs.map +1 -0
- package/dist/embed.d.cts +278 -0
- package/dist/embed.d.ts +278 -0
- package/dist/embed.js +16 -0
- package/dist/embed.js.map +1 -0
- package/dist/icons.cjs +156 -0
- package/dist/icons.cjs.map +1 -0
- package/dist/icons.d.cts +1 -0
- package/dist/icons.d.ts +1 -0
- package/dist/icons.js +3 -0
- package/dist/icons.js.map +1 -0
- package/dist/index-DJwpy-R5.js +6797 -0
- package/dist/index.cjs +17502 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.cts +9590 -0
- package/dist/index.d.ts +9590 -0
- package/dist/index.js +17328 -0
- package/dist/index.js.map +1 -0
- package/dist/playground/App.d.ts +2 -0
- package/dist/playground/App.d.ts.map +1 -0
- package/dist/playground/Playground.d.ts +62 -0
- package/dist/playground/Playground.d.ts.map +1 -0
- package/dist/playground/components/ChatInput.d.ts +60 -0
- package/dist/playground/components/ChatInput.d.ts.map +1 -0
- package/dist/playground/components/MessageList.d.ts +28 -0
- package/dist/playground/components/MessageList.d.ts.map +1 -0
- package/dist/playground/components/NormalizedMessageList.d.ts +26 -0
- package/dist/playground/components/NormalizedMessageList.d.ts.map +1 -0
- package/dist/playground/components/SandboxLogsPanel.d.ts +16 -0
- package/dist/playground/components/SandboxLogsPanel.d.ts.map +1 -0
- package/dist/playground/components/Sidebar.d.ts +7 -0
- package/dist/playground/components/Sidebar.d.ts.map +1 -0
- package/dist/playground/components/ToolCallCard.d.ts +9 -0
- package/dist/playground/components/ToolCallCard.d.ts.map +1 -0
- package/dist/playground/components/icons.d.ts +9 -0
- package/dist/playground/components/icons.d.ts.map +1 -0
- package/dist/playground/contexts/ThemeContext.d.ts +9 -0
- package/dist/playground/contexts/ThemeContext.d.ts.map +1 -0
- package/dist/playground/index.d.ts +30 -0
- package/dist/playground/index.d.ts.map +1 -0
- package/dist/playground/main.d.ts +1 -0
- package/dist/playground/main.d.ts.map +1 -0
- package/dist/playground/pages/AgentsPage.d.ts +2 -0
- package/dist/playground/pages/AgentsPage.d.ts.map +1 -0
- package/dist/playground/pages/ChatPage.d.ts +2 -0
- package/dist/playground/pages/ChatPage.d.ts.map +1 -0
- package/dist/playground/pages/SessionsPage.d.ts +2 -0
- package/dist/playground/pages/SessionsPage.d.ts.map +1 -0
- package/dist/playground.css +1 -0
- package/dist/playground.d.ts +18 -0
- package/dist/playground.d.ts.map +1 -0
- package/dist/playground.js +3753 -0
- package/dist/schema-B_CVsJm5.d.cts +1585 -0
- package/dist/schema-B_CVsJm5.d.ts +1585 -0
- package/dist/schema.cjs +254 -0
- package/dist/schema.cjs.map +1 -0
- package/dist/schema.d.cts +3 -0
- package/dist/schema.d.ts +3 -0
- package/dist/schema.js +235 -0
- package/dist/schema.js.map +1 -0
- package/package.json +108 -0
package/dist/icons.cjs
ADDED
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var ashUi = require('@ash-cloud/ash-ui');
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
Object.defineProperty(exports, "AlertCircleIcon", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function () { return ashUi.AlertCircleIcon; }
|
|
10
|
+
});
|
|
11
|
+
Object.defineProperty(exports, "AlertTriangleIcon", {
|
|
12
|
+
enumerable: true,
|
|
13
|
+
get: function () { return ashUi.AlertTriangleIcon; }
|
|
14
|
+
});
|
|
15
|
+
Object.defineProperty(exports, "BotIcon", {
|
|
16
|
+
enumerable: true,
|
|
17
|
+
get: function () { return ashUi.BotIcon; }
|
|
18
|
+
});
|
|
19
|
+
Object.defineProperty(exports, "BrainIcon", {
|
|
20
|
+
enumerable: true,
|
|
21
|
+
get: function () { return ashUi.BrainIcon; }
|
|
22
|
+
});
|
|
23
|
+
Object.defineProperty(exports, "BugIcon", {
|
|
24
|
+
enumerable: true,
|
|
25
|
+
get: function () { return ashUi.BugIcon; }
|
|
26
|
+
});
|
|
27
|
+
Object.defineProperty(exports, "CheckCircleIcon", {
|
|
28
|
+
enumerable: true,
|
|
29
|
+
get: function () { return ashUi.CheckCircleIcon; }
|
|
30
|
+
});
|
|
31
|
+
Object.defineProperty(exports, "CheckIcon", {
|
|
32
|
+
enumerable: true,
|
|
33
|
+
get: function () { return ashUi.CheckIcon; }
|
|
34
|
+
});
|
|
35
|
+
Object.defineProperty(exports, "ChevronDownIcon", {
|
|
36
|
+
enumerable: true,
|
|
37
|
+
get: function () { return ashUi.ChevronDownIcon; }
|
|
38
|
+
});
|
|
39
|
+
Object.defineProperty(exports, "ChevronLeftIcon", {
|
|
40
|
+
enumerable: true,
|
|
41
|
+
get: function () { return ashUi.ChevronLeftIcon; }
|
|
42
|
+
});
|
|
43
|
+
Object.defineProperty(exports, "ChevronRightIcon", {
|
|
44
|
+
enumerable: true,
|
|
45
|
+
get: function () { return ashUi.ChevronRightIcon; }
|
|
46
|
+
});
|
|
47
|
+
Object.defineProperty(exports, "ChevronUpIcon", {
|
|
48
|
+
enumerable: true,
|
|
49
|
+
get: function () { return ashUi.ChevronUpIcon; }
|
|
50
|
+
});
|
|
51
|
+
Object.defineProperty(exports, "CircleIcon", {
|
|
52
|
+
enumerable: true,
|
|
53
|
+
get: function () { return ashUi.CircleIcon; }
|
|
54
|
+
});
|
|
55
|
+
Object.defineProperty(exports, "ClipboardListIcon", {
|
|
56
|
+
enumerable: true,
|
|
57
|
+
get: function () { return ashUi.ClipboardListIcon; }
|
|
58
|
+
});
|
|
59
|
+
Object.defineProperty(exports, "CodeIcon", {
|
|
60
|
+
enumerable: true,
|
|
61
|
+
get: function () { return ashUi.CodeIcon; }
|
|
62
|
+
});
|
|
63
|
+
Object.defineProperty(exports, "CopyIcon", {
|
|
64
|
+
enumerable: true,
|
|
65
|
+
get: function () { return ashUi.CopyIcon; }
|
|
66
|
+
});
|
|
67
|
+
Object.defineProperty(exports, "EditIcon", {
|
|
68
|
+
enumerable: true,
|
|
69
|
+
get: function () { return ashUi.EditIcon; }
|
|
70
|
+
});
|
|
71
|
+
Object.defineProperty(exports, "FileIcon", {
|
|
72
|
+
enumerable: true,
|
|
73
|
+
get: function () { return ashUi.FileIcon; }
|
|
74
|
+
});
|
|
75
|
+
Object.defineProperty(exports, "FilePlusIcon", {
|
|
76
|
+
enumerable: true,
|
|
77
|
+
get: function () { return ashUi.FilePlusIcon; }
|
|
78
|
+
});
|
|
79
|
+
Object.defineProperty(exports, "FolderSearchIcon", {
|
|
80
|
+
enumerable: true,
|
|
81
|
+
get: function () { return ashUi.FolderSearchIcon; }
|
|
82
|
+
});
|
|
83
|
+
Object.defineProperty(exports, "GlobeIcon", {
|
|
84
|
+
enumerable: true,
|
|
85
|
+
get: function () { return ashUi.GlobeIcon; }
|
|
86
|
+
});
|
|
87
|
+
Object.defineProperty(exports, "InfoIcon", {
|
|
88
|
+
enumerable: true,
|
|
89
|
+
get: function () { return ashUi.InfoIcon; }
|
|
90
|
+
});
|
|
91
|
+
Object.defineProperty(exports, "ListChecksIcon", {
|
|
92
|
+
enumerable: true,
|
|
93
|
+
get: function () { return ashUi.ListChecksIcon; }
|
|
94
|
+
});
|
|
95
|
+
Object.defineProperty(exports, "LoaderIcon", {
|
|
96
|
+
enumerable: true,
|
|
97
|
+
get: function () { return ashUi.LoaderIcon; }
|
|
98
|
+
});
|
|
99
|
+
Object.defineProperty(exports, "MessageSquareIcon", {
|
|
100
|
+
enumerable: true,
|
|
101
|
+
get: function () { return ashUi.MessageSquareIcon; }
|
|
102
|
+
});
|
|
103
|
+
Object.defineProperty(exports, "MoonIcon", {
|
|
104
|
+
enumerable: true,
|
|
105
|
+
get: function () { return ashUi.MoonIcon; }
|
|
106
|
+
});
|
|
107
|
+
Object.defineProperty(exports, "PaperclipIcon", {
|
|
108
|
+
enumerable: true,
|
|
109
|
+
get: function () { return ashUi.PaperclipIcon; }
|
|
110
|
+
});
|
|
111
|
+
Object.defineProperty(exports, "PlugIcon", {
|
|
112
|
+
enumerable: true,
|
|
113
|
+
get: function () { return ashUi.PlugIcon; }
|
|
114
|
+
});
|
|
115
|
+
Object.defineProperty(exports, "SearchIcon", {
|
|
116
|
+
enumerable: true,
|
|
117
|
+
get: function () { return ashUi.SearchIcon; }
|
|
118
|
+
});
|
|
119
|
+
Object.defineProperty(exports, "SendIcon", {
|
|
120
|
+
enumerable: true,
|
|
121
|
+
get: function () { return ashUi.SendIcon; }
|
|
122
|
+
});
|
|
123
|
+
Object.defineProperty(exports, "SparklesIcon", {
|
|
124
|
+
enumerable: true,
|
|
125
|
+
get: function () { return ashUi.SparklesIcon; }
|
|
126
|
+
});
|
|
127
|
+
Object.defineProperty(exports, "StopCircleIcon", {
|
|
128
|
+
enumerable: true,
|
|
129
|
+
get: function () { return ashUi.StopCircleIcon; }
|
|
130
|
+
});
|
|
131
|
+
Object.defineProperty(exports, "SunIcon", {
|
|
132
|
+
enumerable: true,
|
|
133
|
+
get: function () { return ashUi.SunIcon; }
|
|
134
|
+
});
|
|
135
|
+
Object.defineProperty(exports, "TerminalIcon", {
|
|
136
|
+
enumerable: true,
|
|
137
|
+
get: function () { return ashUi.TerminalIcon; }
|
|
138
|
+
});
|
|
139
|
+
Object.defineProperty(exports, "ToolIcon", {
|
|
140
|
+
enumerable: true,
|
|
141
|
+
get: function () { return ashUi.ToolIcon; }
|
|
142
|
+
});
|
|
143
|
+
Object.defineProperty(exports, "UserIcon", {
|
|
144
|
+
enumerable: true,
|
|
145
|
+
get: function () { return ashUi.UserIcon; }
|
|
146
|
+
});
|
|
147
|
+
Object.defineProperty(exports, "XCircleIcon", {
|
|
148
|
+
enumerable: true,
|
|
149
|
+
get: function () { return ashUi.XCircleIcon; }
|
|
150
|
+
});
|
|
151
|
+
Object.defineProperty(exports, "XIcon", {
|
|
152
|
+
enumerable: true,
|
|
153
|
+
get: function () { return ashUi.XIcon; }
|
|
154
|
+
});
|
|
155
|
+
//# sourceMappingURL=icons.cjs.map
|
|
156
|
+
//# sourceMappingURL=icons.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"icons.cjs","sourcesContent":[]}
|
package/dist/icons.d.cts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AlertCircleIcon, AlertTriangleIcon, BotIcon, BrainIcon, BugIcon, CheckCircleIcon, CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CircleIcon, ClipboardListIcon, CodeIcon, CopyIcon, EditIcon, FileIcon, FilePlusIcon, FolderSearchIcon, GlobeIcon, IconProps, InfoIcon, ListChecksIcon, LoaderIcon, MessageSquareIcon, MoonIcon, PaperclipIcon, PlugIcon, SearchIcon, SendIcon, SparklesIcon, StopCircleIcon, SunIcon, TerminalIcon, ToolIcon, UserIcon, XCircleIcon, XIcon } from '@ash-cloud/ash-ui';
|
package/dist/icons.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AlertCircleIcon, AlertTriangleIcon, BotIcon, BrainIcon, BugIcon, CheckCircleIcon, CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CircleIcon, ClipboardListIcon, CodeIcon, CopyIcon, EditIcon, FileIcon, FilePlusIcon, FolderSearchIcon, GlobeIcon, IconProps, InfoIcon, ListChecksIcon, LoaderIcon, MessageSquareIcon, MoonIcon, PaperclipIcon, PlugIcon, SearchIcon, SendIcon, SparklesIcon, StopCircleIcon, SunIcon, TerminalIcon, ToolIcon, UserIcon, XCircleIcon, XIcon } from '@ash-cloud/ash-ui';
|
package/dist/icons.js
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export { AlertCircleIcon, AlertTriangleIcon, BotIcon, BrainIcon, BugIcon, CheckCircleIcon, CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CircleIcon, ClipboardListIcon, CodeIcon, CopyIcon, EditIcon, FileIcon, FilePlusIcon, FolderSearchIcon, GlobeIcon, InfoIcon, ListChecksIcon, LoaderIcon, MessageSquareIcon, MoonIcon, PaperclipIcon, PlugIcon, SearchIcon, SendIcon, SparklesIcon, StopCircleIcon, SunIcon, TerminalIcon, ToolIcon, UserIcon, XCircleIcon, XIcon } from '@ash-cloud/ash-ui';
|
|
2
|
+
//# sourceMappingURL=icons.js.map
|
|
3
|
+
//# sourceMappingURL=icons.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"icons.js","sourcesContent":[]}
|