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