@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.
Files changed (64) hide show
  1. package/dist/ash-widget.js +2 -0
  2. package/dist/ash-widget.js.map +1 -0
  3. package/dist/embed.cjs +19 -0
  4. package/dist/embed.cjs.map +1 -0
  5. package/dist/embed.d.cts +278 -0
  6. package/dist/embed.d.ts +278 -0
  7. package/dist/embed.js +16 -0
  8. package/dist/embed.js.map +1 -0
  9. package/dist/icons.cjs +156 -0
  10. package/dist/icons.cjs.map +1 -0
  11. package/dist/icons.d.cts +1 -0
  12. package/dist/icons.d.ts +1 -0
  13. package/dist/icons.js +3 -0
  14. package/dist/icons.js.map +1 -0
  15. package/dist/index-DJwpy-R5.js +6797 -0
  16. package/dist/index.cjs +17502 -0
  17. package/dist/index.cjs.map +1 -0
  18. package/dist/index.d.cts +9590 -0
  19. package/dist/index.d.ts +9590 -0
  20. package/dist/index.js +17328 -0
  21. package/dist/index.js.map +1 -0
  22. package/dist/playground/App.d.ts +2 -0
  23. package/dist/playground/App.d.ts.map +1 -0
  24. package/dist/playground/Playground.d.ts +62 -0
  25. package/dist/playground/Playground.d.ts.map +1 -0
  26. package/dist/playground/components/ChatInput.d.ts +60 -0
  27. package/dist/playground/components/ChatInput.d.ts.map +1 -0
  28. package/dist/playground/components/MessageList.d.ts +28 -0
  29. package/dist/playground/components/MessageList.d.ts.map +1 -0
  30. package/dist/playground/components/NormalizedMessageList.d.ts +26 -0
  31. package/dist/playground/components/NormalizedMessageList.d.ts.map +1 -0
  32. package/dist/playground/components/SandboxLogsPanel.d.ts +16 -0
  33. package/dist/playground/components/SandboxLogsPanel.d.ts.map +1 -0
  34. package/dist/playground/components/Sidebar.d.ts +7 -0
  35. package/dist/playground/components/Sidebar.d.ts.map +1 -0
  36. package/dist/playground/components/ToolCallCard.d.ts +9 -0
  37. package/dist/playground/components/ToolCallCard.d.ts.map +1 -0
  38. package/dist/playground/components/icons.d.ts +9 -0
  39. package/dist/playground/components/icons.d.ts.map +1 -0
  40. package/dist/playground/contexts/ThemeContext.d.ts +9 -0
  41. package/dist/playground/contexts/ThemeContext.d.ts.map +1 -0
  42. package/dist/playground/index.d.ts +30 -0
  43. package/dist/playground/index.d.ts.map +1 -0
  44. package/dist/playground/main.d.ts +1 -0
  45. package/dist/playground/main.d.ts.map +1 -0
  46. package/dist/playground/pages/AgentsPage.d.ts +2 -0
  47. package/dist/playground/pages/AgentsPage.d.ts.map +1 -0
  48. package/dist/playground/pages/ChatPage.d.ts +2 -0
  49. package/dist/playground/pages/ChatPage.d.ts.map +1 -0
  50. package/dist/playground/pages/SessionsPage.d.ts +2 -0
  51. package/dist/playground/pages/SessionsPage.d.ts.map +1 -0
  52. package/dist/playground.css +1 -0
  53. package/dist/playground.d.ts +18 -0
  54. package/dist/playground.d.ts.map +1 -0
  55. package/dist/playground.js +3753 -0
  56. package/dist/schema-B_CVsJm5.d.cts +1585 -0
  57. package/dist/schema-B_CVsJm5.d.ts +1585 -0
  58. package/dist/schema.cjs +254 -0
  59. package/dist/schema.cjs.map +1 -0
  60. package/dist/schema.d.cts +3 -0
  61. package/dist/schema.d.ts +3 -0
  62. package/dist/schema.js +235 -0
  63. package/dist/schema.js.map +1 -0
  64. 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":[]}
@@ -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';
@@ -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":[]}