@almadar/std 8.5.1 → 10.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 +97 -97
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
- package/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
- package/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
- package/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
- package/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
- package/behaviors/registry/app/organisms/std-cms.orb +587 -587
- package/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
- package/behaviors/registry/app/organisms/std-crm.orb +966 -966
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
- package/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
- package/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
- package/behaviors/registry/app/organisms/std-lms.orb +876 -876
- package/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
- package/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
- package/behaviors/registry/core/atoms/std-browse.orb +67 -67
- package/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
- package/behaviors/registry/core/atoms/std-calendar.orb +62 -62
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
- package/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
- package/behaviors/registry/core/atoms/std-display.orb +370 -370
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +63 -63
- package/behaviors/registry/core/atoms/std-gallery.orb +55 -55
- package/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/behaviors/registry/core/atoms/std-pagination.orb +53 -53
- package/behaviors/registry/core/atoms/std-push.orb +49 -49
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/behaviors/registry/core/atoms/std-related.orb +39 -39
- package/behaviors/registry/core/atoms/std-search.orb +73 -73
- package/behaviors/registry/core/atoms/std-selection.orb +110 -110
- package/behaviors/registry/core/atoms/std-tabs.orb +47 -47
- package/behaviors/registry/core/molecules/std-cart.orb +68 -72
- package/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
- package/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
- package/behaviors/registry/core/molecules/std-list.orb +68 -68
- package/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
- package/behaviors/registry/game/atoms/std-collision.orb +140 -140
- package/behaviors/registry/game/atoms/std-combat.orb +76 -76
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
- package/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
- package/behaviors/registry/game/atoms/std-movement.orb +276 -276
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
- package/behaviors/registry/game/atoms/std-quest.orb +129 -129
- package/behaviors/registry/game/atoms/std-timer.orb +285 -285
- package/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
- package/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
- package/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
- package/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
- package/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
- package/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
- package/behaviors/registry/service/atoms/std-service-email.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-github.orb +111 -111
- package/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
- package/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
- package/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
- package/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
- package/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
- package/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
- package/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
- package/dist/behaviors/registry/app/organisms/std-cms.orb +587 -587
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
- package/dist/behaviors/registry/app/organisms/std-crm.orb +966 -966
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
- package/dist/behaviors/registry/app/organisms/std-lms.orb +876 -876
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
- package/dist/behaviors/registry/core/atoms/std-browse.orb +67 -67
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +62 -62
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-display.orb +370 -370
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +63 -63
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-push.orb +49 -49
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/dist/behaviors/registry/core/atoms/std-related.orb +39 -39
- package/dist/behaviors/registry/core/atoms/std-search.orb +73 -73
- package/dist/behaviors/registry/core/atoms/std-selection.orb +110 -110
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +47 -47
- package/dist/behaviors/registry/core/molecules/std-cart.orb +68 -72
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
- package/dist/behaviors/registry/core/molecules/std-list.orb +68 -68
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
- package/dist/behaviors/registry/game/atoms/std-collision.orb +140 -140
- package/dist/behaviors/registry/game/atoms/std-combat.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-movement.orb +276 -276
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
- package/dist/behaviors/registry/game/atoms/std-quest.orb +129 -129
- package/dist/behaviors/registry/game/atoms/std-timer.orb +285 -285
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +111 -111
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
- package/package.json +1 -1
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"event": "AgentSearchLoaded",
|
|
73
73
|
"description": "Fired when AgentSearch finishes loading; payload.data holds the list",
|
|
74
74
|
"scope": "internal",
|
|
75
|
-
"
|
|
75
|
+
"payloadSchema": [
|
|
76
76
|
{
|
|
77
77
|
"name": "data",
|
|
78
78
|
"type": "[AgentSearch]"
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"event": "AgentSearchLoadFailed",
|
|
84
84
|
"description": "Fired when AgentSearch fails to load",
|
|
85
85
|
"scope": "internal",
|
|
86
|
-
"
|
|
86
|
+
"payloadSchema": [
|
|
87
87
|
{
|
|
88
88
|
"name": "error",
|
|
89
89
|
"type": "string"
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
{
|
|
127
127
|
"key": "AgentSearchLoaded",
|
|
128
128
|
"name": "AgentSearch loaded",
|
|
129
|
-
"
|
|
129
|
+
"payloadSchema": [
|
|
130
130
|
{
|
|
131
131
|
"name": "data",
|
|
132
132
|
"type": "[AgentSearch]"
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
{
|
|
137
137
|
"key": "AgentSearchLoadFailed",
|
|
138
138
|
"name": "AgentSearch load failed",
|
|
139
|
-
"
|
|
139
|
+
"payloadSchema": [
|
|
140
140
|
{
|
|
141
141
|
"name": "error",
|
|
142
142
|
"type": "string"
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
{
|
|
151
151
|
"key": "VIEW",
|
|
152
152
|
"name": "View",
|
|
153
|
-
"
|
|
153
|
+
"payloadSchema": [
|
|
154
154
|
{
|
|
155
155
|
"name": "id",
|
|
156
156
|
"type": "string",
|
|
@@ -183,22 +183,22 @@
|
|
|
183
183
|
"render-ui",
|
|
184
184
|
"main",
|
|
185
185
|
{
|
|
186
|
+
"align": "center",
|
|
187
|
+
"direction": "vertical",
|
|
186
188
|
"children": [
|
|
187
189
|
{
|
|
188
190
|
"type": "spinner"
|
|
189
191
|
},
|
|
190
192
|
{
|
|
191
|
-
"type": "typography",
|
|
192
193
|
"variant": "caption",
|
|
194
|
+
"type": "typography",
|
|
193
195
|
"color": "muted",
|
|
194
196
|
"content": "Loading searches…"
|
|
195
197
|
}
|
|
196
198
|
],
|
|
197
|
-
"
|
|
198
|
-
"direction": "vertical",
|
|
199
|
+
"className": "py-12",
|
|
199
200
|
"type": "stack",
|
|
200
|
-
"
|
|
201
|
-
"className": "py-12"
|
|
201
|
+
"gap": "md"
|
|
202
202
|
}
|
|
203
203
|
]
|
|
204
204
|
]
|
|
@@ -212,105 +212,105 @@
|
|
|
212
212
|
"render-ui",
|
|
213
213
|
"main",
|
|
214
214
|
{
|
|
215
|
-
"gap": "lg",
|
|
216
215
|
"type": "stack",
|
|
217
216
|
"direction": "vertical",
|
|
218
|
-
"
|
|
217
|
+
"gap": "lg",
|
|
219
218
|
"children": [
|
|
220
219
|
{
|
|
221
|
-
"
|
|
220
|
+
"justify": "between",
|
|
222
221
|
"children": [
|
|
223
222
|
{
|
|
224
|
-
"direction": "horizontal",
|
|
225
|
-
"align": "center",
|
|
226
|
-
"gap": "sm",
|
|
227
223
|
"type": "stack",
|
|
224
|
+
"direction": "horizontal",
|
|
228
225
|
"children": [
|
|
229
226
|
{
|
|
230
|
-
"
|
|
231
|
-
"
|
|
227
|
+
"type": "icon",
|
|
228
|
+
"name": "search"
|
|
232
229
|
},
|
|
233
230
|
{
|
|
231
|
+
"variant": "h2",
|
|
234
232
|
"type": "typography",
|
|
235
|
-
"content": "AgentSearch"
|
|
236
|
-
"variant": "h2"
|
|
233
|
+
"content": "AgentSearch"
|
|
237
234
|
}
|
|
238
|
-
]
|
|
235
|
+
],
|
|
236
|
+
"gap": "sm",
|
|
237
|
+
"align": "center"
|
|
239
238
|
},
|
|
240
239
|
{
|
|
240
|
+
"direction": "horizontal",
|
|
241
|
+
"type": "stack",
|
|
241
242
|
"children": [
|
|
242
243
|
{
|
|
243
|
-
"icon": "search",
|
|
244
|
-
"label": "Search",
|
|
245
244
|
"action": "SEARCH",
|
|
245
|
+
"label": "Search",
|
|
246
|
+
"type": "button",
|
|
246
247
|
"variant": "primary",
|
|
247
|
-
"
|
|
248
|
+
"icon": "search"
|
|
248
249
|
},
|
|
249
250
|
{
|
|
250
|
-
"
|
|
251
|
+
"variant": "ghost",
|
|
252
|
+
"icon": "x",
|
|
251
253
|
"action": "CLEAR",
|
|
252
254
|
"type": "button",
|
|
253
|
-
"
|
|
254
|
-
"variant": "ghost"
|
|
255
|
+
"label": "Clear"
|
|
255
256
|
}
|
|
256
257
|
],
|
|
257
|
-
"
|
|
258
|
-
"gap": "sm",
|
|
259
|
-
"type": "stack"
|
|
258
|
+
"gap": "sm"
|
|
260
259
|
}
|
|
261
260
|
],
|
|
262
|
-
"
|
|
261
|
+
"gap": "md",
|
|
262
|
+
"direction": "horizontal",
|
|
263
263
|
"type": "stack",
|
|
264
|
-
"align": "center"
|
|
265
|
-
"direction": "horizontal"
|
|
264
|
+
"align": "center"
|
|
266
265
|
},
|
|
267
266
|
{
|
|
268
267
|
"type": "divider"
|
|
269
268
|
},
|
|
270
269
|
{
|
|
270
|
+
"type": "data-grid",
|
|
271
271
|
"fields": [
|
|
272
272
|
{
|
|
273
|
-
"name": "query",
|
|
274
273
|
"label": "Query",
|
|
274
|
+
"variant": "h4",
|
|
275
275
|
"icon": "search",
|
|
276
|
-
"
|
|
276
|
+
"name": "query"
|
|
277
277
|
},
|
|
278
278
|
{
|
|
279
|
+
"label": "Language",
|
|
280
|
+
"variant": "badge",
|
|
281
|
+
"name": "language",
|
|
279
282
|
"colorMap": {
|
|
280
|
-
"
|
|
281
|
-
"disabled": "neutral",
|
|
282
|
-
"inactive": "neutral",
|
|
283
|
+
"failed": "destructive",
|
|
283
284
|
"draft": "warning",
|
|
284
|
-
"
|
|
285
|
+
"disabled": "neutral",
|
|
285
286
|
"archived": "neutral",
|
|
286
|
-
"
|
|
287
|
+
"pending": "warning",
|
|
288
|
+
"error": "destructive",
|
|
287
289
|
"active": "success",
|
|
290
|
+
"inactive": "neutral",
|
|
288
291
|
"done": "success",
|
|
289
|
-
"
|
|
290
|
-
"
|
|
291
|
-
"
|
|
292
|
-
}
|
|
293
|
-
"label": "Language",
|
|
294
|
-
"variant": "badge",
|
|
295
|
-
"name": "language"
|
|
292
|
+
"completed": "success",
|
|
293
|
+
"scheduled": "warning",
|
|
294
|
+
"cancelled": "destructive"
|
|
295
|
+
}
|
|
296
296
|
},
|
|
297
297
|
{
|
|
298
298
|
"label": "Result Count",
|
|
299
|
-
"
|
|
300
|
-
"
|
|
299
|
+
"variant": "caption",
|
|
300
|
+
"name": "resultCount"
|
|
301
301
|
}
|
|
302
302
|
],
|
|
303
303
|
"entity": "@payload.data",
|
|
304
304
|
"itemActions": [
|
|
305
305
|
{
|
|
306
|
-
"
|
|
306
|
+
"label": "View",
|
|
307
307
|
"event": "VIEW",
|
|
308
|
-
"
|
|
308
|
+
"variant": "ghost"
|
|
309
309
|
}
|
|
310
|
-
]
|
|
311
|
-
"type": "data-grid"
|
|
310
|
+
]
|
|
312
311
|
}
|
|
313
|
-
]
|
|
312
|
+
],
|
|
313
|
+
"className": "max-w-5xl mx-auto w-full"
|
|
314
314
|
}
|
|
315
315
|
]
|
|
316
316
|
]
|
|
@@ -324,36 +324,36 @@
|
|
|
324
324
|
"render-ui",
|
|
325
325
|
"main",
|
|
326
326
|
{
|
|
327
|
-
"className": "py-12",
|
|
328
327
|
"type": "stack",
|
|
329
328
|
"direction": "vertical",
|
|
329
|
+
"gap": "md",
|
|
330
330
|
"align": "center",
|
|
331
|
+
"className": "py-12",
|
|
331
332
|
"children": [
|
|
332
333
|
{
|
|
333
|
-
"
|
|
334
|
+
"type": "icon",
|
|
334
335
|
"name": "alert-triangle",
|
|
335
|
-
"
|
|
336
|
+
"color": "destructive"
|
|
336
337
|
},
|
|
337
338
|
{
|
|
338
|
-
"
|
|
339
|
+
"variant": "h3",
|
|
339
340
|
"content": "Failed to load searches",
|
|
340
|
-
"
|
|
341
|
+
"type": "typography"
|
|
341
342
|
},
|
|
342
343
|
{
|
|
343
|
-
"type": "typography",
|
|
344
344
|
"color": "muted",
|
|
345
|
+
"type": "typography",
|
|
345
346
|
"variant": "body",
|
|
346
347
|
"content": "@payload.error"
|
|
347
348
|
},
|
|
348
349
|
{
|
|
349
|
-
"variant": "primary",
|
|
350
350
|
"label": "Retry",
|
|
351
|
-
"
|
|
351
|
+
"variant": "primary",
|
|
352
352
|
"type": "button",
|
|
353
|
+
"icon": "rotate-ccw",
|
|
353
354
|
"action": "INIT"
|
|
354
355
|
}
|
|
355
|
-
]
|
|
356
|
-
"gap": "md"
|
|
356
|
+
]
|
|
357
357
|
}
|
|
358
358
|
]
|
|
359
359
|
]
|
|
@@ -392,8 +392,8 @@
|
|
|
392
392
|
"AgentSearch",
|
|
393
393
|
{
|
|
394
394
|
"emit": {
|
|
395
|
-
"
|
|
396
|
-
"
|
|
395
|
+
"success": "AgentSearchLoaded",
|
|
396
|
+
"failure": "AgentSearchLoadFailed"
|
|
397
397
|
}
|
|
398
398
|
}
|
|
399
399
|
],
|
|
@@ -418,7 +418,7 @@
|
|
|
418
418
|
{
|
|
419
419
|
"event": "SEARCHED",
|
|
420
420
|
"scope": "external",
|
|
421
|
-
"
|
|
421
|
+
"payloadSchema": [
|
|
422
422
|
{
|
|
423
423
|
"name": "query",
|
|
424
424
|
"type": "string",
|
|
@@ -434,7 +434,7 @@
|
|
|
434
434
|
"event": "AgentSearchLoaded",
|
|
435
435
|
"description": "Fired when AgentSearch finishes loading; payload.data holds the list",
|
|
436
436
|
"scope": "internal",
|
|
437
|
-
"
|
|
437
|
+
"payloadSchema": [
|
|
438
438
|
{
|
|
439
439
|
"name": "data",
|
|
440
440
|
"type": "[AgentSearch]"
|
|
@@ -445,7 +445,7 @@
|
|
|
445
445
|
"event": "AgentSearchLoadFailed",
|
|
446
446
|
"description": "Fired when AgentSearch fails to load",
|
|
447
447
|
"scope": "internal",
|
|
448
|
-
"
|
|
448
|
+
"payloadSchema": [
|
|
449
449
|
{
|
|
450
450
|
"name": "error",
|
|
451
451
|
"type": "string"
|
|
@@ -478,7 +478,7 @@
|
|
|
478
478
|
{
|
|
479
479
|
"key": "SEARCH",
|
|
480
480
|
"name": "Search",
|
|
481
|
-
"
|
|
481
|
+
"payloadSchema": [
|
|
482
482
|
{
|
|
483
483
|
"name": "query",
|
|
484
484
|
"type": "string",
|
|
@@ -501,7 +501,7 @@
|
|
|
501
501
|
{
|
|
502
502
|
"key": "AgentSearchLoaded",
|
|
503
503
|
"name": "AgentSearch loaded",
|
|
504
|
-
"
|
|
504
|
+
"payloadSchema": [
|
|
505
505
|
{
|
|
506
506
|
"name": "data",
|
|
507
507
|
"type": "[AgentSearch]"
|
|
@@ -511,7 +511,7 @@
|
|
|
511
511
|
{
|
|
512
512
|
"key": "AgentSearchLoadFailed",
|
|
513
513
|
"name": "AgentSearch load failed",
|
|
514
|
-
"
|
|
514
|
+
"payloadSchema": [
|
|
515
515
|
{
|
|
516
516
|
"name": "error",
|
|
517
517
|
"type": "string"
|
|
@@ -534,8 +534,8 @@
|
|
|
534
534
|
"AgentSearch",
|
|
535
535
|
{
|
|
536
536
|
"emit": {
|
|
537
|
-
"
|
|
538
|
-
"
|
|
537
|
+
"failure": "AgentSearchLoadFailed",
|
|
538
|
+
"success": "AgentSearchLoaded"
|
|
539
539
|
}
|
|
540
540
|
}
|
|
541
541
|
],
|
|
@@ -543,10 +543,10 @@
|
|
|
543
543
|
"render-ui",
|
|
544
544
|
"main",
|
|
545
545
|
{
|
|
546
|
-
"title": "Code Search",
|
|
547
|
-
"description": "Code Search is ready",
|
|
548
546
|
"type": "empty-state",
|
|
549
|
-
"
|
|
547
|
+
"title": "Code Search",
|
|
548
|
+
"icon": "search",
|
|
549
|
+
"description": "Code Search is ready"
|
|
550
550
|
}
|
|
551
551
|
]
|
|
552
552
|
]
|
|
@@ -626,4 +626,4 @@
|
|
|
626
626
|
]
|
|
627
627
|
}
|
|
628
628
|
]
|
|
629
|
-
}
|
|
629
|
+
}
|