@almadar/std 8.2.0 → 8.4.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 +74 -74
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/dist/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/dist/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/dist/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/dist/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/dist/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/dist/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/dist/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/dist/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/dist/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/dist/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/package.json +1 -1
|
@@ -183,22 +183,22 @@
|
|
|
183
183
|
"render-ui",
|
|
184
184
|
"main",
|
|
185
185
|
{
|
|
186
|
-
"className": "py-12",
|
|
187
186
|
"children": [
|
|
188
187
|
{
|
|
189
188
|
"type": "spinner"
|
|
190
189
|
},
|
|
191
190
|
{
|
|
192
|
-
"variant": "caption",
|
|
193
191
|
"type": "typography",
|
|
194
|
-
"
|
|
195
|
-
"color": "muted"
|
|
192
|
+
"variant": "caption",
|
|
193
|
+
"color": "muted",
|
|
194
|
+
"content": "Loading searches…"
|
|
196
195
|
}
|
|
197
196
|
],
|
|
197
|
+
"gap": "md",
|
|
198
198
|
"direction": "vertical",
|
|
199
|
-
"align": "center",
|
|
200
199
|
"type": "stack",
|
|
201
|
-
"
|
|
200
|
+
"align": "center",
|
|
201
|
+
"className": "py-12"
|
|
202
202
|
}
|
|
203
203
|
]
|
|
204
204
|
]
|
|
@@ -212,105 +212,105 @@
|
|
|
212
212
|
"render-ui",
|
|
213
213
|
"main",
|
|
214
214
|
{
|
|
215
|
+
"gap": "lg",
|
|
215
216
|
"type": "stack",
|
|
217
|
+
"direction": "vertical",
|
|
218
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
216
219
|
"children": [
|
|
217
220
|
{
|
|
218
|
-
"
|
|
219
|
-
"direction": "horizontal",
|
|
220
|
-
"justify": "between",
|
|
221
|
-
"align": "center",
|
|
221
|
+
"gap": "md",
|
|
222
222
|
"children": [
|
|
223
223
|
{
|
|
224
|
-
"align": "center",
|
|
225
224
|
"direction": "horizontal",
|
|
226
|
-
"
|
|
225
|
+
"align": "center",
|
|
227
226
|
"gap": "sm",
|
|
227
|
+
"type": "stack",
|
|
228
228
|
"children": [
|
|
229
229
|
{
|
|
230
230
|
"name": "search",
|
|
231
231
|
"type": "icon"
|
|
232
232
|
},
|
|
233
233
|
{
|
|
234
|
-
"variant": "h2",
|
|
235
234
|
"type": "typography",
|
|
236
|
-
"content": "AgentSearch"
|
|
235
|
+
"content": "AgentSearch",
|
|
236
|
+
"variant": "h2"
|
|
237
237
|
}
|
|
238
238
|
]
|
|
239
239
|
},
|
|
240
240
|
{
|
|
241
241
|
"children": [
|
|
242
242
|
{
|
|
243
|
-
"label": "Search",
|
|
244
243
|
"icon": "search",
|
|
244
|
+
"label": "Search",
|
|
245
|
+
"action": "SEARCH",
|
|
245
246
|
"variant": "primary",
|
|
246
|
-
"type": "button"
|
|
247
|
-
"action": "SEARCH"
|
|
247
|
+
"type": "button"
|
|
248
248
|
},
|
|
249
249
|
{
|
|
250
250
|
"label": "Clear",
|
|
251
|
+
"action": "CLEAR",
|
|
251
252
|
"type": "button",
|
|
252
|
-
"variant": "ghost",
|
|
253
253
|
"icon": "x",
|
|
254
|
-
"
|
|
254
|
+
"variant": "ghost"
|
|
255
255
|
}
|
|
256
256
|
],
|
|
257
|
-
"
|
|
257
|
+
"direction": "horizontal",
|
|
258
258
|
"gap": "sm",
|
|
259
|
-
"
|
|
259
|
+
"type": "stack"
|
|
260
260
|
}
|
|
261
261
|
],
|
|
262
|
-
"
|
|
262
|
+
"justify": "between",
|
|
263
|
+
"type": "stack",
|
|
264
|
+
"align": "center",
|
|
265
|
+
"direction": "horizontal"
|
|
263
266
|
},
|
|
264
267
|
{
|
|
265
268
|
"type": "divider"
|
|
266
269
|
},
|
|
267
270
|
{
|
|
268
|
-
"type": "data-grid",
|
|
269
271
|
"fields": [
|
|
270
272
|
{
|
|
271
|
-
"label": "Query",
|
|
272
|
-
"variant": "h4",
|
|
273
273
|
"name": "query",
|
|
274
|
-
"
|
|
274
|
+
"label": "Query",
|
|
275
|
+
"icon": "search",
|
|
276
|
+
"variant": "h4"
|
|
275
277
|
},
|
|
276
278
|
{
|
|
277
279
|
"colorMap": {
|
|
280
|
+
"completed": "success",
|
|
278
281
|
"disabled": "neutral",
|
|
279
|
-
"error": "destructive",
|
|
280
|
-
"cancelled": "destructive",
|
|
281
|
-
"failed": "destructive",
|
|
282
282
|
"inactive": "neutral",
|
|
283
|
-
"active": "success",
|
|
284
|
-
"archived": "neutral",
|
|
285
|
-
"scheduled": "warning",
|
|
286
283
|
"draft": "warning",
|
|
284
|
+
"scheduled": "warning",
|
|
285
|
+
"archived": "neutral",
|
|
286
|
+
"cancelled": "destructive",
|
|
287
|
+
"active": "success",
|
|
288
|
+
"done": "success",
|
|
289
|
+
"error": "destructive",
|
|
287
290
|
"pending": "warning",
|
|
288
|
-
"
|
|
289
|
-
"done": "success"
|
|
291
|
+
"failed": "destructive"
|
|
290
292
|
},
|
|
291
|
-
"name": "language",
|
|
292
293
|
"label": "Language",
|
|
293
|
-
"variant": "badge"
|
|
294
|
+
"variant": "badge",
|
|
295
|
+
"name": "language"
|
|
294
296
|
},
|
|
295
297
|
{
|
|
296
298
|
"label": "Result Count",
|
|
297
|
-
"
|
|
298
|
-
"
|
|
299
|
+
"name": "resultCount",
|
|
300
|
+
"variant": "caption"
|
|
299
301
|
}
|
|
300
302
|
],
|
|
301
303
|
"entity": "@payload.data",
|
|
302
304
|
"itemActions": [
|
|
303
305
|
{
|
|
304
|
-
"label": "View",
|
|
305
306
|
"variant": "ghost",
|
|
306
|
-
"event": "VIEW"
|
|
307
|
+
"event": "VIEW",
|
|
308
|
+
"label": "View"
|
|
307
309
|
}
|
|
308
|
-
]
|
|
310
|
+
],
|
|
311
|
+
"type": "data-grid"
|
|
309
312
|
}
|
|
310
|
-
]
|
|
311
|
-
"direction": "vertical",
|
|
312
|
-
"className": "max-w-5xl mx-auto w-full",
|
|
313
|
-
"gap": "lg"
|
|
313
|
+
]
|
|
314
314
|
}
|
|
315
315
|
]
|
|
316
316
|
]
|
|
@@ -324,36 +324,36 @@
|
|
|
324
324
|
"render-ui",
|
|
325
325
|
"main",
|
|
326
326
|
{
|
|
327
|
-
"
|
|
327
|
+
"className": "py-12",
|
|
328
|
+
"type": "stack",
|
|
328
329
|
"direction": "vertical",
|
|
329
330
|
"align": "center",
|
|
330
|
-
"type": "stack",
|
|
331
|
-
"className": "py-12",
|
|
332
331
|
"children": [
|
|
333
332
|
{
|
|
333
|
+
"color": "destructive",
|
|
334
334
|
"name": "alert-triangle",
|
|
335
|
-
"type": "icon"
|
|
336
|
-
"color": "destructive"
|
|
335
|
+
"type": "icon"
|
|
337
336
|
},
|
|
338
337
|
{
|
|
339
|
-
"
|
|
338
|
+
"type": "typography",
|
|
340
339
|
"content": "Failed to load searches",
|
|
341
|
-
"
|
|
340
|
+
"variant": "h3"
|
|
342
341
|
},
|
|
343
342
|
{
|
|
344
|
-
"content": "@payload.error",
|
|
345
343
|
"type": "typography",
|
|
344
|
+
"color": "muted",
|
|
346
345
|
"variant": "body",
|
|
347
|
-
"
|
|
346
|
+
"content": "@payload.error"
|
|
348
347
|
},
|
|
349
348
|
{
|
|
350
|
-
"
|
|
349
|
+
"variant": "primary",
|
|
351
350
|
"label": "Retry",
|
|
352
|
-
"
|
|
351
|
+
"icon": "rotate-ccw",
|
|
353
352
|
"type": "button",
|
|
354
|
-
"
|
|
353
|
+
"action": "INIT"
|
|
355
354
|
}
|
|
356
|
-
]
|
|
355
|
+
],
|
|
356
|
+
"gap": "md"
|
|
357
357
|
}
|
|
358
358
|
]
|
|
359
359
|
]
|
|
@@ -368,8 +368,8 @@
|
|
|
368
368
|
"AgentSearch",
|
|
369
369
|
{
|
|
370
370
|
"emit": {
|
|
371
|
-
"
|
|
372
|
-
"
|
|
371
|
+
"success": "AgentSearchLoaded",
|
|
372
|
+
"failure": "AgentSearchLoadFailed"
|
|
373
373
|
}
|
|
374
374
|
}
|
|
375
375
|
],
|
|
@@ -392,8 +392,8 @@
|
|
|
392
392
|
"AgentSearch",
|
|
393
393
|
{
|
|
394
394
|
"emit": {
|
|
395
|
-
"
|
|
396
|
-
"
|
|
395
|
+
"failure": "AgentSearchLoadFailed",
|
|
396
|
+
"success": "AgentSearchLoaded"
|
|
397
397
|
}
|
|
398
398
|
}
|
|
399
399
|
],
|
|
@@ -543,10 +543,10 @@
|
|
|
543
543
|
"render-ui",
|
|
544
544
|
"main",
|
|
545
545
|
{
|
|
546
|
-
"icon": "search",
|
|
547
|
-
"description": "Code Search is ready",
|
|
548
546
|
"title": "Code Search",
|
|
549
|
-
"
|
|
547
|
+
"description": "Code Search is ready",
|
|
548
|
+
"type": "empty-state",
|
|
549
|
+
"icon": "search"
|
|
550
550
|
}
|
|
551
551
|
]
|
|
552
552
|
]
|
|
@@ -573,8 +573,8 @@
|
|
|
573
573
|
"AgentSearch",
|
|
574
574
|
{
|
|
575
575
|
"emit": {
|
|
576
|
-
"
|
|
577
|
-
"
|
|
576
|
+
"failure": "AgentSearchLoadFailed",
|
|
577
|
+
"success": "AgentSearchLoaded"
|
|
578
578
|
}
|
|
579
579
|
}
|
|
580
580
|
],
|
|
@@ -626,4 +626,4 @@
|
|
|
626
626
|
]
|
|
627
627
|
}
|
|
628
628
|
]
|
|
629
|
-
}
|
|
629
|
+
}
|