@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
|
@@ -69,7 +69,13 @@
|
|
|
69
69
|
{
|
|
70
70
|
"name": "notificationType",
|
|
71
71
|
"type": "string",
|
|
72
|
-
"default": "info"
|
|
72
|
+
"default": "info",
|
|
73
|
+
"values": [
|
|
74
|
+
"info",
|
|
75
|
+
"success",
|
|
76
|
+
"warning",
|
|
77
|
+
"error"
|
|
78
|
+
]
|
|
73
79
|
}
|
|
74
80
|
]
|
|
75
81
|
},
|
|
@@ -321,51 +327,51 @@
|
|
|
321
327
|
"render-ui",
|
|
322
328
|
"main",
|
|
323
329
|
{
|
|
324
|
-
"type": "stack",
|
|
325
330
|
"direction": "vertical",
|
|
331
|
+
"type": "stack",
|
|
332
|
+
"gap": "lg",
|
|
326
333
|
"children": [
|
|
327
334
|
{
|
|
335
|
+
"direction": "horizontal",
|
|
336
|
+
"justify": "between",
|
|
328
337
|
"type": "stack",
|
|
338
|
+
"gap": "md",
|
|
329
339
|
"children": [
|
|
330
340
|
{
|
|
341
|
+
"direction": "horizontal",
|
|
331
342
|
"gap": "md",
|
|
332
343
|
"children": [
|
|
333
344
|
{
|
|
334
|
-
"
|
|
335
|
-
"
|
|
345
|
+
"name": "sparkles",
|
|
346
|
+
"type": "icon"
|
|
336
347
|
},
|
|
337
348
|
{
|
|
338
|
-
"
|
|
349
|
+
"variant": "h2",
|
|
339
350
|
"content": "AgentCompletion",
|
|
340
|
-
"
|
|
351
|
+
"type": "typography"
|
|
341
352
|
}
|
|
342
353
|
],
|
|
343
|
-
"type": "stack"
|
|
344
|
-
"direction": "horizontal"
|
|
354
|
+
"type": "stack"
|
|
345
355
|
},
|
|
346
356
|
{
|
|
357
|
+
"label": "Open",
|
|
347
358
|
"action": "GENERATE",
|
|
348
|
-
"type": "button",
|
|
349
|
-
"variant": "primary",
|
|
350
359
|
"icon": "sparkles",
|
|
351
|
-
"
|
|
360
|
+
"type": "button",
|
|
361
|
+
"variant": "primary"
|
|
352
362
|
}
|
|
353
|
-
]
|
|
354
|
-
"gap": "md",
|
|
355
|
-
"justify": "between",
|
|
356
|
-
"direction": "horizontal"
|
|
363
|
+
]
|
|
357
364
|
},
|
|
358
365
|
{
|
|
359
366
|
"type": "divider"
|
|
360
367
|
},
|
|
361
368
|
{
|
|
362
|
-
"description": "Click Open to view details in a modal overlay.",
|
|
363
369
|
"type": "empty-state",
|
|
370
|
+
"description": "Click Open to view details in a modal overlay.",
|
|
364
371
|
"icon": "sparkles",
|
|
365
372
|
"title": "Nothing open"
|
|
366
373
|
}
|
|
367
|
-
]
|
|
368
|
-
"gap": "lg"
|
|
374
|
+
]
|
|
369
375
|
}
|
|
370
376
|
]
|
|
371
377
|
]
|
|
@@ -379,54 +385,54 @@
|
|
|
379
385
|
"render-ui",
|
|
380
386
|
"modal",
|
|
381
387
|
{
|
|
382
|
-
"
|
|
388
|
+
"direction": "vertical",
|
|
389
|
+
"gap": "md",
|
|
383
390
|
"children": [
|
|
384
391
|
{
|
|
385
|
-
"gap": "sm",
|
|
386
|
-
"direction": "horizontal",
|
|
387
392
|
"type": "stack",
|
|
393
|
+
"direction": "horizontal",
|
|
388
394
|
"children": [
|
|
389
395
|
{
|
|
390
396
|
"name": "sparkles",
|
|
391
397
|
"type": "icon"
|
|
392
398
|
},
|
|
393
399
|
{
|
|
394
|
-
"
|
|
400
|
+
"variant": "h3",
|
|
395
401
|
"content": "AgentCompletion",
|
|
396
|
-
"
|
|
402
|
+
"type": "typography"
|
|
397
403
|
}
|
|
398
|
-
]
|
|
404
|
+
],
|
|
405
|
+
"gap": "sm"
|
|
399
406
|
},
|
|
400
407
|
{
|
|
401
408
|
"type": "divider"
|
|
402
409
|
},
|
|
403
410
|
{
|
|
404
|
-
"gap": "sm",
|
|
405
411
|
"children": [
|
|
406
412
|
{
|
|
407
413
|
"type": "badge",
|
|
408
414
|
"label": "@entity.provider"
|
|
409
415
|
},
|
|
410
416
|
{
|
|
411
|
-
"
|
|
412
|
-
"
|
|
417
|
+
"type": "badge",
|
|
418
|
+
"label": "@entity.model"
|
|
413
419
|
}
|
|
414
420
|
],
|
|
421
|
+
"direction": "horizontal",
|
|
415
422
|
"type": "stack",
|
|
416
|
-
"
|
|
423
|
+
"gap": "sm"
|
|
417
424
|
},
|
|
418
425
|
{
|
|
419
426
|
"mode": "create",
|
|
420
|
-
"cancelEvent": "CLOSE",
|
|
421
|
-
"submitEvent": "SAVE",
|
|
422
|
-
"type": "form-section",
|
|
423
427
|
"fields": [
|
|
424
428
|
"prompt"
|
|
425
|
-
]
|
|
429
|
+
],
|
|
430
|
+
"cancelEvent": "CLOSE",
|
|
431
|
+
"type": "form-section",
|
|
432
|
+
"submitEvent": "SAVE"
|
|
426
433
|
}
|
|
427
434
|
],
|
|
428
|
-
"
|
|
429
|
-
"gap": "md"
|
|
435
|
+
"type": "stack"
|
|
430
436
|
}
|
|
431
437
|
]
|
|
432
438
|
]
|
|
@@ -454,51 +460,51 @@
|
|
|
454
460
|
"render-ui",
|
|
455
461
|
"main",
|
|
456
462
|
{
|
|
457
|
-
"type": "stack",
|
|
458
|
-
"direction": "vertical",
|
|
459
463
|
"children": [
|
|
460
464
|
{
|
|
461
465
|
"type": "stack",
|
|
462
|
-
"justify": "between",
|
|
463
466
|
"children": [
|
|
464
467
|
{
|
|
468
|
+
"type": "stack",
|
|
469
|
+
"direction": "horizontal",
|
|
465
470
|
"children": [
|
|
466
471
|
{
|
|
467
472
|
"name": "sparkles",
|
|
468
473
|
"type": "icon"
|
|
469
474
|
},
|
|
470
475
|
{
|
|
471
|
-
"variant": "h2",
|
|
472
476
|
"content": "AgentCompletion",
|
|
477
|
+
"variant": "h2",
|
|
473
478
|
"type": "typography"
|
|
474
479
|
}
|
|
475
480
|
],
|
|
476
|
-
"gap": "md"
|
|
477
|
-
"direction": "horizontal",
|
|
478
|
-
"type": "stack"
|
|
481
|
+
"gap": "md"
|
|
479
482
|
},
|
|
480
483
|
{
|
|
481
|
-
"variant": "primary",
|
|
482
|
-
"action": "GENERATE",
|
|
483
484
|
"type": "button",
|
|
484
|
-
"
|
|
485
|
-
"
|
|
485
|
+
"label": "Open",
|
|
486
|
+
"action": "GENERATE",
|
|
487
|
+
"variant": "primary",
|
|
488
|
+
"icon": "sparkles"
|
|
486
489
|
}
|
|
487
490
|
],
|
|
488
|
-
"
|
|
489
|
-
"
|
|
491
|
+
"direction": "horizontal",
|
|
492
|
+
"justify": "between",
|
|
493
|
+
"gap": "md"
|
|
490
494
|
},
|
|
491
495
|
{
|
|
492
496
|
"type": "divider"
|
|
493
497
|
},
|
|
494
498
|
{
|
|
495
|
-
"type": "empty-state",
|
|
496
499
|
"icon": "sparkles",
|
|
500
|
+
"title": "Nothing open",
|
|
497
501
|
"description": "Click Open to view details in a modal overlay.",
|
|
498
|
-
"
|
|
502
|
+
"type": "empty-state"
|
|
499
503
|
}
|
|
500
504
|
],
|
|
501
|
-
"gap": "lg"
|
|
505
|
+
"gap": "lg",
|
|
506
|
+
"direction": "vertical",
|
|
507
|
+
"type": "stack"
|
|
502
508
|
}
|
|
503
509
|
]
|
|
504
510
|
]
|
|
@@ -538,50 +544,50 @@
|
|
|
538
544
|
"main",
|
|
539
545
|
{
|
|
540
546
|
"gap": "lg",
|
|
547
|
+
"type": "stack",
|
|
548
|
+
"direction": "vertical",
|
|
541
549
|
"children": [
|
|
542
550
|
{
|
|
543
|
-
"justify": "between",
|
|
544
|
-
"direction": "horizontal",
|
|
545
551
|
"children": [
|
|
546
552
|
{
|
|
547
553
|
"gap": "md",
|
|
548
|
-
"type": "stack",
|
|
549
554
|
"direction": "horizontal",
|
|
555
|
+
"type": "stack",
|
|
550
556
|
"children": [
|
|
551
557
|
{
|
|
552
558
|
"type": "icon",
|
|
553
559
|
"name": "sparkles"
|
|
554
560
|
},
|
|
555
561
|
{
|
|
562
|
+
"variant": "h2",
|
|
556
563
|
"content": "AgentCompletion",
|
|
557
|
-
"type": "typography"
|
|
558
|
-
"variant": "h2"
|
|
564
|
+
"type": "typography"
|
|
559
565
|
}
|
|
560
566
|
]
|
|
561
567
|
},
|
|
562
568
|
{
|
|
563
|
-
"
|
|
569
|
+
"type": "button",
|
|
564
570
|
"action": "GENERATE",
|
|
571
|
+
"label": "Open",
|
|
565
572
|
"variant": "primary",
|
|
566
|
-
"icon": "sparkles"
|
|
567
|
-
"type": "button"
|
|
573
|
+
"icon": "sparkles"
|
|
568
574
|
}
|
|
569
575
|
],
|
|
570
|
-
"
|
|
571
|
-
"gap": "md"
|
|
576
|
+
"direction": "horizontal",
|
|
577
|
+
"gap": "md",
|
|
578
|
+
"justify": "between",
|
|
579
|
+
"type": "stack"
|
|
572
580
|
},
|
|
573
581
|
{
|
|
574
582
|
"type": "divider"
|
|
575
583
|
},
|
|
576
584
|
{
|
|
577
|
-
"type": "empty-state",
|
|
578
585
|
"description": "Click Open to view details in a modal overlay.",
|
|
579
|
-
"
|
|
580
|
-
"icon": "sparkles"
|
|
586
|
+
"type": "empty-state",
|
|
587
|
+
"icon": "sparkles",
|
|
588
|
+
"title": "Nothing open"
|
|
581
589
|
}
|
|
582
|
-
]
|
|
583
|
-
"type": "stack",
|
|
584
|
-
"direction": "vertical"
|
|
590
|
+
]
|
|
585
591
|
}
|
|
586
592
|
]
|
|
587
593
|
]
|
|
@@ -772,8 +778,8 @@
|
|
|
772
778
|
"AgentCompletion",
|
|
773
779
|
{
|
|
774
780
|
"emit": {
|
|
775
|
-
"
|
|
776
|
-
"
|
|
781
|
+
"success": "AgentCompletionLoaded",
|
|
782
|
+
"failure": "AgentCompletionLoadFailed"
|
|
777
783
|
}
|
|
778
784
|
}
|
|
779
785
|
]
|
|
@@ -798,50 +804,48 @@
|
|
|
798
804
|
"render-ui",
|
|
799
805
|
"main",
|
|
800
806
|
{
|
|
801
|
-
"direction": "vertical",
|
|
802
807
|
"type": "stack",
|
|
803
|
-
"gap": "lg",
|
|
804
808
|
"children": [
|
|
805
809
|
{
|
|
806
|
-
"
|
|
807
|
-
"justify": "between",
|
|
810
|
+
"type": "stack",
|
|
808
811
|
"gap": "md",
|
|
812
|
+
"direction": "horizontal",
|
|
813
|
+
"justify": "between",
|
|
814
|
+
"align": "center",
|
|
809
815
|
"children": [
|
|
810
816
|
{
|
|
811
817
|
"type": "stack",
|
|
818
|
+
"gap": "md",
|
|
812
819
|
"direction": "horizontal",
|
|
820
|
+
"align": "center",
|
|
813
821
|
"children": [
|
|
814
822
|
{
|
|
815
|
-
"
|
|
816
|
-
"
|
|
823
|
+
"type": "icon",
|
|
824
|
+
"name": "sparkles"
|
|
817
825
|
},
|
|
818
826
|
{
|
|
819
827
|
"type": "typography",
|
|
820
|
-
"
|
|
821
|
-
"
|
|
828
|
+
"variant": "h2",
|
|
829
|
+
"content": "AgentCompletion Status"
|
|
822
830
|
}
|
|
823
|
-
]
|
|
824
|
-
"gap": "md",
|
|
825
|
-
"align": "center"
|
|
831
|
+
]
|
|
826
832
|
},
|
|
827
833
|
{
|
|
834
|
+
"label": "Dismiss",
|
|
828
835
|
"variant": "ghost",
|
|
829
|
-
"
|
|
836
|
+
"type": "button",
|
|
830
837
|
"action": "HIDE",
|
|
831
|
-
"
|
|
832
|
-
"type": "button"
|
|
838
|
+
"icon": "x"
|
|
833
839
|
}
|
|
834
|
-
]
|
|
835
|
-
"type": "stack",
|
|
836
|
-
"direction": "horizontal"
|
|
840
|
+
]
|
|
837
841
|
},
|
|
838
842
|
{
|
|
839
843
|
"type": "divider"
|
|
840
844
|
},
|
|
841
845
|
{
|
|
842
|
-
"
|
|
846
|
+
"type": "alert",
|
|
843
847
|
"variant": "@entity.notificationType",
|
|
844
|
-
"
|
|
848
|
+
"message": "@entity.message"
|
|
845
849
|
},
|
|
846
850
|
{
|
|
847
851
|
"type": "toast-slot"
|
|
@@ -851,7 +855,9 @@
|
|
|
851
855
|
"message": "@entity.message",
|
|
852
856
|
"variant": "warning"
|
|
853
857
|
}
|
|
854
|
-
]
|
|
858
|
+
],
|
|
859
|
+
"direction": "vertical",
|
|
860
|
+
"gap": "lg"
|
|
855
861
|
}
|
|
856
862
|
]
|
|
857
863
|
]
|
|
@@ -875,15 +881,16 @@
|
|
|
875
881
|
"render-ui",
|
|
876
882
|
"main",
|
|
877
883
|
{
|
|
884
|
+
"type": "stack",
|
|
878
885
|
"direction": "vertical",
|
|
879
886
|
"gap": "lg",
|
|
880
887
|
"children": [
|
|
881
888
|
{
|
|
889
|
+
"gap": "md",
|
|
890
|
+
"justify": "between",
|
|
891
|
+
"align": "center",
|
|
882
892
|
"children": [
|
|
883
893
|
{
|
|
884
|
-
"direction": "horizontal",
|
|
885
|
-
"align": "center",
|
|
886
|
-
"gap": "md",
|
|
887
894
|
"type": "stack",
|
|
888
895
|
"children": [
|
|
889
896
|
{
|
|
@@ -891,33 +898,33 @@
|
|
|
891
898
|
"name": "sparkles"
|
|
892
899
|
},
|
|
893
900
|
{
|
|
901
|
+
"content": "AgentCompletion Status",
|
|
894
902
|
"type": "typography",
|
|
895
|
-
"variant": "h2"
|
|
896
|
-
"content": "AgentCompletion Status"
|
|
903
|
+
"variant": "h2"
|
|
897
904
|
}
|
|
898
|
-
]
|
|
905
|
+
],
|
|
906
|
+
"gap": "md",
|
|
907
|
+
"direction": "horizontal",
|
|
908
|
+
"align": "center"
|
|
899
909
|
},
|
|
900
910
|
{
|
|
901
911
|
"action": "HIDE",
|
|
902
|
-
"variant": "ghost",
|
|
903
|
-
"label": "Dismiss",
|
|
904
912
|
"icon": "x",
|
|
905
|
-
"
|
|
913
|
+
"label": "Dismiss",
|
|
914
|
+
"type": "button",
|
|
915
|
+
"variant": "ghost"
|
|
906
916
|
}
|
|
907
917
|
],
|
|
908
|
-
"align": "center",
|
|
909
|
-
"gap": "md",
|
|
910
|
-
"direction": "horizontal",
|
|
911
918
|
"type": "stack",
|
|
912
|
-
"
|
|
919
|
+
"direction": "horizontal"
|
|
913
920
|
},
|
|
914
921
|
{
|
|
915
922
|
"type": "divider"
|
|
916
923
|
},
|
|
917
924
|
{
|
|
918
|
-
"variant": "@entity.notificationType",
|
|
919
925
|
"type": "alert",
|
|
920
|
-
"message": "@entity.message"
|
|
926
|
+
"message": "@entity.message",
|
|
927
|
+
"variant": "@entity.notificationType"
|
|
921
928
|
},
|
|
922
929
|
{
|
|
923
930
|
"type": "toast-slot"
|
|
@@ -927,8 +934,7 @@
|
|
|
927
934
|
"variant": "warning",
|
|
928
935
|
"type": "alert"
|
|
929
936
|
}
|
|
930
|
-
]
|
|
931
|
-
"type": "stack"
|
|
937
|
+
]
|
|
932
938
|
}
|
|
933
939
|
]
|
|
934
940
|
]
|
|
@@ -959,7 +965,12 @@
|
|
|
959
965
|
"scope": "internal",
|
|
960
966
|
"payload": [
|
|
961
967
|
{
|
|
962
|
-
"name": "
|
|
968
|
+
"name": "message",
|
|
969
|
+
"type": "string",
|
|
970
|
+
"required": true
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"name": "notificationType",
|
|
963
974
|
"type": "string"
|
|
964
975
|
}
|
|
965
976
|
]
|
|
@@ -1174,10 +1185,10 @@
|
|
|
1174
1185
|
"render-ui",
|
|
1175
1186
|
"main",
|
|
1176
1187
|
{
|
|
1177
|
-
"title": "Completion",
|
|
1178
1188
|
"icon": "sparkles",
|
|
1179
|
-
"
|
|
1180
|
-
"type": "empty-state"
|
|
1189
|
+
"title": "Completion",
|
|
1190
|
+
"type": "empty-state",
|
|
1191
|
+
"description": "Completion is ready"
|
|
1181
1192
|
}
|
|
1182
1193
|
]
|
|
1183
1194
|
]
|
|
@@ -1231,7 +1242,11 @@
|
|
|
1231
1242
|
],
|
|
1232
1243
|
[
|
|
1233
1244
|
"emit",
|
|
1234
|
-
"SHOW"
|
|
1245
|
+
"SHOW",
|
|
1246
|
+
{
|
|
1247
|
+
"notificationType": "success",
|
|
1248
|
+
"message": "Completion ready"
|
|
1249
|
+
}
|
|
1235
1250
|
]
|
|
1236
1251
|
]
|
|
1237
1252
|
},
|
|
@@ -1346,4 +1361,4 @@
|
|
|
1346
1361
|
]
|
|
1347
1362
|
}
|
|
1348
1363
|
]
|
|
1349
|
-
}
|
|
1364
|
+
}
|