local-operator-ui 0.3.6 → 0.3.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/README.md +5 -3
- package/out/main/index.jsc +0 -0
- package/out/preload/index.jsc +0 -0
- package/out/renderer/assets/{error-boundary-GcWSKAk-.js → error-boundary-HK_94N6W.js} +95 -125
- package/out/renderer/assets/{index-BZlgXU2r.js → index-mDCtISs5.js} +986 -532
- package/out/renderer/assets/{installer-BobUZ6f3.js → installer-XvyKuNSZ.js} +1 -1
- package/out/renderer/index.html +2 -2
- package/out/renderer/installer.html +2 -2
- package/package.json +6 -4
package/README.md
CHANGED
|
@@ -11,9 +11,11 @@
|
|
|
11
11
|
<p><i>Real-time code execution on your device through natural conversation</i></p>
|
|
12
12
|
</div>
|
|
13
13
|
|
|
14
|
-
<
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
<br />
|
|
15
|
+
|
|
16
|
+
<video src="https://github.com/user-attachments/assets/a7a97781-40a0-46ce-8f53-09ff6fb9ae86" alt="Local Operator Dashboard Example" autoplay loop muted playsinline></video>
|
|
17
|
+
|
|
18
|
+
<br />
|
|
17
19
|
|
|
18
20
|
**<span style="color: #38C96A">Local Operator</span>** empowers you to run Python code safely on your own machine through an intuitive chat interface. The AI agent:
|
|
19
21
|
|
package/out/main/index.jsc
CHANGED
|
Binary file
|
package/out/preload/index.jsc
CHANGED
|
Binary file
|
|
@@ -27782,6 +27782,9 @@ var icons = {
|
|
|
27782
27782
|
faTurnUp,
|
|
27783
27783
|
faLevelUpAlt
|
|
27784
27784
|
};
|
|
27785
|
+
const isDevelopmentMode = () => {
|
|
27786
|
+
return false;
|
|
27787
|
+
};
|
|
27785
27788
|
function ownKeys(object, enumerableOnly) {
|
|
27786
27789
|
var keys = Object.keys(object);
|
|
27787
27790
|
if (Object.getOwnPropertySymbols) {
|
|
@@ -30079,43 +30082,7 @@ const ErrorFallback = ({ error, resetErrorBoundary }) => {
|
|
|
30079
30082
|
children: "Try Again"
|
|
30080
30083
|
}
|
|
30081
30084
|
),
|
|
30082
|
-
|
|
30083
|
-
Box,
|
|
30084
|
-
{
|
|
30085
|
-
sx: {
|
|
30086
|
-
mt: 2,
|
|
30087
|
-
p: 2,
|
|
30088
|
-
bgcolor: "rgba(0, 0, 0, 0.1)",
|
|
30089
|
-
borderRadius: 1,
|
|
30090
|
-
width: "100%",
|
|
30091
|
-
maxWidth: "800px",
|
|
30092
|
-
overflow: "auto",
|
|
30093
|
-
textAlign: "left"
|
|
30094
|
-
},
|
|
30095
|
-
children: [
|
|
30096
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(Typography, { variant: "subtitle2", gutterBottom: true, children: "Error Details:" }),
|
|
30097
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
30098
|
-
Typography,
|
|
30099
|
-
{
|
|
30100
|
-
variant: "body2",
|
|
30101
|
-
component: "pre",
|
|
30102
|
-
sx: { whiteSpace: "pre-wrap", mb: 2 },
|
|
30103
|
-
children: error?.message
|
|
30104
|
-
}
|
|
30105
|
-
),
|
|
30106
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(Typography, { variant: "subtitle2", gutterBottom: true, children: "Stack Trace:" }),
|
|
30107
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
30108
|
-
Typography,
|
|
30109
|
-
{
|
|
30110
|
-
variant: "body2",
|
|
30111
|
-
component: "pre",
|
|
30112
|
-
sx: { whiteSpace: "pre-wrap" },
|
|
30113
|
-
children: error?.stack
|
|
30114
|
-
}
|
|
30115
|
-
)
|
|
30116
|
-
]
|
|
30117
|
-
}
|
|
30118
|
-
)
|
|
30085
|
+
isDevelopmentMode()
|
|
30119
30086
|
]
|
|
30120
30087
|
}
|
|
30121
30088
|
);
|
|
@@ -30166,7 +30133,7 @@ export {
|
|
|
30166
30133
|
requireReact as Z,
|
|
30167
30134
|
_inheritsLoose as _,
|
|
30168
30135
|
reactExports as a,
|
|
30169
|
-
|
|
30136
|
+
faComments as a$,
|
|
30170
30137
|
Button as a0,
|
|
30171
30138
|
Box as a1,
|
|
30172
30139
|
FontAwesomeIcon as a2,
|
|
@@ -30177,99 +30144,102 @@ export {
|
|
|
30177
30144
|
faTimes as a7,
|
|
30178
30145
|
faEraser as a8,
|
|
30179
30146
|
faPen as a9,
|
|
30180
|
-
|
|
30181
|
-
|
|
30182
|
-
|
|
30183
|
-
|
|
30184
|
-
|
|
30185
|
-
|
|
30186
|
-
|
|
30187
|
-
|
|
30188
|
-
|
|
30189
|
-
|
|
30190
|
-
|
|
30191
|
-
|
|
30192
|
-
|
|
30193
|
-
|
|
30194
|
-
|
|
30195
|
-
|
|
30196
|
-
|
|
30197
|
-
|
|
30198
|
-
|
|
30199
|
-
|
|
30200
|
-
|
|
30201
|
-
|
|
30202
|
-
|
|
30203
|
-
|
|
30204
|
-
|
|
30205
|
-
|
|
30206
|
-
|
|
30147
|
+
faArrowDown as aA,
|
|
30148
|
+
faPaperclip as aB,
|
|
30149
|
+
faStop as aC,
|
|
30150
|
+
faPaperPlane as aD,
|
|
30151
|
+
keyframes as aE,
|
|
30152
|
+
faChevronUp as aF,
|
|
30153
|
+
faQuestion as aG,
|
|
30154
|
+
faFile as aH,
|
|
30155
|
+
faLightbulb as aI,
|
|
30156
|
+
faCode as aJ,
|
|
30157
|
+
faCommentDots as aK,
|
|
30158
|
+
faEdit as aL,
|
|
30159
|
+
faPencilAlt as aM,
|
|
30160
|
+
faChevronRight as aN,
|
|
30161
|
+
faUser as aO,
|
|
30162
|
+
faCopy as aP,
|
|
30163
|
+
isDevelopmentMode as aQ,
|
|
30164
|
+
faEllipsisVertical as aR,
|
|
30165
|
+
faComment as aS,
|
|
30166
|
+
faFileExport as aT,
|
|
30167
|
+
faChevronLeft as aU,
|
|
30168
|
+
faFileImport as aV,
|
|
30169
|
+
faUpload as aW,
|
|
30170
|
+
faPlus as aX,
|
|
30171
|
+
faSearch as aY,
|
|
30172
|
+
faCommentSlash as aZ,
|
|
30173
|
+
faArrowRight as a_,
|
|
30207
30174
|
faInfoCircle as aa,
|
|
30208
30175
|
faGear as ab,
|
|
30209
30176
|
faServer as ac,
|
|
30210
30177
|
faStar as ad,
|
|
30211
30178
|
faTrash as ae,
|
|
30212
|
-
|
|
30213
|
-
|
|
30214
|
-
|
|
30215
|
-
|
|
30216
|
-
|
|
30217
|
-
|
|
30218
|
-
|
|
30219
|
-
|
|
30220
|
-
|
|
30221
|
-
|
|
30222
|
-
|
|
30223
|
-
|
|
30224
|
-
|
|
30225
|
-
|
|
30226
|
-
|
|
30227
|
-
|
|
30228
|
-
|
|
30229
|
-
|
|
30230
|
-
|
|
30231
|
-
|
|
30232
|
-
|
|
30179
|
+
faHome as af,
|
|
30180
|
+
faDownload as ag,
|
|
30181
|
+
faFileAlt as ah,
|
|
30182
|
+
faDesktop as ai,
|
|
30183
|
+
faImage as aj,
|
|
30184
|
+
faMusic as ak,
|
|
30185
|
+
faVideo as al,
|
|
30186
|
+
faLaptop as am,
|
|
30187
|
+
faUsers as an,
|
|
30188
|
+
faDatabase as ao,
|
|
30189
|
+
faBoxOpen as ap,
|
|
30190
|
+
faBook as aq,
|
|
30191
|
+
faHdd as ar,
|
|
30192
|
+
faBox as as,
|
|
30193
|
+
faArchive as at,
|
|
30194
|
+
faNetworkWired as au,
|
|
30195
|
+
faFolder as av,
|
|
30196
|
+
faFolderOpen as aw,
|
|
30197
|
+
faClock as ax,
|
|
30198
|
+
faChevronDown as ay,
|
|
30199
|
+
faTools as az,
|
|
30233
30200
|
clsx as b,
|
|
30234
|
-
|
|
30235
|
-
|
|
30236
|
-
|
|
30237
|
-
|
|
30238
|
-
|
|
30239
|
-
|
|
30240
|
-
|
|
30241
|
-
|
|
30242
|
-
|
|
30243
|
-
|
|
30244
|
-
|
|
30245
|
-
|
|
30246
|
-
|
|
30247
|
-
|
|
30248
|
-
|
|
30249
|
-
|
|
30250
|
-
|
|
30251
|
-
|
|
30252
|
-
|
|
30253
|
-
|
|
30254
|
-
|
|
30255
|
-
|
|
30256
|
-
|
|
30257
|
-
|
|
30258
|
-
|
|
30259
|
-
|
|
30260
|
-
|
|
30261
|
-
|
|
30262
|
-
|
|
30263
|
-
|
|
30264
|
-
|
|
30265
|
-
|
|
30266
|
-
|
|
30267
|
-
|
|
30268
|
-
|
|
30269
|
-
|
|
30270
|
-
|
|
30271
|
-
|
|
30272
|
-
|
|
30201
|
+
faTag as b0,
|
|
30202
|
+
faIdCard as b1,
|
|
30203
|
+
faCalendarAlt as b2,
|
|
30204
|
+
faCodeBranch as b3,
|
|
30205
|
+
faShieldAlt as b4,
|
|
30206
|
+
faArrowLeft as b5,
|
|
30207
|
+
faShield as b6,
|
|
30208
|
+
faSignOut as b7,
|
|
30209
|
+
darkTheme as b8,
|
|
30210
|
+
lightTheme as b9,
|
|
30211
|
+
library$1 as bA,
|
|
30212
|
+
icons as bB,
|
|
30213
|
+
CssBaseline as bC,
|
|
30214
|
+
ThemeProvider as bD,
|
|
30215
|
+
ReactDOM as bE,
|
|
30216
|
+
ErrorBoundary2 as bF,
|
|
30217
|
+
draculaTheme as ba,
|
|
30218
|
+
sageTheme as bb,
|
|
30219
|
+
monokaiTheme as bc,
|
|
30220
|
+
tokyoNightTheme as bd,
|
|
30221
|
+
duneTheme as be,
|
|
30222
|
+
icebergTheme as bf,
|
|
30223
|
+
faMagicWandSparkles as bg,
|
|
30224
|
+
faBrain as bh,
|
|
30225
|
+
faWandMagicSparkles as bi,
|
|
30226
|
+
faExternalLinkAlt as bj,
|
|
30227
|
+
faKey as bk,
|
|
30228
|
+
faGlobe as bl,
|
|
30229
|
+
faLock as bm,
|
|
30230
|
+
faAdjust as bn,
|
|
30231
|
+
faSave as bo,
|
|
30232
|
+
faMoon as bp,
|
|
30233
|
+
faSun as bq,
|
|
30234
|
+
faSkull as br,
|
|
30235
|
+
faLeaf as bs,
|
|
30236
|
+
faMountain as bt,
|
|
30237
|
+
faFire as bu,
|
|
30238
|
+
faIcicles as bv,
|
|
30239
|
+
faEnvelope as bw,
|
|
30240
|
+
faCloudUploadAlt as bx,
|
|
30241
|
+
faHistory as by,
|
|
30242
|
+
faListAlt as bz,
|
|
30273
30243
|
createStyled2 as c,
|
|
30274
30244
|
useForkRef as d,
|
|
30275
30245
|
capitalize$1 as e,
|