@almadar/std 10.0.0 → 11.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 +80 -80
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- 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 +43 -43
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/behaviors/registry/core/atoms/std-related.orb +37 -37
- 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 +44 -44
- package/behaviors/registry/core/molecules/std-cart.orb +47 -47
- package/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/dist/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/dist/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/dist/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/dist/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/dist/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- 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 +43 -43
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/dist/behaviors/registry/core/atoms/std-related.orb +37 -37
- 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 +44 -44
- package/dist/behaviors/registry/core/molecules/std-cart.orb +47 -47
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/dist/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/dist/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/dist/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- package/package.json +1 -1
|
@@ -320,22 +320,26 @@
|
|
|
320
320
|
"event": "INIT",
|
|
321
321
|
"effects": [
|
|
322
322
|
[
|
|
323
|
-
"
|
|
324
|
-
"AgentCompletion"
|
|
323
|
+
"fetch",
|
|
324
|
+
"AgentCompletion",
|
|
325
|
+
{
|
|
326
|
+
"emit": {
|
|
327
|
+
"failure": "AgentCompletionLoadFailed",
|
|
328
|
+
"success": "AgentCompletionLoaded"
|
|
329
|
+
}
|
|
330
|
+
}
|
|
325
331
|
],
|
|
326
332
|
[
|
|
327
333
|
"render-ui",
|
|
328
334
|
"main",
|
|
329
335
|
{
|
|
330
|
-
"direction": "vertical",
|
|
331
336
|
"children": [
|
|
332
337
|
{
|
|
333
|
-
"justify": "between",
|
|
334
338
|
"children": [
|
|
335
339
|
{
|
|
336
|
-
"type": "stack",
|
|
337
|
-
"gap": "md",
|
|
338
340
|
"direction": "horizontal",
|
|
341
|
+
"gap": "md",
|
|
342
|
+
"type": "stack",
|
|
339
343
|
"children": [
|
|
340
344
|
{
|
|
341
345
|
"type": "icon",
|
|
@@ -349,29 +353,31 @@
|
|
|
349
353
|
]
|
|
350
354
|
},
|
|
351
355
|
{
|
|
352
|
-
"variant": "primary",
|
|
353
|
-
"icon": "sparkles",
|
|
354
356
|
"label": "Open",
|
|
355
357
|
"type": "button",
|
|
358
|
+
"variant": "primary",
|
|
359
|
+
"icon": "sparkles",
|
|
356
360
|
"action": "GENERATE"
|
|
357
361
|
}
|
|
358
362
|
],
|
|
359
|
-
"gap": "md",
|
|
360
363
|
"direction": "horizontal",
|
|
364
|
+
"justify": "between",
|
|
365
|
+
"gap": "md",
|
|
361
366
|
"type": "stack"
|
|
362
367
|
},
|
|
363
368
|
{
|
|
364
369
|
"type": "divider"
|
|
365
370
|
},
|
|
366
371
|
{
|
|
367
|
-
"
|
|
368
|
-
"description": "Click Open to view details in a modal overlay.",
|
|
372
|
+
"title": "Nothing open",
|
|
369
373
|
"type": "empty-state",
|
|
370
|
-
"
|
|
374
|
+
"icon": "sparkles",
|
|
375
|
+
"description": "Click Open to view details in a modal overlay."
|
|
371
376
|
}
|
|
372
377
|
],
|
|
378
|
+
"gap": "lg",
|
|
373
379
|
"type": "stack",
|
|
374
|
-
"
|
|
380
|
+
"direction": "vertical"
|
|
375
381
|
}
|
|
376
382
|
]
|
|
377
383
|
]
|
|
@@ -386,53 +392,53 @@
|
|
|
386
392
|
"modal",
|
|
387
393
|
{
|
|
388
394
|
"direction": "vertical",
|
|
395
|
+
"type": "stack",
|
|
389
396
|
"gap": "md",
|
|
390
397
|
"children": [
|
|
391
398
|
{
|
|
392
|
-
"direction": "horizontal",
|
|
393
399
|
"type": "stack",
|
|
394
|
-
"gap": "sm",
|
|
395
400
|
"children": [
|
|
396
401
|
{
|
|
397
402
|
"type": "icon",
|
|
398
403
|
"name": "sparkles"
|
|
399
404
|
},
|
|
400
405
|
{
|
|
406
|
+
"content": "AgentCompletion",
|
|
401
407
|
"type": "typography",
|
|
402
|
-
"variant": "h3"
|
|
403
|
-
"content": "AgentCompletion"
|
|
408
|
+
"variant": "h3"
|
|
404
409
|
}
|
|
405
|
-
]
|
|
410
|
+
],
|
|
411
|
+
"gap": "sm",
|
|
412
|
+
"direction": "horizontal"
|
|
406
413
|
},
|
|
407
414
|
{
|
|
408
415
|
"type": "divider"
|
|
409
416
|
},
|
|
410
417
|
{
|
|
411
418
|
"type": "stack",
|
|
412
|
-
"direction": "horizontal",
|
|
413
419
|
"gap": "sm",
|
|
414
420
|
"children": [
|
|
415
421
|
{
|
|
416
|
-
"
|
|
417
|
-
"
|
|
422
|
+
"type": "badge",
|
|
423
|
+
"label": "@entity.provider"
|
|
418
424
|
},
|
|
419
425
|
{
|
|
420
426
|
"label": "@entity.model",
|
|
421
427
|
"type": "badge"
|
|
422
428
|
}
|
|
423
|
-
]
|
|
429
|
+
],
|
|
430
|
+
"direction": "horizontal"
|
|
424
431
|
},
|
|
425
432
|
{
|
|
426
433
|
"cancelEvent": "CLOSE",
|
|
427
|
-
"
|
|
434
|
+
"type": "form-section",
|
|
428
435
|
"fields": [
|
|
429
436
|
"prompt"
|
|
430
437
|
],
|
|
431
|
-
"
|
|
432
|
-
"
|
|
438
|
+
"mode": "create",
|
|
439
|
+
"submitEvent": "SAVE"
|
|
433
440
|
}
|
|
434
|
-
]
|
|
435
|
-
"type": "stack"
|
|
441
|
+
]
|
|
436
442
|
}
|
|
437
443
|
]
|
|
438
444
|
]
|
|
@@ -453,58 +459,64 @@
|
|
|
453
459
|
"info"
|
|
454
460
|
],
|
|
455
461
|
[
|
|
456
|
-
"
|
|
457
|
-
"AgentCompletion"
|
|
462
|
+
"fetch",
|
|
463
|
+
"AgentCompletion",
|
|
464
|
+
{
|
|
465
|
+
"emit": {
|
|
466
|
+
"failure": "AgentCompletionLoadFailed",
|
|
467
|
+
"success": "AgentCompletionLoaded"
|
|
468
|
+
}
|
|
469
|
+
}
|
|
458
470
|
],
|
|
459
471
|
[
|
|
460
472
|
"render-ui",
|
|
461
473
|
"main",
|
|
462
474
|
{
|
|
463
|
-
"direction": "vertical",
|
|
464
|
-
"type": "stack",
|
|
465
|
-
"gap": "lg",
|
|
466
475
|
"children": [
|
|
467
476
|
{
|
|
468
|
-
"gap": "md",
|
|
469
477
|
"justify": "between",
|
|
470
478
|
"children": [
|
|
471
479
|
{
|
|
472
480
|
"type": "stack",
|
|
473
|
-
"
|
|
481
|
+
"gap": "md",
|
|
474
482
|
"children": [
|
|
475
483
|
{
|
|
476
|
-
"
|
|
477
|
-
"
|
|
484
|
+
"name": "sparkles",
|
|
485
|
+
"type": "icon"
|
|
478
486
|
},
|
|
479
487
|
{
|
|
480
|
-
"type": "typography",
|
|
481
488
|
"variant": "h2",
|
|
489
|
+
"type": "typography",
|
|
482
490
|
"content": "AgentCompletion"
|
|
483
491
|
}
|
|
484
492
|
],
|
|
485
|
-
"
|
|
493
|
+
"direction": "horizontal"
|
|
486
494
|
},
|
|
487
495
|
{
|
|
488
|
-
"
|
|
489
|
-
"type": "button",
|
|
490
|
-
"label": "Open",
|
|
496
|
+
"variant": "primary",
|
|
491
497
|
"action": "GENERATE",
|
|
492
|
-
"
|
|
498
|
+
"label": "Open",
|
|
499
|
+
"type": "button",
|
|
500
|
+
"icon": "sparkles"
|
|
493
501
|
}
|
|
494
502
|
],
|
|
495
503
|
"type": "stack",
|
|
496
|
-
"direction": "horizontal"
|
|
504
|
+
"direction": "horizontal",
|
|
505
|
+
"gap": "md"
|
|
497
506
|
},
|
|
498
507
|
{
|
|
499
508
|
"type": "divider"
|
|
500
509
|
},
|
|
501
510
|
{
|
|
511
|
+
"icon": "sparkles",
|
|
502
512
|
"description": "Click Open to view details in a modal overlay.",
|
|
503
513
|
"title": "Nothing open",
|
|
504
|
-
"type": "empty-state"
|
|
505
|
-
"icon": "sparkles"
|
|
514
|
+
"type": "empty-state"
|
|
506
515
|
}
|
|
507
|
-
]
|
|
516
|
+
],
|
|
517
|
+
"direction": "vertical",
|
|
518
|
+
"type": "stack",
|
|
519
|
+
"gap": "lg"
|
|
508
520
|
}
|
|
509
521
|
]
|
|
510
522
|
]
|
|
@@ -536,57 +548,63 @@
|
|
|
536
548
|
"GENERATED"
|
|
537
549
|
],
|
|
538
550
|
[
|
|
539
|
-
"
|
|
540
|
-
"AgentCompletion"
|
|
551
|
+
"fetch",
|
|
552
|
+
"AgentCompletion",
|
|
553
|
+
{
|
|
554
|
+
"emit": {
|
|
555
|
+
"failure": "AgentCompletionLoadFailed",
|
|
556
|
+
"success": "AgentCompletionLoaded"
|
|
557
|
+
}
|
|
558
|
+
}
|
|
541
559
|
],
|
|
542
560
|
[
|
|
543
561
|
"render-ui",
|
|
544
562
|
"main",
|
|
545
563
|
{
|
|
546
|
-
"gap": "lg",
|
|
547
564
|
"type": "stack",
|
|
548
565
|
"children": [
|
|
549
566
|
{
|
|
550
|
-
"gap": "md",
|
|
551
|
-
"justify": "between",
|
|
552
|
-
"direction": "horizontal",
|
|
553
567
|
"children": [
|
|
554
568
|
{
|
|
569
|
+
"type": "stack",
|
|
555
570
|
"children": [
|
|
556
571
|
{
|
|
557
|
-
"
|
|
558
|
-
"
|
|
572
|
+
"type": "icon",
|
|
573
|
+
"name": "sparkles"
|
|
559
574
|
},
|
|
560
575
|
{
|
|
561
|
-
"
|
|
576
|
+
"variant": "h2",
|
|
562
577
|
"content": "AgentCompletion",
|
|
563
|
-
"
|
|
578
|
+
"type": "typography"
|
|
564
579
|
}
|
|
565
580
|
],
|
|
566
|
-
"
|
|
567
|
-
"direction": "horizontal"
|
|
568
|
-
"gap": "md"
|
|
581
|
+
"gap": "md",
|
|
582
|
+
"direction": "horizontal"
|
|
569
583
|
},
|
|
570
584
|
{
|
|
571
|
-
"label": "Open",
|
|
572
|
-
"variant": "primary",
|
|
573
585
|
"type": "button",
|
|
574
586
|
"icon": "sparkles",
|
|
587
|
+
"variant": "primary",
|
|
588
|
+
"label": "Open",
|
|
575
589
|
"action": "GENERATE"
|
|
576
590
|
}
|
|
577
591
|
],
|
|
578
|
-
"
|
|
592
|
+
"justify": "between",
|
|
593
|
+
"type": "stack",
|
|
594
|
+
"gap": "md",
|
|
595
|
+
"direction": "horizontal"
|
|
579
596
|
},
|
|
580
597
|
{
|
|
581
598
|
"type": "divider"
|
|
582
599
|
},
|
|
583
600
|
{
|
|
584
601
|
"icon": "sparkles",
|
|
585
|
-
"title": "Nothing open",
|
|
586
602
|
"type": "empty-state",
|
|
587
|
-
"description": "Click Open to view details in a modal overlay."
|
|
603
|
+
"description": "Click Open to view details in a modal overlay.",
|
|
604
|
+
"title": "Nothing open"
|
|
588
605
|
}
|
|
589
606
|
],
|
|
607
|
+
"gap": "lg",
|
|
590
608
|
"direction": "vertical"
|
|
591
609
|
}
|
|
592
610
|
]
|
|
@@ -805,36 +823,38 @@
|
|
|
805
823
|
"main",
|
|
806
824
|
{
|
|
807
825
|
"direction": "vertical",
|
|
826
|
+
"gap": "lg",
|
|
827
|
+
"type": "stack",
|
|
808
828
|
"children": [
|
|
809
829
|
{
|
|
810
|
-
"
|
|
830
|
+
"direction": "horizontal",
|
|
811
831
|
"gap": "md",
|
|
812
832
|
"align": "center",
|
|
813
|
-
"
|
|
833
|
+
"type": "stack",
|
|
814
834
|
"justify": "between",
|
|
815
835
|
"children": [
|
|
816
836
|
{
|
|
817
|
-
"type": "stack",
|
|
818
|
-
"direction": "horizontal",
|
|
819
|
-
"align": "center",
|
|
820
|
-
"gap": "md",
|
|
821
837
|
"children": [
|
|
822
838
|
{
|
|
823
839
|
"name": "sparkles",
|
|
824
840
|
"type": "icon"
|
|
825
841
|
},
|
|
826
842
|
{
|
|
827
|
-
"variant": "h2",
|
|
828
843
|
"type": "typography",
|
|
829
|
-
"content": "AgentCompletion Status"
|
|
844
|
+
"content": "AgentCompletion Status",
|
|
845
|
+
"variant": "h2"
|
|
830
846
|
}
|
|
831
|
-
]
|
|
847
|
+
],
|
|
848
|
+
"type": "stack",
|
|
849
|
+
"direction": "horizontal",
|
|
850
|
+
"align": "center",
|
|
851
|
+
"gap": "md"
|
|
832
852
|
},
|
|
833
853
|
{
|
|
834
|
-
"type": "button",
|
|
835
|
-
"icon": "x",
|
|
836
854
|
"action": "HIDE",
|
|
837
855
|
"variant": "ghost",
|
|
856
|
+
"icon": "x",
|
|
857
|
+
"type": "button",
|
|
838
858
|
"label": "Dismiss"
|
|
839
859
|
}
|
|
840
860
|
]
|
|
@@ -843,21 +863,19 @@
|
|
|
843
863
|
"type": "divider"
|
|
844
864
|
},
|
|
845
865
|
{
|
|
846
|
-
"
|
|
866
|
+
"message": "@entity.message",
|
|
847
867
|
"type": "alert",
|
|
848
|
-
"
|
|
868
|
+
"variant": "@entity.notificationType"
|
|
849
869
|
},
|
|
850
870
|
{
|
|
851
871
|
"type": "toast-slot"
|
|
852
872
|
},
|
|
853
873
|
{
|
|
854
|
-
"
|
|
874
|
+
"type": "alert",
|
|
855
875
|
"message": "@entity.message",
|
|
856
|
-
"
|
|
876
|
+
"variant": "warning"
|
|
857
877
|
}
|
|
858
|
-
]
|
|
859
|
-
"type": "stack",
|
|
860
|
-
"gap": "lg"
|
|
878
|
+
]
|
|
861
879
|
}
|
|
862
880
|
]
|
|
863
881
|
]
|
|
@@ -881,14 +899,17 @@
|
|
|
881
899
|
"render-ui",
|
|
882
900
|
"main",
|
|
883
901
|
{
|
|
884
|
-
"
|
|
902
|
+
"type": "stack",
|
|
903
|
+
"gap": "lg",
|
|
885
904
|
"children": [
|
|
886
905
|
{
|
|
906
|
+
"gap": "md",
|
|
907
|
+
"justify": "between",
|
|
887
908
|
"direction": "horizontal",
|
|
888
909
|
"type": "stack",
|
|
910
|
+
"align": "center",
|
|
889
911
|
"children": [
|
|
890
912
|
{
|
|
891
|
-
"type": "stack",
|
|
892
913
|
"align": "center",
|
|
893
914
|
"children": [
|
|
894
915
|
{
|
|
@@ -902,39 +923,36 @@
|
|
|
902
923
|
}
|
|
903
924
|
],
|
|
904
925
|
"gap": "md",
|
|
926
|
+
"type": "stack",
|
|
905
927
|
"direction": "horizontal"
|
|
906
928
|
},
|
|
907
929
|
{
|
|
908
|
-
"label": "Dismiss",
|
|
909
|
-
"action": "HIDE",
|
|
910
930
|
"variant": "ghost",
|
|
931
|
+
"type": "button",
|
|
932
|
+
"action": "HIDE",
|
|
911
933
|
"icon": "x",
|
|
912
|
-
"
|
|
934
|
+
"label": "Dismiss"
|
|
913
935
|
}
|
|
914
|
-
]
|
|
915
|
-
"justify": "between",
|
|
916
|
-
"align": "center",
|
|
917
|
-
"gap": "md"
|
|
936
|
+
]
|
|
918
937
|
},
|
|
919
938
|
{
|
|
920
939
|
"type": "divider"
|
|
921
940
|
},
|
|
922
941
|
{
|
|
923
|
-
"type": "alert",
|
|
924
942
|
"variant": "@entity.notificationType",
|
|
943
|
+
"type": "alert",
|
|
925
944
|
"message": "@entity.message"
|
|
926
945
|
},
|
|
927
946
|
{
|
|
928
947
|
"type": "toast-slot"
|
|
929
948
|
},
|
|
930
949
|
{
|
|
931
|
-
"
|
|
950
|
+
"message": "@entity.message",
|
|
932
951
|
"variant": "warning",
|
|
933
|
-
"
|
|
952
|
+
"type": "alert"
|
|
934
953
|
}
|
|
935
954
|
],
|
|
936
|
-
"
|
|
937
|
-
"type": "stack"
|
|
955
|
+
"direction": "vertical"
|
|
938
956
|
}
|
|
939
957
|
]
|
|
940
958
|
]
|
|
@@ -1185,10 +1203,10 @@
|
|
|
1185
1203
|
"render-ui",
|
|
1186
1204
|
"main",
|
|
1187
1205
|
{
|
|
1206
|
+
"type": "empty-state",
|
|
1188
1207
|
"icon": "sparkles",
|
|
1189
1208
|
"title": "Completion",
|
|
1190
|
-
"description": "Completion is ready"
|
|
1191
|
-
"type": "empty-state"
|
|
1209
|
+
"description": "Completion is ready"
|
|
1192
1210
|
}
|
|
1193
1211
|
]
|
|
1194
1212
|
]
|