@almadar/std 8.3.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 +62 -62
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +100 -100
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +114 -114
- package/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- package/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/behaviors/registry/core/atoms/std-related.orb +34 -34
- package/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/behaviors/registry/core/atoms/std-tabs.orb +52 -52
- package/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- 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 +274 -274
- package/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +100 -100
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +114 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/dist/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/dist/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/dist/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/dist/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +52 -52
- package/dist/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/dist/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/dist/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/dist/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- 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 +274 -274
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/package.json +1 -1
|
@@ -327,48 +327,48 @@
|
|
|
327
327
|
"render-ui",
|
|
328
328
|
"main",
|
|
329
329
|
{
|
|
330
|
-
"gap": "lg",
|
|
331
330
|
"direction": "vertical",
|
|
332
331
|
"type": "stack",
|
|
332
|
+
"gap": "lg",
|
|
333
333
|
"children": [
|
|
334
334
|
{
|
|
335
|
+
"direction": "horizontal",
|
|
335
336
|
"justify": "between",
|
|
337
|
+
"type": "stack",
|
|
336
338
|
"gap": "md",
|
|
337
339
|
"children": [
|
|
338
340
|
{
|
|
339
341
|
"direction": "horizontal",
|
|
340
|
-
"
|
|
342
|
+
"gap": "md",
|
|
341
343
|
"children": [
|
|
342
344
|
{
|
|
343
|
-
"
|
|
344
|
-
"
|
|
345
|
+
"name": "sparkles",
|
|
346
|
+
"type": "icon"
|
|
345
347
|
},
|
|
346
348
|
{
|
|
349
|
+
"variant": "h2",
|
|
347
350
|
"content": "AgentCompletion",
|
|
348
|
-
"type": "typography"
|
|
349
|
-
"variant": "h2"
|
|
351
|
+
"type": "typography"
|
|
350
352
|
}
|
|
351
353
|
],
|
|
352
|
-
"
|
|
354
|
+
"type": "stack"
|
|
353
355
|
},
|
|
354
356
|
{
|
|
357
|
+
"label": "Open",
|
|
358
|
+
"action": "GENERATE",
|
|
355
359
|
"icon": "sparkles",
|
|
356
360
|
"type": "button",
|
|
357
|
-
"variant": "primary"
|
|
358
|
-
"label": "Open",
|
|
359
|
-
"action": "GENERATE"
|
|
361
|
+
"variant": "primary"
|
|
360
362
|
}
|
|
361
|
-
]
|
|
362
|
-
"type": "stack",
|
|
363
|
-
"direction": "horizontal"
|
|
363
|
+
]
|
|
364
364
|
},
|
|
365
365
|
{
|
|
366
366
|
"type": "divider"
|
|
367
367
|
},
|
|
368
368
|
{
|
|
369
|
+
"type": "empty-state",
|
|
369
370
|
"description": "Click Open to view details in a modal overlay.",
|
|
370
371
|
"icon": "sparkles",
|
|
371
|
-
"type": "empty-state",
|
|
372
372
|
"title": "Nothing open"
|
|
373
373
|
}
|
|
374
374
|
]
|
|
@@ -386,52 +386,52 @@
|
|
|
386
386
|
"modal",
|
|
387
387
|
{
|
|
388
388
|
"direction": "vertical",
|
|
389
|
+
"gap": "md",
|
|
389
390
|
"children": [
|
|
390
391
|
{
|
|
392
|
+
"type": "stack",
|
|
393
|
+
"direction": "horizontal",
|
|
391
394
|
"children": [
|
|
392
395
|
{
|
|
393
|
-
"
|
|
394
|
-
"
|
|
396
|
+
"name": "sparkles",
|
|
397
|
+
"type": "icon"
|
|
395
398
|
},
|
|
396
399
|
{
|
|
397
|
-
"type": "typography",
|
|
398
400
|
"variant": "h3",
|
|
399
|
-
"content": "AgentCompletion"
|
|
401
|
+
"content": "AgentCompletion",
|
|
402
|
+
"type": "typography"
|
|
400
403
|
}
|
|
401
404
|
],
|
|
402
|
-
"gap": "sm"
|
|
403
|
-
"type": "stack",
|
|
404
|
-
"direction": "horizontal"
|
|
405
|
+
"gap": "sm"
|
|
405
406
|
},
|
|
406
407
|
{
|
|
407
408
|
"type": "divider"
|
|
408
409
|
},
|
|
409
410
|
{
|
|
410
|
-
"type": "stack",
|
|
411
|
-
"direction": "horizontal",
|
|
412
411
|
"children": [
|
|
413
412
|
{
|
|
414
|
-
"
|
|
415
|
-
"
|
|
413
|
+
"type": "badge",
|
|
414
|
+
"label": "@entity.provider"
|
|
416
415
|
},
|
|
417
416
|
{
|
|
418
417
|
"type": "badge",
|
|
419
418
|
"label": "@entity.model"
|
|
420
419
|
}
|
|
421
420
|
],
|
|
421
|
+
"direction": "horizontal",
|
|
422
|
+
"type": "stack",
|
|
422
423
|
"gap": "sm"
|
|
423
424
|
},
|
|
424
425
|
{
|
|
425
|
-
"
|
|
426
|
+
"mode": "create",
|
|
426
427
|
"fields": [
|
|
427
428
|
"prompt"
|
|
428
429
|
],
|
|
429
|
-
"
|
|
430
|
-
"
|
|
431
|
-
"
|
|
430
|
+
"cancelEvent": "CLOSE",
|
|
431
|
+
"type": "form-section",
|
|
432
|
+
"submitEvent": "SAVE"
|
|
432
433
|
}
|
|
433
434
|
],
|
|
434
|
-
"gap": "md",
|
|
435
435
|
"type": "stack"
|
|
436
436
|
}
|
|
437
437
|
]
|
|
@@ -460,50 +460,50 @@
|
|
|
460
460
|
"render-ui",
|
|
461
461
|
"main",
|
|
462
462
|
{
|
|
463
|
-
"direction": "vertical",
|
|
464
|
-
"gap": "lg",
|
|
465
463
|
"children": [
|
|
466
464
|
{
|
|
465
|
+
"type": "stack",
|
|
467
466
|
"children": [
|
|
468
467
|
{
|
|
469
|
-
"direction": "horizontal",
|
|
470
|
-
"gap": "md",
|
|
471
468
|
"type": "stack",
|
|
469
|
+
"direction": "horizontal",
|
|
472
470
|
"children": [
|
|
473
471
|
{
|
|
474
|
-
"
|
|
475
|
-
"
|
|
472
|
+
"name": "sparkles",
|
|
473
|
+
"type": "icon"
|
|
476
474
|
},
|
|
477
475
|
{
|
|
478
|
-
"type": "typography",
|
|
479
476
|
"content": "AgentCompletion",
|
|
480
|
-
"variant": "h2"
|
|
477
|
+
"variant": "h2",
|
|
478
|
+
"type": "typography"
|
|
481
479
|
}
|
|
482
|
-
]
|
|
480
|
+
],
|
|
481
|
+
"gap": "md"
|
|
483
482
|
},
|
|
484
483
|
{
|
|
485
|
-
"variant": "primary",
|
|
486
|
-
"icon": "sparkles",
|
|
487
484
|
"type": "button",
|
|
485
|
+
"label": "Open",
|
|
488
486
|
"action": "GENERATE",
|
|
489
|
-
"
|
|
487
|
+
"variant": "primary",
|
|
488
|
+
"icon": "sparkles"
|
|
490
489
|
}
|
|
491
490
|
],
|
|
492
491
|
"direction": "horizontal",
|
|
493
492
|
"justify": "between",
|
|
494
|
-
"type": "stack",
|
|
495
493
|
"gap": "md"
|
|
496
494
|
},
|
|
497
495
|
{
|
|
498
496
|
"type": "divider"
|
|
499
497
|
},
|
|
500
498
|
{
|
|
501
|
-
"type": "empty-state",
|
|
502
|
-
"title": "Nothing open",
|
|
503
499
|
"icon": "sparkles",
|
|
504
|
-
"
|
|
500
|
+
"title": "Nothing open",
|
|
501
|
+
"description": "Click Open to view details in a modal overlay.",
|
|
502
|
+
"type": "empty-state"
|
|
505
503
|
}
|
|
506
504
|
],
|
|
505
|
+
"gap": "lg",
|
|
506
|
+
"direction": "vertical",
|
|
507
507
|
"type": "stack"
|
|
508
508
|
}
|
|
509
509
|
]
|
|
@@ -521,8 +521,8 @@
|
|
|
521
521
|
"@payload.data",
|
|
522
522
|
{
|
|
523
523
|
"emit": {
|
|
524
|
-
"
|
|
525
|
-
"
|
|
524
|
+
"success": "AgentCompletionSaved",
|
|
525
|
+
"failure": "AgentCompletionSaveFailed"
|
|
526
526
|
}
|
|
527
527
|
}
|
|
528
528
|
],
|
|
@@ -543,49 +543,49 @@
|
|
|
543
543
|
"render-ui",
|
|
544
544
|
"main",
|
|
545
545
|
{
|
|
546
|
-
"direction": "vertical",
|
|
547
|
-
"type": "stack",
|
|
548
546
|
"gap": "lg",
|
|
547
|
+
"type": "stack",
|
|
548
|
+
"direction": "vertical",
|
|
549
549
|
"children": [
|
|
550
550
|
{
|
|
551
|
-
"gap": "md",
|
|
552
|
-
"direction": "horizontal",
|
|
553
|
-
"justify": "between",
|
|
554
|
-
"type": "stack",
|
|
555
551
|
"children": [
|
|
556
552
|
{
|
|
553
|
+
"gap": "md",
|
|
557
554
|
"direction": "horizontal",
|
|
555
|
+
"type": "stack",
|
|
558
556
|
"children": [
|
|
559
557
|
{
|
|
560
|
-
"
|
|
561
|
-
"
|
|
558
|
+
"type": "icon",
|
|
559
|
+
"name": "sparkles"
|
|
562
560
|
},
|
|
563
561
|
{
|
|
562
|
+
"variant": "h2",
|
|
564
563
|
"content": "AgentCompletion",
|
|
565
|
-
"type": "typography"
|
|
566
|
-
"variant": "h2"
|
|
564
|
+
"type": "typography"
|
|
567
565
|
}
|
|
568
|
-
]
|
|
569
|
-
"type": "stack",
|
|
570
|
-
"gap": "md"
|
|
566
|
+
]
|
|
571
567
|
},
|
|
572
568
|
{
|
|
573
569
|
"type": "button",
|
|
570
|
+
"action": "GENERATE",
|
|
574
571
|
"label": "Open",
|
|
575
572
|
"variant": "primary",
|
|
576
|
-
"icon": "sparkles"
|
|
577
|
-
"action": "GENERATE"
|
|
573
|
+
"icon": "sparkles"
|
|
578
574
|
}
|
|
579
|
-
]
|
|
575
|
+
],
|
|
576
|
+
"direction": "horizontal",
|
|
577
|
+
"gap": "md",
|
|
578
|
+
"justify": "between",
|
|
579
|
+
"type": "stack"
|
|
580
580
|
},
|
|
581
581
|
{
|
|
582
582
|
"type": "divider"
|
|
583
583
|
},
|
|
584
584
|
{
|
|
585
|
-
"icon": "sparkles",
|
|
586
|
-
"title": "Nothing open",
|
|
587
585
|
"description": "Click Open to view details in a modal overlay.",
|
|
588
|
-
"type": "empty-state"
|
|
586
|
+
"type": "empty-state",
|
|
587
|
+
"icon": "sparkles",
|
|
588
|
+
"title": "Nothing open"
|
|
589
589
|
}
|
|
590
590
|
]
|
|
591
591
|
}
|
|
@@ -804,17 +804,18 @@
|
|
|
804
804
|
"render-ui",
|
|
805
805
|
"main",
|
|
806
806
|
{
|
|
807
|
-
"gap": "lg",
|
|
808
807
|
"type": "stack",
|
|
809
808
|
"children": [
|
|
810
809
|
{
|
|
811
|
-
"justify": "between",
|
|
812
|
-
"gap": "md",
|
|
813
|
-
"align": "center",
|
|
814
810
|
"type": "stack",
|
|
811
|
+
"gap": "md",
|
|
815
812
|
"direction": "horizontal",
|
|
813
|
+
"justify": "between",
|
|
814
|
+
"align": "center",
|
|
816
815
|
"children": [
|
|
817
816
|
{
|
|
817
|
+
"type": "stack",
|
|
818
|
+
"gap": "md",
|
|
818
819
|
"direction": "horizontal",
|
|
819
820
|
"align": "center",
|
|
820
821
|
"children": [
|
|
@@ -823,20 +824,18 @@
|
|
|
823
824
|
"name": "sparkles"
|
|
824
825
|
},
|
|
825
826
|
{
|
|
826
|
-
"variant": "h2",
|
|
827
827
|
"type": "typography",
|
|
828
|
+
"variant": "h2",
|
|
828
829
|
"content": "AgentCompletion Status"
|
|
829
830
|
}
|
|
830
|
-
]
|
|
831
|
-
"gap": "md",
|
|
832
|
-
"type": "stack"
|
|
831
|
+
]
|
|
833
832
|
},
|
|
834
833
|
{
|
|
835
834
|
"label": "Dismiss",
|
|
836
835
|
"variant": "ghost",
|
|
837
|
-
"
|
|
836
|
+
"type": "button",
|
|
838
837
|
"action": "HIDE",
|
|
839
|
-
"
|
|
838
|
+
"icon": "x"
|
|
840
839
|
}
|
|
841
840
|
]
|
|
842
841
|
},
|
|
@@ -853,11 +852,12 @@
|
|
|
853
852
|
},
|
|
854
853
|
{
|
|
855
854
|
"type": "alert",
|
|
856
|
-
"
|
|
857
|
-
"
|
|
855
|
+
"message": "@entity.message",
|
|
856
|
+
"variant": "warning"
|
|
858
857
|
}
|
|
859
858
|
],
|
|
860
|
-
"direction": "vertical"
|
|
859
|
+
"direction": "vertical",
|
|
860
|
+
"gap": "lg"
|
|
861
861
|
}
|
|
862
862
|
]
|
|
863
863
|
]
|
|
@@ -881,60 +881,60 @@
|
|
|
881
881
|
"render-ui",
|
|
882
882
|
"main",
|
|
883
883
|
{
|
|
884
|
+
"type": "stack",
|
|
884
885
|
"direction": "vertical",
|
|
886
|
+
"gap": "lg",
|
|
885
887
|
"children": [
|
|
886
888
|
{
|
|
889
|
+
"gap": "md",
|
|
887
890
|
"justify": "between",
|
|
891
|
+
"align": "center",
|
|
888
892
|
"children": [
|
|
889
893
|
{
|
|
890
|
-
"gap": "md",
|
|
891
|
-
"direction": "horizontal",
|
|
892
894
|
"type": "stack",
|
|
893
|
-
"align": "center",
|
|
894
895
|
"children": [
|
|
895
896
|
{
|
|
896
|
-
"
|
|
897
|
-
"
|
|
897
|
+
"type": "icon",
|
|
898
|
+
"name": "sparkles"
|
|
898
899
|
},
|
|
899
900
|
{
|
|
900
|
-
"type": "typography",
|
|
901
901
|
"content": "AgentCompletion Status",
|
|
902
|
+
"type": "typography",
|
|
902
903
|
"variant": "h2"
|
|
903
904
|
}
|
|
904
|
-
]
|
|
905
|
+
],
|
|
906
|
+
"gap": "md",
|
|
907
|
+
"direction": "horizontal",
|
|
908
|
+
"align": "center"
|
|
905
909
|
},
|
|
906
910
|
{
|
|
907
|
-
"label": "Dismiss",
|
|
908
911
|
"action": "HIDE",
|
|
909
912
|
"icon": "x",
|
|
913
|
+
"label": "Dismiss",
|
|
910
914
|
"type": "button",
|
|
911
915
|
"variant": "ghost"
|
|
912
916
|
}
|
|
913
917
|
],
|
|
914
|
-
"gap": "md",
|
|
915
|
-
"direction": "horizontal",
|
|
916
918
|
"type": "stack",
|
|
917
|
-
"
|
|
919
|
+
"direction": "horizontal"
|
|
918
920
|
},
|
|
919
921
|
{
|
|
920
922
|
"type": "divider"
|
|
921
923
|
},
|
|
922
924
|
{
|
|
925
|
+
"type": "alert",
|
|
923
926
|
"message": "@entity.message",
|
|
924
|
-
"variant": "@entity.notificationType"
|
|
925
|
-
"type": "alert"
|
|
927
|
+
"variant": "@entity.notificationType"
|
|
926
928
|
},
|
|
927
929
|
{
|
|
928
930
|
"type": "toast-slot"
|
|
929
931
|
},
|
|
930
932
|
{
|
|
931
|
-
"variant": "warning",
|
|
932
933
|
"message": "@entity.message",
|
|
934
|
+
"variant": "warning",
|
|
933
935
|
"type": "alert"
|
|
934
936
|
}
|
|
935
|
-
]
|
|
936
|
-
"gap": "lg",
|
|
937
|
-
"type": "stack"
|
|
937
|
+
]
|
|
938
938
|
}
|
|
939
939
|
]
|
|
940
940
|
]
|
|
@@ -1176,8 +1176,8 @@
|
|
|
1176
1176
|
"AgentCompletion",
|
|
1177
1177
|
{
|
|
1178
1178
|
"emit": {
|
|
1179
|
-
"
|
|
1180
|
-
"
|
|
1179
|
+
"success": "AgentCompletionLoaded",
|
|
1180
|
+
"failure": "AgentCompletionLoadFailed"
|
|
1181
1181
|
}
|
|
1182
1182
|
}
|
|
1183
1183
|
],
|
|
@@ -1186,9 +1186,9 @@
|
|
|
1186
1186
|
"main",
|
|
1187
1187
|
{
|
|
1188
1188
|
"icon": "sparkles",
|
|
1189
|
-
"
|
|
1189
|
+
"title": "Completion",
|
|
1190
1190
|
"type": "empty-state",
|
|
1191
|
-
"
|
|
1191
|
+
"description": "Completion is ready"
|
|
1192
1192
|
}
|
|
1193
1193
|
]
|
|
1194
1194
|
]
|
|
@@ -1244,8 +1244,8 @@
|
|
|
1244
1244
|
"emit",
|
|
1245
1245
|
"SHOW",
|
|
1246
1246
|
{
|
|
1247
|
-
"
|
|
1248
|
-
"
|
|
1247
|
+
"notificationType": "success",
|
|
1248
|
+
"message": "Completion ready"
|
|
1249
1249
|
}
|
|
1250
1250
|
]
|
|
1251
1251
|
]
|