@almadar/std 8.2.0 → 8.3.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 +83 -83
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/behaviors/registry/core/atoms/std-modal.orb +14 -32
- package/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- package/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/behaviors/registry/game/atoms/std-timer.orb +251 -260
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +83 -83
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/dist/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/dist/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-modal.orb +14 -32
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/dist/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/dist/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/dist/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/dist/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/dist/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/dist/behaviors/registry/game/atoms/std-timer.orb +251 -260
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/package.json +1 -1
|
@@ -174,8 +174,8 @@
|
|
|
174
174
|
"AgentSearch",
|
|
175
175
|
{
|
|
176
176
|
"emit": {
|
|
177
|
-
"
|
|
178
|
-
"
|
|
177
|
+
"failure": "AgentSearchLoadFailed",
|
|
178
|
+
"success": "AgentSearchLoaded"
|
|
179
179
|
}
|
|
180
180
|
}
|
|
181
181
|
],
|
|
@@ -183,22 +183,22 @@
|
|
|
183
183
|
"render-ui",
|
|
184
184
|
"main",
|
|
185
185
|
{
|
|
186
|
-
"
|
|
186
|
+
"type": "stack",
|
|
187
187
|
"children": [
|
|
188
188
|
{
|
|
189
189
|
"type": "spinner"
|
|
190
190
|
},
|
|
191
191
|
{
|
|
192
|
-
"variant": "caption",
|
|
193
192
|
"type": "typography",
|
|
194
193
|
"content": "Loading searches…",
|
|
194
|
+
"variant": "caption",
|
|
195
195
|
"color": "muted"
|
|
196
196
|
}
|
|
197
197
|
],
|
|
198
|
+
"gap": "md",
|
|
198
199
|
"direction": "vertical",
|
|
199
|
-
"
|
|
200
|
-
"
|
|
201
|
-
"gap": "md"
|
|
200
|
+
"className": "py-12",
|
|
201
|
+
"align": "center"
|
|
202
202
|
}
|
|
203
203
|
]
|
|
204
204
|
]
|
|
@@ -212,105 +212,105 @@
|
|
|
212
212
|
"render-ui",
|
|
213
213
|
"main",
|
|
214
214
|
{
|
|
215
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
216
|
+
"direction": "vertical",
|
|
217
|
+
"gap": "lg",
|
|
215
218
|
"type": "stack",
|
|
216
219
|
"children": [
|
|
217
220
|
{
|
|
218
|
-
"type": "stack",
|
|
219
|
-
"direction": "horizontal",
|
|
220
|
-
"justify": "between",
|
|
221
|
-
"align": "center",
|
|
222
221
|
"children": [
|
|
223
222
|
{
|
|
224
|
-
"align": "center",
|
|
225
|
-
"direction": "horizontal",
|
|
226
223
|
"type": "stack",
|
|
227
|
-
"gap": "sm",
|
|
228
224
|
"children": [
|
|
229
225
|
{
|
|
230
|
-
"
|
|
231
|
-
"
|
|
226
|
+
"type": "icon",
|
|
227
|
+
"name": "search"
|
|
232
228
|
},
|
|
233
229
|
{
|
|
234
|
-
"variant": "h2",
|
|
235
230
|
"type": "typography",
|
|
236
|
-
"content": "AgentSearch"
|
|
231
|
+
"content": "AgentSearch",
|
|
232
|
+
"variant": "h2"
|
|
237
233
|
}
|
|
238
|
-
]
|
|
234
|
+
],
|
|
235
|
+
"direction": "horizontal",
|
|
236
|
+
"align": "center",
|
|
237
|
+
"gap": "sm"
|
|
239
238
|
},
|
|
240
239
|
{
|
|
241
240
|
"children": [
|
|
242
241
|
{
|
|
243
242
|
"label": "Search",
|
|
244
|
-
"icon": "search",
|
|
245
|
-
"variant": "primary",
|
|
246
243
|
"type": "button",
|
|
247
|
-
"action": "SEARCH"
|
|
244
|
+
"action": "SEARCH",
|
|
245
|
+
"variant": "primary",
|
|
246
|
+
"icon": "search"
|
|
248
247
|
},
|
|
249
248
|
{
|
|
249
|
+
"icon": "x",
|
|
250
|
+
"action": "CLEAR",
|
|
250
251
|
"label": "Clear",
|
|
251
252
|
"type": "button",
|
|
252
|
-
"variant": "ghost"
|
|
253
|
-
"icon": "x",
|
|
254
|
-
"action": "CLEAR"
|
|
253
|
+
"variant": "ghost"
|
|
255
254
|
}
|
|
256
255
|
],
|
|
257
|
-
"type": "stack",
|
|
258
256
|
"gap": "sm",
|
|
259
|
-
"direction": "horizontal"
|
|
257
|
+
"direction": "horizontal",
|
|
258
|
+
"type": "stack"
|
|
260
259
|
}
|
|
261
260
|
],
|
|
262
|
-
"gap": "md"
|
|
261
|
+
"gap": "md",
|
|
262
|
+
"type": "stack",
|
|
263
|
+
"direction": "horizontal",
|
|
264
|
+
"justify": "between",
|
|
265
|
+
"align": "center"
|
|
263
266
|
},
|
|
264
267
|
{
|
|
265
268
|
"type": "divider"
|
|
266
269
|
},
|
|
267
270
|
{
|
|
268
|
-
"
|
|
271
|
+
"entity": "@payload.data",
|
|
272
|
+
"itemActions": [
|
|
273
|
+
{
|
|
274
|
+
"event": "VIEW",
|
|
275
|
+
"variant": "ghost",
|
|
276
|
+
"label": "View"
|
|
277
|
+
}
|
|
278
|
+
],
|
|
269
279
|
"fields": [
|
|
270
280
|
{
|
|
271
|
-
"
|
|
281
|
+
"icon": "search",
|
|
272
282
|
"variant": "h4",
|
|
273
283
|
"name": "query",
|
|
274
|
-
"
|
|
284
|
+
"label": "Query"
|
|
275
285
|
},
|
|
276
286
|
{
|
|
287
|
+
"variant": "badge",
|
|
288
|
+
"label": "Language",
|
|
277
289
|
"colorMap": {
|
|
290
|
+
"completed": "success",
|
|
291
|
+
"done": "success",
|
|
292
|
+
"inactive": "neutral",
|
|
278
293
|
"disabled": "neutral",
|
|
294
|
+
"active": "success",
|
|
295
|
+
"scheduled": "warning",
|
|
279
296
|
"error": "destructive",
|
|
280
297
|
"cancelled": "destructive",
|
|
281
298
|
"failed": "destructive",
|
|
282
|
-
"inactive": "neutral",
|
|
283
|
-
"active": "success",
|
|
284
|
-
"archived": "neutral",
|
|
285
|
-
"scheduled": "warning",
|
|
286
299
|
"draft": "warning",
|
|
287
300
|
"pending": "warning",
|
|
288
|
-
"
|
|
289
|
-
"done": "success"
|
|
301
|
+
"archived": "neutral"
|
|
290
302
|
},
|
|
291
|
-
"name": "language"
|
|
292
|
-
"label": "Language",
|
|
293
|
-
"variant": "badge"
|
|
303
|
+
"name": "language"
|
|
294
304
|
},
|
|
295
305
|
{
|
|
306
|
+
"name": "resultCount",
|
|
296
307
|
"label": "Result Count",
|
|
297
|
-
"variant": "caption"
|
|
298
|
-
"name": "resultCount"
|
|
308
|
+
"variant": "caption"
|
|
299
309
|
}
|
|
300
310
|
],
|
|
301
|
-
"
|
|
302
|
-
"itemActions": [
|
|
303
|
-
{
|
|
304
|
-
"label": "View",
|
|
305
|
-
"variant": "ghost",
|
|
306
|
-
"event": "VIEW"
|
|
307
|
-
}
|
|
308
|
-
]
|
|
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
|
+
"type": "stack",
|
|
328
328
|
"direction": "vertical",
|
|
329
|
+
"gap": "md",
|
|
329
330
|
"align": "center",
|
|
330
|
-
"type": "stack",
|
|
331
|
-
"className": "py-12",
|
|
332
331
|
"children": [
|
|
333
332
|
{
|
|
334
|
-
"
|
|
333
|
+
"color": "destructive",
|
|
335
334
|
"type": "icon",
|
|
336
|
-
"
|
|
335
|
+
"name": "alert-triangle"
|
|
337
336
|
},
|
|
338
337
|
{
|
|
339
338
|
"variant": "h3",
|
|
340
|
-
"
|
|
341
|
-
"
|
|
339
|
+
"type": "typography",
|
|
340
|
+
"content": "Failed to load searches"
|
|
342
341
|
},
|
|
343
342
|
{
|
|
344
|
-
"content": "@payload.error",
|
|
345
|
-
"type": "typography",
|
|
346
343
|
"variant": "body",
|
|
347
|
-
"
|
|
344
|
+
"content": "@payload.error",
|
|
345
|
+
"color": "muted",
|
|
346
|
+
"type": "typography"
|
|
348
347
|
},
|
|
349
348
|
{
|
|
349
|
+
"type": "button",
|
|
350
350
|
"icon": "rotate-ccw",
|
|
351
|
+
"variant": "primary",
|
|
351
352
|
"label": "Retry",
|
|
352
|
-
"action": "INIT"
|
|
353
|
-
"type": "button",
|
|
354
|
-
"variant": "primary"
|
|
353
|
+
"action": "INIT"
|
|
355
354
|
}
|
|
356
|
-
]
|
|
355
|
+
],
|
|
356
|
+
"className": "py-12"
|
|
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,9 +543,9 @@
|
|
|
543
543
|
"render-ui",
|
|
544
544
|
"main",
|
|
545
545
|
{
|
|
546
|
-
"icon": "search",
|
|
547
546
|
"description": "Code Search is ready",
|
|
548
547
|
"title": "Code Search",
|
|
548
|
+
"icon": "search",
|
|
549
549
|
"type": "empty-state"
|
|
550
550
|
}
|
|
551
551
|
]
|
|
@@ -626,4 +626,4 @@
|
|
|
626
626
|
]
|
|
627
627
|
}
|
|
628
628
|
]
|
|
629
|
-
}
|
|
629
|
+
}
|