@almadar/std 8.5.1 → 9.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 +60 -60
- 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 +60 -60
- 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
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
{
|
|
89
89
|
"event": "GENERATED",
|
|
90
90
|
"scope": "external",
|
|
91
|
-
"
|
|
91
|
+
"payloadSchema": [
|
|
92
92
|
{
|
|
93
93
|
"name": "id",
|
|
94
94
|
"type": "string"
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"event": "AgentCompletionLoaded",
|
|
100
100
|
"description": "Fired when AgentCompletion finishes loading",
|
|
101
101
|
"scope": "internal",
|
|
102
|
-
"
|
|
102
|
+
"payloadSchema": [
|
|
103
103
|
{
|
|
104
104
|
"name": "id",
|
|
105
105
|
"type": "string"
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
"event": "AgentCompletionLoadFailed",
|
|
155
155
|
"description": "Fired when AgentCompletion fails to load",
|
|
156
156
|
"scope": "internal",
|
|
157
|
-
"
|
|
157
|
+
"payloadSchema": [
|
|
158
158
|
{
|
|
159
159
|
"name": "message",
|
|
160
160
|
"type": "string"
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
{
|
|
165
165
|
"event": "AgentCompletionSaved",
|
|
166
166
|
"scope": "internal",
|
|
167
|
-
"
|
|
167
|
+
"payloadSchema": [
|
|
168
168
|
{
|
|
169
169
|
"name": "id",
|
|
170
170
|
"type": "string"
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
{
|
|
175
175
|
"event": "AgentCompletionSaveFailed",
|
|
176
176
|
"scope": "internal",
|
|
177
|
-
"
|
|
177
|
+
"payloadSchema": [
|
|
178
178
|
{
|
|
179
179
|
"name": "error",
|
|
180
180
|
"type": "string"
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
{
|
|
213
213
|
"key": "SAVE",
|
|
214
214
|
"name": "Save",
|
|
215
|
-
"
|
|
215
|
+
"payloadSchema": [
|
|
216
216
|
{
|
|
217
217
|
"name": "data",
|
|
218
218
|
"type": "object",
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
{
|
|
228
228
|
"key": "AgentCompletionLoaded",
|
|
229
229
|
"name": "AgentCompletion loaded",
|
|
230
|
-
"
|
|
230
|
+
"payloadSchema": [
|
|
231
231
|
{
|
|
232
232
|
"name": "id",
|
|
233
233
|
"type": "string"
|
|
@@ -281,7 +281,7 @@
|
|
|
281
281
|
{
|
|
282
282
|
"key": "AgentCompletionLoadFailed",
|
|
283
283
|
"name": "AgentCompletion load failed",
|
|
284
|
-
"
|
|
284
|
+
"payloadSchema": [
|
|
285
285
|
{
|
|
286
286
|
"name": "message",
|
|
287
287
|
"type": "string"
|
|
@@ -291,7 +291,7 @@
|
|
|
291
291
|
{
|
|
292
292
|
"key": "AgentCompletionSaved",
|
|
293
293
|
"name": "AgentCompletion saved",
|
|
294
|
-
"
|
|
294
|
+
"payloadSchema": [
|
|
295
295
|
{
|
|
296
296
|
"name": "id",
|
|
297
297
|
"type": "string"
|
|
@@ -301,7 +301,7 @@
|
|
|
301
301
|
{
|
|
302
302
|
"key": "AgentCompletionSaveFailed",
|
|
303
303
|
"name": "AgentCompletion save failed",
|
|
304
|
-
"
|
|
304
|
+
"payloadSchema": [
|
|
305
305
|
{
|
|
306
306
|
"name": "error",
|
|
307
307
|
"type": "string"
|
|
@@ -328,50 +328,50 @@
|
|
|
328
328
|
"main",
|
|
329
329
|
{
|
|
330
330
|
"direction": "vertical",
|
|
331
|
-
"type": "stack",
|
|
332
|
-
"gap": "lg",
|
|
333
331
|
"children": [
|
|
334
332
|
{
|
|
335
|
-
"direction": "horizontal",
|
|
336
333
|
"justify": "between",
|
|
337
|
-
"type": "stack",
|
|
338
|
-
"gap": "md",
|
|
339
334
|
"children": [
|
|
340
335
|
{
|
|
341
|
-
"
|
|
336
|
+
"type": "stack",
|
|
342
337
|
"gap": "md",
|
|
338
|
+
"direction": "horizontal",
|
|
343
339
|
"children": [
|
|
344
340
|
{
|
|
345
|
-
"
|
|
346
|
-
"
|
|
341
|
+
"type": "icon",
|
|
342
|
+
"name": "sparkles"
|
|
347
343
|
},
|
|
348
344
|
{
|
|
349
|
-
"
|
|
345
|
+
"type": "typography",
|
|
350
346
|
"content": "AgentCompletion",
|
|
351
|
-
"
|
|
347
|
+
"variant": "h2"
|
|
352
348
|
}
|
|
353
|
-
]
|
|
354
|
-
"type": "stack"
|
|
349
|
+
]
|
|
355
350
|
},
|
|
356
351
|
{
|
|
357
|
-
"
|
|
358
|
-
"action": "GENERATE",
|
|
352
|
+
"variant": "primary",
|
|
359
353
|
"icon": "sparkles",
|
|
354
|
+
"label": "Open",
|
|
360
355
|
"type": "button",
|
|
361
|
-
"
|
|
356
|
+
"action": "GENERATE"
|
|
362
357
|
}
|
|
363
|
-
]
|
|
358
|
+
],
|
|
359
|
+
"gap": "md",
|
|
360
|
+
"direction": "horizontal",
|
|
361
|
+
"type": "stack"
|
|
364
362
|
},
|
|
365
363
|
{
|
|
366
364
|
"type": "divider"
|
|
367
365
|
},
|
|
368
366
|
{
|
|
369
|
-
"type": "empty-state",
|
|
370
|
-
"description": "Click Open to view details in a modal overlay.",
|
|
371
367
|
"icon": "sparkles",
|
|
368
|
+
"description": "Click Open to view details in a modal overlay.",
|
|
369
|
+
"type": "empty-state",
|
|
372
370
|
"title": "Nothing open"
|
|
373
371
|
}
|
|
374
|
-
]
|
|
372
|
+
],
|
|
373
|
+
"type": "stack",
|
|
374
|
+
"gap": "lg"
|
|
375
375
|
}
|
|
376
376
|
]
|
|
377
377
|
]
|
|
@@ -389,47 +389,47 @@
|
|
|
389
389
|
"gap": "md",
|
|
390
390
|
"children": [
|
|
391
391
|
{
|
|
392
|
-
"type": "stack",
|
|
393
392
|
"direction": "horizontal",
|
|
393
|
+
"type": "stack",
|
|
394
|
+
"gap": "sm",
|
|
394
395
|
"children": [
|
|
395
396
|
{
|
|
396
|
-
"
|
|
397
|
-
"
|
|
397
|
+
"type": "icon",
|
|
398
|
+
"name": "sparkles"
|
|
398
399
|
},
|
|
399
400
|
{
|
|
401
|
+
"type": "typography",
|
|
400
402
|
"variant": "h3",
|
|
401
|
-
"content": "AgentCompletion"
|
|
402
|
-
"type": "typography"
|
|
403
|
+
"content": "AgentCompletion"
|
|
403
404
|
}
|
|
404
|
-
]
|
|
405
|
-
"gap": "sm"
|
|
405
|
+
]
|
|
406
406
|
},
|
|
407
407
|
{
|
|
408
408
|
"type": "divider"
|
|
409
409
|
},
|
|
410
410
|
{
|
|
411
|
+
"type": "stack",
|
|
412
|
+
"direction": "horizontal",
|
|
413
|
+
"gap": "sm",
|
|
411
414
|
"children": [
|
|
412
415
|
{
|
|
413
|
-
"
|
|
414
|
-
"
|
|
416
|
+
"label": "@entity.provider",
|
|
417
|
+
"type": "badge"
|
|
415
418
|
},
|
|
416
419
|
{
|
|
417
|
-
"
|
|
418
|
-
"
|
|
420
|
+
"label": "@entity.model",
|
|
421
|
+
"type": "badge"
|
|
419
422
|
}
|
|
420
|
-
]
|
|
421
|
-
"direction": "horizontal",
|
|
422
|
-
"type": "stack",
|
|
423
|
-
"gap": "sm"
|
|
423
|
+
]
|
|
424
424
|
},
|
|
425
425
|
{
|
|
426
|
+
"cancelEvent": "CLOSE",
|
|
426
427
|
"mode": "create",
|
|
427
428
|
"fields": [
|
|
428
429
|
"prompt"
|
|
429
430
|
],
|
|
430
|
-
"
|
|
431
|
-
"type": "form-section"
|
|
432
|
-
"submitEvent": "SAVE"
|
|
431
|
+
"submitEvent": "SAVE",
|
|
432
|
+
"type": "form-section"
|
|
433
433
|
}
|
|
434
434
|
],
|
|
435
435
|
"type": "stack"
|
|
@@ -460,51 +460,51 @@
|
|
|
460
460
|
"render-ui",
|
|
461
461
|
"main",
|
|
462
462
|
{
|
|
463
|
+
"direction": "vertical",
|
|
464
|
+
"type": "stack",
|
|
465
|
+
"gap": "lg",
|
|
463
466
|
"children": [
|
|
464
467
|
{
|
|
465
|
-
"
|
|
468
|
+
"gap": "md",
|
|
469
|
+
"justify": "between",
|
|
466
470
|
"children": [
|
|
467
471
|
{
|
|
468
472
|
"type": "stack",
|
|
469
473
|
"direction": "horizontal",
|
|
470
474
|
"children": [
|
|
471
475
|
{
|
|
472
|
-
"
|
|
473
|
-
"
|
|
476
|
+
"type": "icon",
|
|
477
|
+
"name": "sparkles"
|
|
474
478
|
},
|
|
475
479
|
{
|
|
476
|
-
"
|
|
480
|
+
"type": "typography",
|
|
477
481
|
"variant": "h2",
|
|
478
|
-
"
|
|
482
|
+
"content": "AgentCompletion"
|
|
479
483
|
}
|
|
480
484
|
],
|
|
481
485
|
"gap": "md"
|
|
482
486
|
},
|
|
483
487
|
{
|
|
488
|
+
"icon": "sparkles",
|
|
484
489
|
"type": "button",
|
|
485
490
|
"label": "Open",
|
|
486
491
|
"action": "GENERATE",
|
|
487
|
-
"variant": "primary"
|
|
488
|
-
"icon": "sparkles"
|
|
492
|
+
"variant": "primary"
|
|
489
493
|
}
|
|
490
494
|
],
|
|
491
|
-
"
|
|
492
|
-
"
|
|
493
|
-
"gap": "md"
|
|
495
|
+
"type": "stack",
|
|
496
|
+
"direction": "horizontal"
|
|
494
497
|
},
|
|
495
498
|
{
|
|
496
499
|
"type": "divider"
|
|
497
500
|
},
|
|
498
501
|
{
|
|
499
|
-
"icon": "sparkles",
|
|
500
|
-
"title": "Nothing open",
|
|
501
502
|
"description": "Click Open to view details in a modal overlay.",
|
|
502
|
-
"
|
|
503
|
+
"title": "Nothing open",
|
|
504
|
+
"type": "empty-state",
|
|
505
|
+
"icon": "sparkles"
|
|
503
506
|
}
|
|
504
|
-
]
|
|
505
|
-
"gap": "lg",
|
|
506
|
-
"direction": "vertical",
|
|
507
|
-
"type": "stack"
|
|
507
|
+
]
|
|
508
508
|
}
|
|
509
509
|
]
|
|
510
510
|
]
|
|
@@ -545,49 +545,49 @@
|
|
|
545
545
|
{
|
|
546
546
|
"gap": "lg",
|
|
547
547
|
"type": "stack",
|
|
548
|
-
"direction": "vertical",
|
|
549
548
|
"children": [
|
|
550
549
|
{
|
|
550
|
+
"gap": "md",
|
|
551
|
+
"justify": "between",
|
|
552
|
+
"direction": "horizontal",
|
|
551
553
|
"children": [
|
|
552
554
|
{
|
|
553
|
-
"gap": "md",
|
|
554
|
-
"direction": "horizontal",
|
|
555
|
-
"type": "stack",
|
|
556
555
|
"children": [
|
|
557
556
|
{
|
|
558
|
-
"
|
|
559
|
-
"
|
|
557
|
+
"name": "sparkles",
|
|
558
|
+
"type": "icon"
|
|
560
559
|
},
|
|
561
560
|
{
|
|
562
|
-
"
|
|
561
|
+
"type": "typography",
|
|
563
562
|
"content": "AgentCompletion",
|
|
564
|
-
"
|
|
563
|
+
"variant": "h2"
|
|
565
564
|
}
|
|
566
|
-
]
|
|
565
|
+
],
|
|
566
|
+
"type": "stack",
|
|
567
|
+
"direction": "horizontal",
|
|
568
|
+
"gap": "md"
|
|
567
569
|
},
|
|
568
570
|
{
|
|
569
|
-
"type": "button",
|
|
570
|
-
"action": "GENERATE",
|
|
571
571
|
"label": "Open",
|
|
572
572
|
"variant": "primary",
|
|
573
|
-
"
|
|
573
|
+
"type": "button",
|
|
574
|
+
"icon": "sparkles",
|
|
575
|
+
"action": "GENERATE"
|
|
574
576
|
}
|
|
575
577
|
],
|
|
576
|
-
"direction": "horizontal",
|
|
577
|
-
"gap": "md",
|
|
578
|
-
"justify": "between",
|
|
579
578
|
"type": "stack"
|
|
580
579
|
},
|
|
581
580
|
{
|
|
582
581
|
"type": "divider"
|
|
583
582
|
},
|
|
584
583
|
{
|
|
585
|
-
"description": "Click Open to view details in a modal overlay.",
|
|
586
|
-
"type": "empty-state",
|
|
587
584
|
"icon": "sparkles",
|
|
588
|
-
"title": "Nothing open"
|
|
585
|
+
"title": "Nothing open",
|
|
586
|
+
"type": "empty-state",
|
|
587
|
+
"description": "Click Open to view details in a modal overlay."
|
|
589
588
|
}
|
|
590
|
-
]
|
|
589
|
+
],
|
|
590
|
+
"direction": "vertical"
|
|
591
591
|
}
|
|
592
592
|
]
|
|
593
593
|
]
|
|
@@ -605,7 +605,7 @@
|
|
|
605
605
|
"event": "AgentCompletionLoaded",
|
|
606
606
|
"description": "Fired when AgentCompletion finishes loading",
|
|
607
607
|
"scope": "internal",
|
|
608
|
-
"
|
|
608
|
+
"payloadSchema": [
|
|
609
609
|
{
|
|
610
610
|
"name": "id",
|
|
611
611
|
"type": "string"
|
|
@@ -660,7 +660,7 @@
|
|
|
660
660
|
"event": "AgentCompletionLoadFailed",
|
|
661
661
|
"description": "Fired when AgentCompletion fails to load",
|
|
662
662
|
"scope": "internal",
|
|
663
|
-
"
|
|
663
|
+
"payloadSchema": [
|
|
664
664
|
{
|
|
665
665
|
"name": "message",
|
|
666
666
|
"type": "string"
|
|
@@ -686,7 +686,7 @@
|
|
|
686
686
|
{
|
|
687
687
|
"key": "SHOW",
|
|
688
688
|
"name": "Show",
|
|
689
|
-
"
|
|
689
|
+
"payloadSchema": [
|
|
690
690
|
{
|
|
691
691
|
"name": "message",
|
|
692
692
|
"type": "string",
|
|
@@ -705,7 +705,7 @@
|
|
|
705
705
|
{
|
|
706
706
|
"key": "AgentCompletionLoaded",
|
|
707
707
|
"name": "AgentCompletion loaded",
|
|
708
|
-
"
|
|
708
|
+
"payloadSchema": [
|
|
709
709
|
{
|
|
710
710
|
"name": "id",
|
|
711
711
|
"type": "string"
|
|
@@ -759,7 +759,7 @@
|
|
|
759
759
|
{
|
|
760
760
|
"key": "AgentCompletionLoadFailed",
|
|
761
761
|
"name": "AgentCompletion load failed",
|
|
762
|
-
"
|
|
762
|
+
"payloadSchema": [
|
|
763
763
|
{
|
|
764
764
|
"name": "message",
|
|
765
765
|
"type": "string"
|
|
@@ -778,8 +778,8 @@
|
|
|
778
778
|
"AgentCompletion",
|
|
779
779
|
{
|
|
780
780
|
"emit": {
|
|
781
|
-
"
|
|
782
|
-
"
|
|
781
|
+
"failure": "AgentCompletionLoadFailed",
|
|
782
|
+
"success": "AgentCompletionLoaded"
|
|
783
783
|
}
|
|
784
784
|
}
|
|
785
785
|
]
|
|
@@ -804,38 +804,38 @@
|
|
|
804
804
|
"render-ui",
|
|
805
805
|
"main",
|
|
806
806
|
{
|
|
807
|
-
"
|
|
807
|
+
"direction": "vertical",
|
|
808
808
|
"children": [
|
|
809
809
|
{
|
|
810
810
|
"type": "stack",
|
|
811
811
|
"gap": "md",
|
|
812
|
+
"align": "center",
|
|
812
813
|
"direction": "horizontal",
|
|
813
814
|
"justify": "between",
|
|
814
|
-
"align": "center",
|
|
815
815
|
"children": [
|
|
816
816
|
{
|
|
817
817
|
"type": "stack",
|
|
818
|
-
"gap": "md",
|
|
819
818
|
"direction": "horizontal",
|
|
820
819
|
"align": "center",
|
|
820
|
+
"gap": "md",
|
|
821
821
|
"children": [
|
|
822
822
|
{
|
|
823
|
-
"
|
|
824
|
-
"
|
|
823
|
+
"name": "sparkles",
|
|
824
|
+
"type": "icon"
|
|
825
825
|
},
|
|
826
826
|
{
|
|
827
|
-
"type": "typography",
|
|
828
827
|
"variant": "h2",
|
|
828
|
+
"type": "typography",
|
|
829
829
|
"content": "AgentCompletion Status"
|
|
830
830
|
}
|
|
831
831
|
]
|
|
832
832
|
},
|
|
833
833
|
{
|
|
834
|
-
"label": "Dismiss",
|
|
835
|
-
"variant": "ghost",
|
|
836
834
|
"type": "button",
|
|
835
|
+
"icon": "x",
|
|
837
836
|
"action": "HIDE",
|
|
838
|
-
"
|
|
837
|
+
"variant": "ghost",
|
|
838
|
+
"label": "Dismiss"
|
|
839
839
|
}
|
|
840
840
|
]
|
|
841
841
|
},
|
|
@@ -843,20 +843,20 @@
|
|
|
843
843
|
"type": "divider"
|
|
844
844
|
},
|
|
845
845
|
{
|
|
846
|
-
"type": "alert",
|
|
847
846
|
"variant": "@entity.notificationType",
|
|
847
|
+
"type": "alert",
|
|
848
848
|
"message": "@entity.message"
|
|
849
849
|
},
|
|
850
850
|
{
|
|
851
851
|
"type": "toast-slot"
|
|
852
852
|
},
|
|
853
853
|
{
|
|
854
|
-
"
|
|
854
|
+
"variant": "warning",
|
|
855
855
|
"message": "@entity.message",
|
|
856
|
-
"
|
|
856
|
+
"type": "alert"
|
|
857
857
|
}
|
|
858
858
|
],
|
|
859
|
-
"
|
|
859
|
+
"type": "stack",
|
|
860
860
|
"gap": "lg"
|
|
861
861
|
}
|
|
862
862
|
]
|
|
@@ -881,60 +881,60 @@
|
|
|
881
881
|
"render-ui",
|
|
882
882
|
"main",
|
|
883
883
|
{
|
|
884
|
-
"type": "stack",
|
|
885
884
|
"direction": "vertical",
|
|
886
|
-
"gap": "lg",
|
|
887
885
|
"children": [
|
|
888
886
|
{
|
|
889
|
-
"
|
|
890
|
-
"
|
|
891
|
-
"align": "center",
|
|
887
|
+
"direction": "horizontal",
|
|
888
|
+
"type": "stack",
|
|
892
889
|
"children": [
|
|
893
890
|
{
|
|
894
891
|
"type": "stack",
|
|
892
|
+
"align": "center",
|
|
895
893
|
"children": [
|
|
896
894
|
{
|
|
897
|
-
"
|
|
898
|
-
"
|
|
895
|
+
"name": "sparkles",
|
|
896
|
+
"type": "icon"
|
|
899
897
|
},
|
|
900
898
|
{
|
|
901
899
|
"content": "AgentCompletion Status",
|
|
902
|
-
"
|
|
903
|
-
"
|
|
900
|
+
"variant": "h2",
|
|
901
|
+
"type": "typography"
|
|
904
902
|
}
|
|
905
903
|
],
|
|
906
904
|
"gap": "md",
|
|
907
|
-
"direction": "horizontal"
|
|
908
|
-
"align": "center"
|
|
905
|
+
"direction": "horizontal"
|
|
909
906
|
},
|
|
910
907
|
{
|
|
908
|
+
"label": "Dismiss",
|
|
911
909
|
"action": "HIDE",
|
|
910
|
+
"variant": "ghost",
|
|
912
911
|
"icon": "x",
|
|
913
|
-
"
|
|
914
|
-
"type": "button",
|
|
915
|
-
"variant": "ghost"
|
|
912
|
+
"type": "button"
|
|
916
913
|
}
|
|
917
914
|
],
|
|
918
|
-
"
|
|
919
|
-
"
|
|
915
|
+
"justify": "between",
|
|
916
|
+
"align": "center",
|
|
917
|
+
"gap": "md"
|
|
920
918
|
},
|
|
921
919
|
{
|
|
922
920
|
"type": "divider"
|
|
923
921
|
},
|
|
924
922
|
{
|
|
925
923
|
"type": "alert",
|
|
926
|
-
"
|
|
927
|
-
"
|
|
924
|
+
"variant": "@entity.notificationType",
|
|
925
|
+
"message": "@entity.message"
|
|
928
926
|
},
|
|
929
927
|
{
|
|
930
928
|
"type": "toast-slot"
|
|
931
929
|
},
|
|
932
930
|
{
|
|
933
|
-
"
|
|
931
|
+
"type": "alert",
|
|
934
932
|
"variant": "warning",
|
|
935
|
-
"
|
|
933
|
+
"message": "@entity.message"
|
|
936
934
|
}
|
|
937
|
-
]
|
|
935
|
+
],
|
|
936
|
+
"gap": "lg",
|
|
937
|
+
"type": "stack"
|
|
938
938
|
}
|
|
939
939
|
]
|
|
940
940
|
]
|
|
@@ -963,7 +963,7 @@
|
|
|
963
963
|
{
|
|
964
964
|
"event": "SHOW",
|
|
965
965
|
"scope": "internal",
|
|
966
|
-
"
|
|
966
|
+
"payloadSchema": [
|
|
967
967
|
{
|
|
968
968
|
"name": "message",
|
|
969
969
|
"type": "string",
|
|
@@ -979,7 +979,7 @@
|
|
|
979
979
|
"event": "AgentCompletionLoaded",
|
|
980
980
|
"description": "Fired when AgentCompletion finishes loading",
|
|
981
981
|
"scope": "internal",
|
|
982
|
-
"
|
|
982
|
+
"payloadSchema": [
|
|
983
983
|
{
|
|
984
984
|
"name": "id",
|
|
985
985
|
"type": "string"
|
|
@@ -1034,7 +1034,7 @@
|
|
|
1034
1034
|
"event": "AgentCompletionLoadFailed",
|
|
1035
1035
|
"description": "Fired when AgentCompletion fails to load",
|
|
1036
1036
|
"scope": "internal",
|
|
1037
|
-
"
|
|
1037
|
+
"payloadSchema": [
|
|
1038
1038
|
{
|
|
1039
1039
|
"name": "message",
|
|
1040
1040
|
"type": "string"
|
|
@@ -1076,7 +1076,7 @@
|
|
|
1076
1076
|
{
|
|
1077
1077
|
"key": "DO_GENERATE",
|
|
1078
1078
|
"name": "Do Generate",
|
|
1079
|
-
"
|
|
1079
|
+
"payloadSchema": [
|
|
1080
1080
|
{
|
|
1081
1081
|
"name": "data",
|
|
1082
1082
|
"type": "object",
|
|
@@ -1103,7 +1103,7 @@
|
|
|
1103
1103
|
{
|
|
1104
1104
|
"key": "AgentCompletionLoaded",
|
|
1105
1105
|
"name": "AgentCompletion loaded",
|
|
1106
|
-
"
|
|
1106
|
+
"payloadSchema": [
|
|
1107
1107
|
{
|
|
1108
1108
|
"name": "id",
|
|
1109
1109
|
"type": "string"
|
|
@@ -1157,7 +1157,7 @@
|
|
|
1157
1157
|
{
|
|
1158
1158
|
"key": "AgentCompletionLoadFailed",
|
|
1159
1159
|
"name": "AgentCompletion load failed",
|
|
1160
|
-
"
|
|
1160
|
+
"payloadSchema": [
|
|
1161
1161
|
{
|
|
1162
1162
|
"name": "message",
|
|
1163
1163
|
"type": "string"
|
|
@@ -1187,8 +1187,8 @@
|
|
|
1187
1187
|
{
|
|
1188
1188
|
"icon": "sparkles",
|
|
1189
1189
|
"title": "Completion",
|
|
1190
|
-
"
|
|
1191
|
-
"
|
|
1190
|
+
"description": "Completion is ready",
|
|
1191
|
+
"type": "empty-state"
|
|
1192
1192
|
}
|
|
1193
1193
|
]
|
|
1194
1194
|
]
|
|
@@ -1361,4 +1361,4 @@
|
|
|
1361
1361
|
]
|
|
1362
1362
|
}
|
|
1363
1363
|
]
|
|
1364
|
-
}
|
|
1364
|
+
}
|