@almadar/std 7.4.7 → 7.4.8
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/atoms/std-agent-activity-log.orb +45 -45
- package/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/behaviors/registry/atoms/std-async.orb +224 -132
- package/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/behaviors/registry/atoms/std-browse.orb +59 -59
- package/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/atoms/std-collision.orb +133 -133
- package/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/behaviors/registry/atoms/std-combat.orb +63 -63
- package/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/behaviors/registry/atoms/std-display.orb +366 -366
- package/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/behaviors/registry/atoms/std-filter.orb +94 -94
- package/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/behaviors/registry/atoms/std-input.orb +107 -107
- package/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/behaviors/registry/atoms/std-loading.orb +82 -82
- package/behaviors/registry/atoms/std-modal.orb +11 -11
- package/behaviors/registry/atoms/std-movement.orb +285 -285
- package/behaviors/registry/atoms/std-notification.orb +60 -60
- package/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/behaviors/registry/atoms/std-push.orb +44 -44
- package/behaviors/registry/atoms/std-quest.orb +314 -314
- package/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/behaviors/registry/atoms/std-rating.orb +45 -45
- package/behaviors/registry/atoms/std-related.orb +38 -38
- package/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/behaviors/registry/atoms/std-score.orb +125 -125
- package/behaviors/registry/atoms/std-search.orb +77 -77
- package/behaviors/registry/atoms/std-selection.orb +184 -184
- package/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/behaviors/registry/atoms/std-sort.orb +198 -198
- package/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/behaviors/registry/atoms/std-theme.orb +114 -114
- package/behaviors/registry/atoms/std-timer.orb +298 -298
- package/behaviors/registry/atoms/std-undo.orb +186 -186
- package/behaviors/registry/atoms/std-upload.orb +88 -88
- package/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/behaviors/registry/molecules/std-cart.orb +47 -47
- package/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/behaviors/registry/molecules/std-detail.orb +78 -78
- package/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/behaviors/registry/molecules/std-list.orb +57 -57
- package/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/behaviors/registry/organisms/std-cms.orb +393 -393
- package/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/behaviors/registry/organisms/std-crm.orb +751 -751
- package/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/behaviors/registry/organisms/std-lms.orb +834 -834
- package/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/dist/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
- package/dist/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/dist/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/dist/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/dist/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/dist/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/dist/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/dist/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/dist/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/dist/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/dist/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/dist/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/dist/behaviors/registry/atoms/std-async.orb +224 -132
- package/dist/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/dist/behaviors/registry/atoms/std-browse.orb +59 -59
- package/dist/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/dist/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/dist/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/atoms/std-collision.orb +133 -133
- package/dist/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/dist/behaviors/registry/atoms/std-combat.orb +63 -63
- package/dist/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/dist/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/dist/behaviors/registry/atoms/std-display.orb +366 -366
- package/dist/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/dist/behaviors/registry/atoms/std-filter.orb +94 -94
- package/dist/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/dist/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/dist/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/dist/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/dist/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/dist/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/dist/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/dist/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/dist/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/dist/behaviors/registry/atoms/std-input.orb +107 -107
- package/dist/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/dist/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/dist/behaviors/registry/atoms/std-loading.orb +82 -82
- package/dist/behaviors/registry/atoms/std-modal.orb +11 -11
- package/dist/behaviors/registry/atoms/std-movement.orb +285 -285
- package/dist/behaviors/registry/atoms/std-notification.orb +60 -60
- package/dist/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/dist/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/dist/behaviors/registry/atoms/std-push.orb +44 -44
- package/dist/behaviors/registry/atoms/std-quest.orb +314 -314
- package/dist/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/dist/behaviors/registry/atoms/std-rating.orb +45 -45
- package/dist/behaviors/registry/atoms/std-related.orb +38 -38
- package/dist/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/dist/behaviors/registry/atoms/std-score.orb +125 -125
- package/dist/behaviors/registry/atoms/std-search.orb +77 -77
- package/dist/behaviors/registry/atoms/std-selection.orb +184 -184
- package/dist/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/dist/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/dist/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/dist/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/dist/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/dist/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/dist/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/dist/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/dist/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/dist/behaviors/registry/atoms/std-sort.orb +198 -198
- package/dist/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/dist/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/dist/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/dist/behaviors/registry/atoms/std-theme.orb +114 -114
- package/dist/behaviors/registry/atoms/std-timer.orb +298 -298
- package/dist/behaviors/registry/atoms/std-undo.orb +186 -186
- package/dist/behaviors/registry/atoms/std-upload.orb +88 -88
- package/dist/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/dist/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/dist/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/dist/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/dist/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/dist/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/dist/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/dist/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/dist/behaviors/registry/molecules/std-cart.orb +47 -47
- package/dist/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/dist/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/dist/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/dist/behaviors/registry/molecules/std-detail.orb +78 -78
- package/dist/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/dist/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/dist/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/dist/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/dist/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/dist/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/dist/behaviors/registry/molecules/std-list.orb +57 -57
- package/dist/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/dist/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/dist/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/dist/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/dist/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/dist/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/dist/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/dist/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/dist/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/dist/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/dist/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/dist/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/dist/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/dist/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/dist/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/dist/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/dist/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/dist/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/dist/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/dist/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/dist/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/dist/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/dist/behaviors/registry/organisms/std-cms.orb +393 -393
- package/dist/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/dist/behaviors/registry/organisms/std-crm.orb +751 -751
- package/dist/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/dist/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/dist/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/dist/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/dist/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/dist/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/dist/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/dist/behaviors/registry/organisms/std-lms.orb +834 -834
- package/dist/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/dist/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/dist/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/dist/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/dist/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/dist/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/dist/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/dist/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/dist/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/dist/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/dist/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/dist/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/package.json +1 -1
|
@@ -270,26 +270,27 @@
|
|
|
270
270
|
"render-ui",
|
|
271
271
|
"main",
|
|
272
272
|
{
|
|
273
|
+
"align": "stretch",
|
|
273
274
|
"direction": "vertical",
|
|
274
275
|
"gap": "lg",
|
|
275
|
-
"
|
|
276
|
+
"type": "stack",
|
|
276
277
|
"children": [
|
|
277
278
|
{
|
|
278
|
-
"align": "center",
|
|
279
|
-
"direction": "horizontal",
|
|
280
279
|
"children": [
|
|
281
280
|
{
|
|
282
|
-
"
|
|
283
|
-
"
|
|
281
|
+
"name": "brain",
|
|
282
|
+
"type": "icon"
|
|
284
283
|
},
|
|
285
284
|
{
|
|
286
285
|
"type": "typography",
|
|
287
|
-
"
|
|
288
|
-
"
|
|
286
|
+
"variant": "h2",
|
|
287
|
+
"content": "ServiceLlm LLM"
|
|
289
288
|
}
|
|
290
289
|
],
|
|
290
|
+
"direction": "horizontal",
|
|
291
|
+
"type": "stack",
|
|
291
292
|
"gap": "md",
|
|
292
|
-
"
|
|
293
|
+
"align": "center"
|
|
293
294
|
},
|
|
294
295
|
{
|
|
295
296
|
"type": "divider"
|
|
@@ -299,36 +300,35 @@
|
|
|
299
300
|
"placeholder": "Enter text for LLM processing..."
|
|
300
301
|
},
|
|
301
302
|
{
|
|
302
|
-
"
|
|
303
|
+
"direction": "horizontal",
|
|
304
|
+
"justify": "center",
|
|
305
|
+
"gap": "sm",
|
|
303
306
|
"children": [
|
|
304
307
|
{
|
|
305
|
-
"label": "Generate",
|
|
306
|
-
"type": "button",
|
|
307
308
|
"action": "GENERATE",
|
|
308
309
|
"variant": "primary",
|
|
309
|
-
"
|
|
310
|
+
"type": "button",
|
|
311
|
+
"icon": "sparkles",
|
|
312
|
+
"label": "Generate"
|
|
310
313
|
},
|
|
311
314
|
{
|
|
315
|
+
"action": "CLASSIFY",
|
|
312
316
|
"icon": "tag",
|
|
313
317
|
"variant": "secondary",
|
|
314
|
-
"label": "Classify",
|
|
315
318
|
"type": "button",
|
|
316
|
-
"
|
|
319
|
+
"label": "Classify"
|
|
317
320
|
},
|
|
318
321
|
{
|
|
322
|
+
"type": "button",
|
|
319
323
|
"icon": "align-left",
|
|
320
|
-
"action": "SUMMARIZE",
|
|
321
324
|
"variant": "secondary",
|
|
322
|
-
"
|
|
325
|
+
"action": "SUMMARIZE",
|
|
323
326
|
"label": "Summarize"
|
|
324
327
|
}
|
|
325
328
|
],
|
|
326
|
-
"
|
|
327
|
-
"justify": "center",
|
|
328
|
-
"gap": "sm"
|
|
329
|
+
"type": "stack"
|
|
329
330
|
}
|
|
330
|
-
]
|
|
331
|
-
"type": "stack"
|
|
331
|
+
]
|
|
332
332
|
}
|
|
333
333
|
]
|
|
334
334
|
]
|
|
@@ -347,8 +347,8 @@
|
|
|
347
347
|
"render-ui",
|
|
348
348
|
"main",
|
|
349
349
|
{
|
|
350
|
-
"message": "Running servicellm LLM task...",
|
|
351
350
|
"type": "loading-state",
|
|
351
|
+
"message": "Running servicellm LLM task...",
|
|
352
352
|
"title": "Processing..."
|
|
353
353
|
}
|
|
354
354
|
],
|
|
@@ -376,8 +376,8 @@
|
|
|
376
376
|
"render-ui",
|
|
377
377
|
"main",
|
|
378
378
|
{
|
|
379
|
-
"type": "loading-state",
|
|
380
379
|
"message": "Running servicellm LLM task...",
|
|
380
|
+
"type": "loading-state",
|
|
381
381
|
"title": "Processing..."
|
|
382
382
|
}
|
|
383
383
|
],
|
|
@@ -386,12 +386,12 @@
|
|
|
386
386
|
"llm",
|
|
387
387
|
"classify",
|
|
388
388
|
{
|
|
389
|
+
"text": "@entity.inputText",
|
|
389
390
|
"categories": [
|
|
390
391
|
"positive",
|
|
391
392
|
"negative",
|
|
392
393
|
"neutral"
|
|
393
|
-
]
|
|
394
|
-
"text": "@entity.inputText"
|
|
394
|
+
]
|
|
395
395
|
}
|
|
396
396
|
]
|
|
397
397
|
]
|
|
@@ -411,8 +411,8 @@
|
|
|
411
411
|
"main",
|
|
412
412
|
{
|
|
413
413
|
"type": "loading-state",
|
|
414
|
-
"
|
|
415
|
-
"
|
|
414
|
+
"title": "Processing...",
|
|
415
|
+
"message": "Running servicellm LLM task..."
|
|
416
416
|
}
|
|
417
417
|
],
|
|
418
418
|
[
|
|
@@ -444,33 +444,33 @@
|
|
|
444
444
|
"render-ui",
|
|
445
445
|
"main",
|
|
446
446
|
{
|
|
447
|
+
"direction": "vertical",
|
|
448
|
+
"gap": "lg",
|
|
449
|
+
"align": "center",
|
|
450
|
+
"type": "stack",
|
|
447
451
|
"children": [
|
|
448
452
|
{
|
|
449
|
-
"
|
|
450
|
-
"
|
|
453
|
+
"name": "check-circle",
|
|
454
|
+
"type": "icon"
|
|
451
455
|
},
|
|
452
456
|
{
|
|
457
|
+
"message": "LLM task complete",
|
|
453
458
|
"type": "alert",
|
|
454
|
-
"variant": "success"
|
|
455
|
-
"message": "LLM task complete"
|
|
459
|
+
"variant": "success"
|
|
456
460
|
},
|
|
457
461
|
{
|
|
458
|
-
"
|
|
462
|
+
"variant": "body",
|
|
459
463
|
"type": "typography",
|
|
460
|
-
"
|
|
464
|
+
"content": "@entity.result"
|
|
461
465
|
},
|
|
462
466
|
{
|
|
463
467
|
"action": "RESET",
|
|
464
|
-
"variant": "ghost",
|
|
465
|
-
"type": "button",
|
|
466
468
|
"icon": "rotate-ccw",
|
|
469
|
+
"type": "button",
|
|
470
|
+
"variant": "ghost",
|
|
467
471
|
"label": "Start Over"
|
|
468
472
|
}
|
|
469
|
-
]
|
|
470
|
-
"align": "center",
|
|
471
|
-
"direction": "vertical",
|
|
472
|
-
"type": "stack",
|
|
473
|
-
"gap": "lg"
|
|
473
|
+
]
|
|
474
474
|
}
|
|
475
475
|
]
|
|
476
476
|
]
|
|
@@ -494,38 +494,38 @@
|
|
|
494
494
|
"render-ui",
|
|
495
495
|
"main",
|
|
496
496
|
{
|
|
497
|
-
"gap": "lg",
|
|
498
|
-
"align": "center",
|
|
499
497
|
"direction": "vertical",
|
|
500
498
|
"type": "stack",
|
|
499
|
+
"gap": "lg",
|
|
500
|
+
"align": "center",
|
|
501
501
|
"children": [
|
|
502
502
|
{
|
|
503
|
-
"onRetry": "RETRY",
|
|
504
|
-
"type": "error-state",
|
|
505
503
|
"title": "LLM Failed",
|
|
506
|
-
"message": "@entity.error"
|
|
504
|
+
"message": "@entity.error",
|
|
505
|
+
"type": "error-state",
|
|
506
|
+
"onRetry": "RETRY"
|
|
507
507
|
},
|
|
508
508
|
{
|
|
509
509
|
"gap": "sm",
|
|
510
|
-
"type": "stack",
|
|
511
|
-
"justify": "center",
|
|
512
|
-
"direction": "horizontal",
|
|
513
510
|
"children": [
|
|
514
511
|
{
|
|
512
|
+
"icon": "refresh-cw",
|
|
515
513
|
"label": "Retry",
|
|
516
|
-
"action": "RETRY",
|
|
517
|
-
"variant": "primary",
|
|
518
514
|
"type": "button",
|
|
519
|
-
"
|
|
515
|
+
"action": "RETRY",
|
|
516
|
+
"variant": "primary"
|
|
520
517
|
},
|
|
521
518
|
{
|
|
522
|
-
"variant": "ghost",
|
|
523
|
-
"icon": "rotate-ccw",
|
|
524
519
|
"type": "button",
|
|
525
520
|
"label": "Reset",
|
|
526
|
-
"
|
|
521
|
+
"variant": "ghost",
|
|
522
|
+
"action": "RESET",
|
|
523
|
+
"icon": "rotate-ccw"
|
|
527
524
|
}
|
|
528
|
-
]
|
|
525
|
+
],
|
|
526
|
+
"type": "stack",
|
|
527
|
+
"justify": "center",
|
|
528
|
+
"direction": "horizontal"
|
|
529
529
|
}
|
|
530
530
|
]
|
|
531
531
|
}
|
|
@@ -546,25 +546,26 @@
|
|
|
546
546
|
"render-ui",
|
|
547
547
|
"main",
|
|
548
548
|
{
|
|
549
|
-
"align": "stretch",
|
|
550
549
|
"direction": "vertical",
|
|
550
|
+
"align": "stretch",
|
|
551
|
+
"type": "stack",
|
|
551
552
|
"children": [
|
|
552
553
|
{
|
|
553
554
|
"type": "stack",
|
|
554
|
-
"gap": "md",
|
|
555
|
-
"align": "center",
|
|
556
555
|
"children": [
|
|
557
556
|
{
|
|
558
|
-
"
|
|
559
|
-
"
|
|
557
|
+
"name": "brain",
|
|
558
|
+
"type": "icon"
|
|
560
559
|
},
|
|
561
560
|
{
|
|
562
|
-
"type": "typography",
|
|
563
561
|
"variant": "h2",
|
|
562
|
+
"type": "typography",
|
|
564
563
|
"content": "ServiceLlm LLM"
|
|
565
564
|
}
|
|
566
565
|
],
|
|
567
|
-
"
|
|
566
|
+
"align": "center",
|
|
567
|
+
"direction": "horizontal",
|
|
568
|
+
"gap": "md"
|
|
568
569
|
},
|
|
569
570
|
{
|
|
570
571
|
"type": "divider"
|
|
@@ -574,37 +575,36 @@
|
|
|
574
575
|
"placeholder": "Enter text for LLM processing..."
|
|
575
576
|
},
|
|
576
577
|
{
|
|
578
|
+
"type": "stack",
|
|
577
579
|
"direction": "horizontal",
|
|
578
580
|
"justify": "center",
|
|
579
|
-
"gap": "sm",
|
|
580
|
-
"type": "stack",
|
|
581
581
|
"children": [
|
|
582
582
|
{
|
|
583
|
-
"icon": "sparkles",
|
|
584
|
-
"label": "Generate",
|
|
585
|
-
"type": "button",
|
|
586
583
|
"action": "GENERATE",
|
|
587
|
-
"
|
|
584
|
+
"type": "button",
|
|
585
|
+
"variant": "primary",
|
|
586
|
+
"icon": "sparkles",
|
|
587
|
+
"label": "Generate"
|
|
588
588
|
},
|
|
589
589
|
{
|
|
590
|
-
"action": "CLASSIFY",
|
|
591
590
|
"icon": "tag",
|
|
592
591
|
"type": "button",
|
|
593
|
-
"
|
|
594
|
-
"
|
|
592
|
+
"label": "Classify",
|
|
593
|
+
"action": "CLASSIFY",
|
|
594
|
+
"variant": "secondary"
|
|
595
595
|
},
|
|
596
596
|
{
|
|
597
|
-
"label": "Summarize",
|
|
598
597
|
"variant": "secondary",
|
|
599
598
|
"icon": "align-left",
|
|
599
|
+
"label": "Summarize",
|
|
600
600
|
"type": "button",
|
|
601
601
|
"action": "SUMMARIZE"
|
|
602
602
|
}
|
|
603
|
-
]
|
|
603
|
+
],
|
|
604
|
+
"gap": "sm"
|
|
604
605
|
}
|
|
605
606
|
],
|
|
606
|
-
"gap": "lg"
|
|
607
|
-
"type": "stack"
|
|
607
|
+
"gap": "lg"
|
|
608
608
|
}
|
|
609
609
|
]
|
|
610
610
|
]
|
|
@@ -623,24 +623,25 @@
|
|
|
623
623
|
"render-ui",
|
|
624
624
|
"main",
|
|
625
625
|
{
|
|
626
|
-
"type": "stack",
|
|
627
626
|
"align": "stretch",
|
|
627
|
+
"type": "stack",
|
|
628
628
|
"direction": "vertical",
|
|
629
|
+
"gap": "lg",
|
|
629
630
|
"children": [
|
|
630
631
|
{
|
|
631
632
|
"align": "center",
|
|
633
|
+
"direction": "horizontal",
|
|
632
634
|
"children": [
|
|
633
635
|
{
|
|
634
|
-
"
|
|
635
|
-
"
|
|
636
|
+
"type": "icon",
|
|
637
|
+
"name": "brain"
|
|
636
638
|
},
|
|
637
639
|
{
|
|
640
|
+
"content": "ServiceLlm LLM",
|
|
638
641
|
"variant": "h2",
|
|
639
|
-
"type": "typography"
|
|
640
|
-
"content": "ServiceLlm LLM"
|
|
642
|
+
"type": "typography"
|
|
641
643
|
}
|
|
642
644
|
],
|
|
643
|
-
"direction": "horizontal",
|
|
644
645
|
"gap": "md",
|
|
645
646
|
"type": "stack"
|
|
646
647
|
},
|
|
@@ -652,36 +653,35 @@
|
|
|
652
653
|
"type": "textarea"
|
|
653
654
|
},
|
|
654
655
|
{
|
|
655
|
-
"justify": "center",
|
|
656
|
-
"type": "stack",
|
|
657
656
|
"gap": "sm",
|
|
658
|
-
"direction": "horizontal",
|
|
659
657
|
"children": [
|
|
660
658
|
{
|
|
661
659
|
"type": "button",
|
|
662
|
-
"
|
|
663
|
-
"icon": "sparkles",
|
|
660
|
+
"label": "Generate",
|
|
664
661
|
"action": "GENERATE",
|
|
665
|
-
"
|
|
662
|
+
"icon": "sparkles",
|
|
663
|
+
"variant": "primary"
|
|
666
664
|
},
|
|
667
665
|
{
|
|
668
|
-
"
|
|
666
|
+
"type": "button",
|
|
667
|
+
"label": "Classify",
|
|
669
668
|
"action": "CLASSIFY",
|
|
670
669
|
"variant": "secondary",
|
|
671
|
-
"
|
|
672
|
-
"type": "button"
|
|
670
|
+
"icon": "tag"
|
|
673
671
|
},
|
|
674
672
|
{
|
|
673
|
+
"variant": "secondary",
|
|
674
|
+
"type": "button",
|
|
675
675
|
"icon": "align-left",
|
|
676
|
-
"label": "Summarize",
|
|
677
676
|
"action": "SUMMARIZE",
|
|
678
|
-
"
|
|
679
|
-
"type": "button"
|
|
677
|
+
"label": "Summarize"
|
|
680
678
|
}
|
|
681
|
-
]
|
|
679
|
+
],
|
|
680
|
+
"type": "stack",
|
|
681
|
+
"direction": "horizontal",
|
|
682
|
+
"justify": "center"
|
|
682
683
|
}
|
|
683
|
-
]
|
|
684
|
-
"gap": "lg"
|
|
684
|
+
]
|
|
685
685
|
}
|
|
686
686
|
]
|
|
687
687
|
]
|
|
@@ -700,12 +700,13 @@
|
|
|
700
700
|
"render-ui",
|
|
701
701
|
"main",
|
|
702
702
|
{
|
|
703
|
+
"direction": "vertical",
|
|
703
704
|
"align": "stretch",
|
|
704
705
|
"type": "stack",
|
|
705
|
-
"direction": "vertical",
|
|
706
706
|
"gap": "lg",
|
|
707
707
|
"children": [
|
|
708
708
|
{
|
|
709
|
+
"direction": "horizontal",
|
|
709
710
|
"align": "center",
|
|
710
711
|
"children": [
|
|
711
712
|
{
|
|
@@ -714,11 +715,10 @@
|
|
|
714
715
|
},
|
|
715
716
|
{
|
|
716
717
|
"content": "ServiceLlm LLM",
|
|
717
|
-
"
|
|
718
|
-
"
|
|
718
|
+
"variant": "h2",
|
|
719
|
+
"type": "typography"
|
|
719
720
|
}
|
|
720
721
|
],
|
|
721
|
-
"direction": "horizontal",
|
|
722
722
|
"gap": "md",
|
|
723
723
|
"type": "stack"
|
|
724
724
|
},
|
|
@@ -730,31 +730,31 @@
|
|
|
730
730
|
"type": "textarea"
|
|
731
731
|
},
|
|
732
732
|
{
|
|
733
|
-
"justify": "center",
|
|
734
|
-
"direction": "horizontal",
|
|
735
733
|
"gap": "sm",
|
|
734
|
+
"direction": "horizontal",
|
|
736
735
|
"type": "stack",
|
|
736
|
+
"justify": "center",
|
|
737
737
|
"children": [
|
|
738
738
|
{
|
|
739
|
-
"icon": "sparkles",
|
|
740
739
|
"label": "Generate",
|
|
741
740
|
"type": "button",
|
|
742
|
-
"
|
|
743
|
-
"
|
|
741
|
+
"variant": "primary",
|
|
742
|
+
"icon": "sparkles",
|
|
743
|
+
"action": "GENERATE"
|
|
744
744
|
},
|
|
745
745
|
{
|
|
746
|
-
"icon": "tag",
|
|
747
746
|
"type": "button",
|
|
748
|
-
"label": "Classify",
|
|
749
747
|
"action": "CLASSIFY",
|
|
748
|
+
"icon": "tag",
|
|
749
|
+
"label": "Classify",
|
|
750
750
|
"variant": "secondary"
|
|
751
751
|
},
|
|
752
752
|
{
|
|
753
|
-
"
|
|
753
|
+
"label": "Summarize",
|
|
754
|
+
"icon": "align-left",
|
|
754
755
|
"action": "SUMMARIZE",
|
|
755
756
|
"type": "button",
|
|
756
|
-
"
|
|
757
|
-
"icon": "align-left"
|
|
757
|
+
"variant": "secondary"
|
|
758
758
|
}
|
|
759
759
|
]
|
|
760
760
|
}
|