@almadar/std 9.0.0 → 11.0.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.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- package/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/behaviors/registry/core/atoms/std-related.orb +37 -37
- package/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/behaviors/registry/core/atoms/std-tabs.orb +44 -44
- package/behaviors/registry/core/molecules/std-cart.orb +55 -59
- package/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/dist/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/dist/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/dist/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/dist/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/dist/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/dist/behaviors/registry/core/atoms/std-related.orb +37 -37
- package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +44 -44
- package/dist/behaviors/registry/core/molecules/std-cart.orb +55 -59
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/dist/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/dist/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/dist/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- package/package.json +1 -1
|
@@ -183,22 +183,22 @@
|
|
|
183
183
|
"render-ui",
|
|
184
184
|
"main",
|
|
185
185
|
{
|
|
186
|
-
"
|
|
187
|
-
"
|
|
186
|
+
"className": "py-12",
|
|
187
|
+
"gap": "md",
|
|
188
188
|
"children": [
|
|
189
189
|
{
|
|
190
190
|
"type": "spinner"
|
|
191
191
|
},
|
|
192
192
|
{
|
|
193
|
-
"
|
|
193
|
+
"content": "Loading searches…",
|
|
194
194
|
"type": "typography",
|
|
195
195
|
"color": "muted",
|
|
196
|
-
"
|
|
196
|
+
"variant": "caption"
|
|
197
197
|
}
|
|
198
198
|
],
|
|
199
|
-
"className": "py-12",
|
|
200
199
|
"type": "stack",
|
|
201
|
-
"
|
|
200
|
+
"direction": "vertical",
|
|
201
|
+
"align": "center"
|
|
202
202
|
}
|
|
203
203
|
]
|
|
204
204
|
]
|
|
@@ -212,56 +212,54 @@
|
|
|
212
212
|
"render-ui",
|
|
213
213
|
"main",
|
|
214
214
|
{
|
|
215
|
-
"
|
|
216
|
-
"direction": "vertical",
|
|
217
|
-
"gap": "lg",
|
|
215
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
218
216
|
"children": [
|
|
219
217
|
{
|
|
220
|
-
"
|
|
218
|
+
"type": "stack",
|
|
219
|
+
"align": "center",
|
|
221
220
|
"children": [
|
|
222
221
|
{
|
|
223
|
-
"type": "stack",
|
|
224
222
|
"direction": "horizontal",
|
|
223
|
+
"type": "stack",
|
|
225
224
|
"children": [
|
|
226
225
|
{
|
|
227
|
-
"
|
|
228
|
-
"
|
|
226
|
+
"name": "search",
|
|
227
|
+
"type": "icon"
|
|
229
228
|
},
|
|
230
229
|
{
|
|
231
|
-
"variant": "h2",
|
|
232
230
|
"type": "typography",
|
|
233
|
-
"content": "AgentSearch"
|
|
231
|
+
"content": "AgentSearch",
|
|
232
|
+
"variant": "h2"
|
|
234
233
|
}
|
|
235
234
|
],
|
|
236
235
|
"gap": "sm",
|
|
237
236
|
"align": "center"
|
|
238
237
|
},
|
|
239
238
|
{
|
|
240
|
-
"direction": "horizontal",
|
|
241
239
|
"type": "stack",
|
|
242
240
|
"children": [
|
|
243
241
|
{
|
|
242
|
+
"icon": "search",
|
|
244
243
|
"action": "SEARCH",
|
|
245
|
-
"label": "Search",
|
|
246
244
|
"type": "button",
|
|
247
245
|
"variant": "primary",
|
|
248
|
-
"
|
|
246
|
+
"label": "Search"
|
|
249
247
|
},
|
|
250
248
|
{
|
|
251
|
-
"variant": "ghost",
|
|
252
249
|
"icon": "x",
|
|
253
|
-
"
|
|
250
|
+
"variant": "ghost",
|
|
254
251
|
"type": "button",
|
|
255
|
-
"label": "Clear"
|
|
252
|
+
"label": "Clear",
|
|
253
|
+
"action": "CLEAR"
|
|
256
254
|
}
|
|
257
255
|
],
|
|
258
|
-
"gap": "sm"
|
|
256
|
+
"gap": "sm",
|
|
257
|
+
"direction": "horizontal"
|
|
259
258
|
}
|
|
260
259
|
],
|
|
261
|
-
"
|
|
260
|
+
"justify": "between",
|
|
262
261
|
"direction": "horizontal",
|
|
263
|
-
"
|
|
264
|
-
"align": "center"
|
|
262
|
+
"gap": "md"
|
|
265
263
|
},
|
|
266
264
|
{
|
|
267
265
|
"type": "divider"
|
|
@@ -270,47 +268,49 @@
|
|
|
270
268
|
"type": "data-grid",
|
|
271
269
|
"fields": [
|
|
272
270
|
{
|
|
273
|
-
"label": "Query",
|
|
274
271
|
"variant": "h4",
|
|
275
|
-
"
|
|
276
|
-
"
|
|
272
|
+
"name": "query",
|
|
273
|
+
"label": "Query",
|
|
274
|
+
"icon": "search"
|
|
277
275
|
},
|
|
278
276
|
{
|
|
279
|
-
"label": "Language",
|
|
280
|
-
"variant": "badge",
|
|
281
|
-
"name": "language",
|
|
282
277
|
"colorMap": {
|
|
283
|
-
"
|
|
284
|
-
"draft": "warning",
|
|
278
|
+
"done": "success",
|
|
285
279
|
"disabled": "neutral",
|
|
286
|
-
"archived": "neutral",
|
|
287
|
-
"pending": "warning",
|
|
288
280
|
"error": "destructive",
|
|
289
|
-
"
|
|
290
|
-
"inactive": "neutral",
|
|
291
|
-
"done": "success",
|
|
281
|
+
"failed": "destructive",
|
|
292
282
|
"completed": "success",
|
|
293
283
|
"scheduled": "warning",
|
|
294
|
-
"
|
|
295
|
-
|
|
284
|
+
"inactive": "neutral",
|
|
285
|
+
"archived": "neutral",
|
|
286
|
+
"cancelled": "destructive",
|
|
287
|
+
"pending": "warning",
|
|
288
|
+
"draft": "warning",
|
|
289
|
+
"active": "success"
|
|
290
|
+
},
|
|
291
|
+
"variant": "badge",
|
|
292
|
+
"label": "Language",
|
|
293
|
+
"name": "language"
|
|
296
294
|
},
|
|
297
295
|
{
|
|
298
|
-
"
|
|
296
|
+
"name": "resultCount",
|
|
299
297
|
"variant": "caption",
|
|
300
|
-
"
|
|
298
|
+
"label": "Result Count"
|
|
301
299
|
}
|
|
302
300
|
],
|
|
303
301
|
"entity": "@payload.data",
|
|
304
302
|
"itemActions": [
|
|
305
303
|
{
|
|
304
|
+
"variant": "ghost",
|
|
306
305
|
"label": "View",
|
|
307
|
-
"event": "VIEW"
|
|
308
|
-
"variant": "ghost"
|
|
306
|
+
"event": "VIEW"
|
|
309
307
|
}
|
|
310
308
|
]
|
|
311
309
|
}
|
|
312
310
|
],
|
|
313
|
-
"
|
|
311
|
+
"gap": "lg",
|
|
312
|
+
"type": "stack",
|
|
313
|
+
"direction": "vertical"
|
|
314
314
|
}
|
|
315
315
|
]
|
|
316
316
|
]
|
|
@@ -324,36 +324,36 @@
|
|
|
324
324
|
"render-ui",
|
|
325
325
|
"main",
|
|
326
326
|
{
|
|
327
|
-
"type": "stack",
|
|
328
|
-
"direction": "vertical",
|
|
329
|
-
"gap": "md",
|
|
330
327
|
"align": "center",
|
|
328
|
+
"direction": "vertical",
|
|
331
329
|
"className": "py-12",
|
|
332
330
|
"children": [
|
|
333
331
|
{
|
|
334
|
-
"type": "icon",
|
|
335
332
|
"name": "alert-triangle",
|
|
333
|
+
"type": "icon",
|
|
336
334
|
"color": "destructive"
|
|
337
335
|
},
|
|
338
336
|
{
|
|
339
337
|
"variant": "h3",
|
|
340
|
-
"
|
|
341
|
-
"
|
|
338
|
+
"type": "typography",
|
|
339
|
+
"content": "Failed to load searches"
|
|
342
340
|
},
|
|
343
341
|
{
|
|
344
|
-
"color": "muted",
|
|
345
342
|
"type": "typography",
|
|
343
|
+
"content": "@payload.error",
|
|
346
344
|
"variant": "body",
|
|
347
|
-
"
|
|
345
|
+
"color": "muted"
|
|
348
346
|
},
|
|
349
347
|
{
|
|
348
|
+
"type": "button",
|
|
350
349
|
"label": "Retry",
|
|
351
350
|
"variant": "primary",
|
|
352
|
-
"type": "button",
|
|
353
351
|
"icon": "rotate-ccw",
|
|
354
352
|
"action": "INIT"
|
|
355
353
|
}
|
|
356
|
-
]
|
|
354
|
+
],
|
|
355
|
+
"gap": "md",
|
|
356
|
+
"type": "stack"
|
|
357
357
|
}
|
|
358
358
|
]
|
|
359
359
|
]
|
|
@@ -534,8 +534,8 @@
|
|
|
534
534
|
"AgentSearch",
|
|
535
535
|
{
|
|
536
536
|
"emit": {
|
|
537
|
-
"
|
|
538
|
-
"
|
|
537
|
+
"success": "AgentSearchLoaded",
|
|
538
|
+
"failure": "AgentSearchLoadFailed"
|
|
539
539
|
}
|
|
540
540
|
}
|
|
541
541
|
],
|
|
@@ -543,10 +543,10 @@
|
|
|
543
543
|
"render-ui",
|
|
544
544
|
"main",
|
|
545
545
|
{
|
|
546
|
-
"type": "empty-state",
|
|
547
546
|
"title": "Code Search",
|
|
548
|
-
"
|
|
549
|
-
"description": "Code Search is ready"
|
|
547
|
+
"type": "empty-state",
|
|
548
|
+
"description": "Code Search is ready",
|
|
549
|
+
"icon": "search"
|
|
550
550
|
}
|
|
551
551
|
]
|
|
552
552
|
]
|
|
@@ -573,8 +573,8 @@
|
|
|
573
573
|
"AgentSearch",
|
|
574
574
|
{
|
|
575
575
|
"emit": {
|
|
576
|
-
"
|
|
577
|
-
"
|
|
576
|
+
"success": "AgentSearchLoaded",
|
|
577
|
+
"failure": "AgentSearchLoadFailed"
|
|
578
578
|
}
|
|
579
579
|
}
|
|
580
580
|
],
|
|
@@ -582,8 +582,8 @@
|
|
|
582
582
|
"emit",
|
|
583
583
|
"SEARCHED",
|
|
584
584
|
{
|
|
585
|
-
"
|
|
586
|
-
"
|
|
585
|
+
"resultCount": 0.0,
|
|
586
|
+
"query": "@payload.query"
|
|
587
587
|
}
|
|
588
588
|
]
|
|
589
589
|
]
|