@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
|
@@ -318,27 +318,25 @@
|
|
|
318
318
|
"render-ui",
|
|
319
319
|
"main",
|
|
320
320
|
{
|
|
321
|
-
"gap": "lg",
|
|
322
|
-
"direction": "vertical",
|
|
323
|
-
"align": "stretch",
|
|
324
321
|
"type": "stack",
|
|
322
|
+
"align": "stretch",
|
|
325
323
|
"children": [
|
|
326
324
|
{
|
|
327
325
|
"gap": "md",
|
|
328
|
-
"align": "center",
|
|
329
|
-
"direction": "horizontal",
|
|
330
326
|
"type": "stack",
|
|
327
|
+
"direction": "horizontal",
|
|
331
328
|
"children": [
|
|
332
329
|
{
|
|
333
|
-
"
|
|
334
|
-
"
|
|
330
|
+
"type": "icon",
|
|
331
|
+
"name": "brain"
|
|
335
332
|
},
|
|
336
333
|
{
|
|
337
334
|
"type": "typography",
|
|
338
335
|
"content": "ServiceLlm LLM",
|
|
339
336
|
"variant": "h2"
|
|
340
337
|
}
|
|
341
|
-
]
|
|
338
|
+
],
|
|
339
|
+
"align": "center"
|
|
342
340
|
},
|
|
343
341
|
{
|
|
344
342
|
"type": "divider"
|
|
@@ -348,35 +346,37 @@
|
|
|
348
346
|
"placeholder": "Enter text for LLM processing..."
|
|
349
347
|
},
|
|
350
348
|
{
|
|
351
|
-
"justify": "center",
|
|
352
349
|
"type": "stack",
|
|
350
|
+
"gap": "sm",
|
|
351
|
+
"justify": "center",
|
|
353
352
|
"children": [
|
|
354
353
|
{
|
|
354
|
+
"icon": "sparkles",
|
|
355
355
|
"type": "button",
|
|
356
356
|
"action": "GENERATE",
|
|
357
357
|
"label": "Generate",
|
|
358
|
-
"variant": "primary"
|
|
359
|
-
"icon": "sparkles"
|
|
358
|
+
"variant": "primary"
|
|
360
359
|
},
|
|
361
360
|
{
|
|
361
|
+
"action": "CLASSIFY",
|
|
362
362
|
"label": "Classify",
|
|
363
|
+
"type": "button",
|
|
363
364
|
"variant": "secondary",
|
|
364
|
-
"icon": "tag"
|
|
365
|
-
"action": "CLASSIFY",
|
|
366
|
-
"type": "button"
|
|
365
|
+
"icon": "tag"
|
|
367
366
|
},
|
|
368
367
|
{
|
|
369
368
|
"type": "button",
|
|
370
|
-
"action": "SUMMARIZE",
|
|
371
369
|
"label": "Summarize",
|
|
372
|
-
"
|
|
373
|
-
"
|
|
370
|
+
"icon": "align-left",
|
|
371
|
+
"action": "SUMMARIZE",
|
|
372
|
+
"variant": "secondary"
|
|
374
373
|
}
|
|
375
374
|
],
|
|
376
|
-
"gap": "sm",
|
|
377
375
|
"direction": "horizontal"
|
|
378
376
|
}
|
|
379
|
-
]
|
|
377
|
+
],
|
|
378
|
+
"gap": "lg",
|
|
379
|
+
"direction": "vertical"
|
|
380
380
|
}
|
|
381
381
|
]
|
|
382
382
|
]
|
|
@@ -395,9 +395,9 @@
|
|
|
395
395
|
"render-ui",
|
|
396
396
|
"main",
|
|
397
397
|
{
|
|
398
|
-
"
|
|
398
|
+
"type": "loading-state",
|
|
399
399
|
"title": "Processing...",
|
|
400
|
-
"
|
|
400
|
+
"message": "Running servicellm LLM task..."
|
|
401
401
|
}
|
|
402
402
|
],
|
|
403
403
|
[
|
|
@@ -430,9 +430,9 @@
|
|
|
430
430
|
"render-ui",
|
|
431
431
|
"main",
|
|
432
432
|
{
|
|
433
|
-
"message": "Running servicellm LLM task...",
|
|
434
433
|
"title": "Processing...",
|
|
435
|
-
"type": "loading-state"
|
|
434
|
+
"type": "loading-state",
|
|
435
|
+
"message": "Running servicellm LLM task..."
|
|
436
436
|
}
|
|
437
437
|
],
|
|
438
438
|
[
|
|
@@ -440,17 +440,17 @@
|
|
|
440
440
|
"llm",
|
|
441
441
|
"classify",
|
|
442
442
|
{
|
|
443
|
+
"text": "@entity.inputText",
|
|
443
444
|
"categories": [
|
|
444
445
|
"positive",
|
|
445
446
|
"negative",
|
|
446
447
|
"neutral"
|
|
447
|
-
]
|
|
448
|
-
"text": "@entity.inputText"
|
|
448
|
+
]
|
|
449
449
|
},
|
|
450
450
|
{
|
|
451
451
|
"emit": {
|
|
452
|
-
"
|
|
453
|
-
"
|
|
452
|
+
"failure": "ServiceLlmLlmFailed",
|
|
453
|
+
"success": "ServiceLlmLlmCompleted"
|
|
454
454
|
}
|
|
455
455
|
}
|
|
456
456
|
]
|
|
@@ -471,8 +471,8 @@
|
|
|
471
471
|
"main",
|
|
472
472
|
{
|
|
473
473
|
"title": "Processing...",
|
|
474
|
-
"
|
|
475
|
-
"
|
|
474
|
+
"message": "Running servicellm LLM task...",
|
|
475
|
+
"type": "loading-state"
|
|
476
476
|
}
|
|
477
477
|
],
|
|
478
478
|
[
|
|
@@ -484,8 +484,8 @@
|
|
|
484
484
|
},
|
|
485
485
|
{
|
|
486
486
|
"emit": {
|
|
487
|
-
"
|
|
488
|
-
"
|
|
487
|
+
"success": "ServiceLlmLlmCompleted",
|
|
488
|
+
"failure": "ServiceLlmLlmFailed"
|
|
489
489
|
}
|
|
490
490
|
}
|
|
491
491
|
]
|
|
@@ -510,12 +510,11 @@
|
|
|
510
510
|
"render-ui",
|
|
511
511
|
"main",
|
|
512
512
|
{
|
|
513
|
-
"direction": "vertical",
|
|
514
513
|
"align": "center",
|
|
515
514
|
"children": [
|
|
516
515
|
{
|
|
517
|
-
"
|
|
518
|
-
"
|
|
516
|
+
"type": "icon",
|
|
517
|
+
"name": "check-circle"
|
|
519
518
|
},
|
|
520
519
|
{
|
|
521
520
|
"type": "alert",
|
|
@@ -523,18 +522,19 @@
|
|
|
523
522
|
"variant": "success"
|
|
524
523
|
},
|
|
525
524
|
{
|
|
526
|
-
"
|
|
525
|
+
"content": "@entity.result",
|
|
527
526
|
"variant": "body",
|
|
528
|
-
"
|
|
527
|
+
"type": "typography"
|
|
529
528
|
},
|
|
530
529
|
{
|
|
531
|
-
"label": "Start Over",
|
|
532
|
-
"type": "button",
|
|
533
530
|
"action": "RESET",
|
|
531
|
+
"variant": "ghost",
|
|
534
532
|
"icon": "rotate-ccw",
|
|
535
|
-
"
|
|
533
|
+
"label": "Start Over",
|
|
534
|
+
"type": "button"
|
|
536
535
|
}
|
|
537
536
|
],
|
|
537
|
+
"direction": "vertical",
|
|
538
538
|
"gap": "lg",
|
|
539
539
|
"type": "stack"
|
|
540
540
|
}
|
|
@@ -560,38 +560,38 @@
|
|
|
560
560
|
"render-ui",
|
|
561
561
|
"main",
|
|
562
562
|
{
|
|
563
|
-
"type": "stack",
|
|
564
|
-
"direction": "vertical",
|
|
565
563
|
"children": [
|
|
566
564
|
{
|
|
567
|
-
"type": "error-state",
|
|
568
565
|
"title": "LLM Failed",
|
|
566
|
+
"type": "error-state",
|
|
569
567
|
"message": "@entity.error",
|
|
570
568
|
"onRetry": "RETRY"
|
|
571
569
|
},
|
|
572
570
|
{
|
|
573
571
|
"direction": "horizontal",
|
|
574
572
|
"justify": "center",
|
|
575
|
-
"gap": "sm",
|
|
576
573
|
"type": "stack",
|
|
574
|
+
"gap": "sm",
|
|
577
575
|
"children": [
|
|
578
576
|
{
|
|
579
577
|
"type": "button",
|
|
580
|
-
"action": "RETRY",
|
|
581
578
|
"label": "Retry",
|
|
579
|
+
"icon": "refresh-cw",
|
|
582
580
|
"variant": "primary",
|
|
583
|
-
"
|
|
581
|
+
"action": "RETRY"
|
|
584
582
|
},
|
|
585
583
|
{
|
|
586
|
-
"action": "RESET",
|
|
587
584
|
"type": "button",
|
|
588
|
-
"
|
|
585
|
+
"label": "Reset",
|
|
586
|
+
"action": "RESET",
|
|
589
587
|
"variant": "ghost",
|
|
590
|
-
"
|
|
588
|
+
"icon": "rotate-ccw"
|
|
591
589
|
}
|
|
592
590
|
]
|
|
593
591
|
}
|
|
594
592
|
],
|
|
593
|
+
"type": "stack",
|
|
594
|
+
"direction": "vertical",
|
|
595
595
|
"gap": "lg",
|
|
596
596
|
"align": "center"
|
|
597
597
|
}
|
|
@@ -613,14 +613,11 @@
|
|
|
613
613
|
"main",
|
|
614
614
|
{
|
|
615
615
|
"gap": "lg",
|
|
616
|
-
"direction": "vertical",
|
|
617
|
-
"align": "stretch",
|
|
618
|
-
"type": "stack",
|
|
619
616
|
"children": [
|
|
620
617
|
{
|
|
621
|
-
"type": "stack",
|
|
622
|
-
"direction": "horizontal",
|
|
623
618
|
"gap": "md",
|
|
619
|
+
"direction": "horizontal",
|
|
620
|
+
"type": "stack",
|
|
624
621
|
"align": "center",
|
|
625
622
|
"children": [
|
|
626
623
|
{
|
|
@@ -628,9 +625,9 @@
|
|
|
628
625
|
"type": "icon"
|
|
629
626
|
},
|
|
630
627
|
{
|
|
631
|
-
"
|
|
628
|
+
"type": "typography",
|
|
632
629
|
"variant": "h2",
|
|
633
|
-
"
|
|
630
|
+
"content": "ServiceLlm LLM"
|
|
634
631
|
}
|
|
635
632
|
]
|
|
636
633
|
},
|
|
@@ -643,34 +640,37 @@
|
|
|
643
640
|
},
|
|
644
641
|
{
|
|
645
642
|
"type": "stack",
|
|
646
|
-
"gap": "sm",
|
|
647
|
-
"justify": "center",
|
|
648
|
-
"direction": "horizontal",
|
|
649
643
|
"children": [
|
|
650
644
|
{
|
|
651
|
-
"variant": "primary",
|
|
652
645
|
"icon": "sparkles",
|
|
653
|
-
"
|
|
646
|
+
"variant": "primary",
|
|
654
647
|
"type": "button",
|
|
648
|
+
"label": "Generate",
|
|
655
649
|
"action": "GENERATE"
|
|
656
650
|
},
|
|
657
651
|
{
|
|
658
|
-
"label": "Classify",
|
|
659
|
-
"action": "CLASSIFY",
|
|
660
652
|
"type": "button",
|
|
653
|
+
"action": "CLASSIFY",
|
|
661
654
|
"variant": "secondary",
|
|
662
|
-
"icon": "tag"
|
|
655
|
+
"icon": "tag",
|
|
656
|
+
"label": "Classify"
|
|
663
657
|
},
|
|
664
658
|
{
|
|
659
|
+
"action": "SUMMARIZE",
|
|
665
660
|
"type": "button",
|
|
666
|
-
"icon": "align-left",
|
|
667
|
-
"label": "Summarize",
|
|
668
661
|
"variant": "secondary",
|
|
669
|
-
"
|
|
662
|
+
"icon": "align-left",
|
|
663
|
+
"label": "Summarize"
|
|
670
664
|
}
|
|
671
|
-
]
|
|
665
|
+
],
|
|
666
|
+
"justify": "center",
|
|
667
|
+
"gap": "sm",
|
|
668
|
+
"direction": "horizontal"
|
|
672
669
|
}
|
|
673
|
-
]
|
|
670
|
+
],
|
|
671
|
+
"type": "stack",
|
|
672
|
+
"direction": "vertical",
|
|
673
|
+
"align": "stretch"
|
|
674
674
|
}
|
|
675
675
|
]
|
|
676
676
|
]
|
|
@@ -689,23 +689,26 @@
|
|
|
689
689
|
"render-ui",
|
|
690
690
|
"main",
|
|
691
691
|
{
|
|
692
|
+
"type": "stack",
|
|
693
|
+
"gap": "lg",
|
|
694
|
+
"align": "stretch",
|
|
692
695
|
"children": [
|
|
693
696
|
{
|
|
694
697
|
"direction": "horizontal",
|
|
698
|
+
"type": "stack",
|
|
695
699
|
"align": "center",
|
|
700
|
+
"gap": "md",
|
|
696
701
|
"children": [
|
|
697
702
|
{
|
|
698
|
-
"
|
|
699
|
-
"
|
|
703
|
+
"type": "icon",
|
|
704
|
+
"name": "brain"
|
|
700
705
|
},
|
|
701
706
|
{
|
|
702
707
|
"content": "ServiceLlm LLM",
|
|
703
|
-
"
|
|
704
|
-
"
|
|
708
|
+
"variant": "h2",
|
|
709
|
+
"type": "typography"
|
|
705
710
|
}
|
|
706
|
-
]
|
|
707
|
-
"gap": "md",
|
|
708
|
-
"type": "stack"
|
|
711
|
+
]
|
|
709
712
|
},
|
|
710
713
|
{
|
|
711
714
|
"type": "divider"
|
|
@@ -715,39 +718,36 @@
|
|
|
715
718
|
"placeholder": "Enter text for LLM processing..."
|
|
716
719
|
},
|
|
717
720
|
{
|
|
721
|
+
"justify": "center",
|
|
722
|
+
"gap": "sm",
|
|
718
723
|
"type": "stack",
|
|
724
|
+
"direction": "horizontal",
|
|
719
725
|
"children": [
|
|
720
726
|
{
|
|
727
|
+
"icon": "sparkles",
|
|
721
728
|
"label": "Generate",
|
|
722
729
|
"action": "GENERATE",
|
|
723
|
-
"
|
|
724
|
-
"variant": "primary"
|
|
725
|
-
"type": "button"
|
|
730
|
+
"type": "button",
|
|
731
|
+
"variant": "primary"
|
|
726
732
|
},
|
|
727
733
|
{
|
|
728
|
-
"type": "button",
|
|
729
734
|
"variant": "secondary",
|
|
730
|
-
"
|
|
735
|
+
"type": "button",
|
|
731
736
|
"action": "CLASSIFY",
|
|
737
|
+
"label": "Classify",
|
|
732
738
|
"icon": "tag"
|
|
733
739
|
},
|
|
734
740
|
{
|
|
735
|
-
"type": "button",
|
|
736
|
-
"variant": "secondary",
|
|
737
|
-
"label": "Summarize",
|
|
738
741
|
"action": "SUMMARIZE",
|
|
742
|
+
"label": "Summarize",
|
|
743
|
+
"variant": "secondary",
|
|
744
|
+
"type": "button",
|
|
739
745
|
"icon": "align-left"
|
|
740
746
|
}
|
|
741
|
-
]
|
|
742
|
-
"justify": "center",
|
|
743
|
-
"gap": "sm",
|
|
744
|
-
"direction": "horizontal"
|
|
747
|
+
]
|
|
745
748
|
}
|
|
746
749
|
],
|
|
747
|
-
"
|
|
748
|
-
"direction": "vertical",
|
|
749
|
-
"type": "stack",
|
|
750
|
-
"align": "stretch"
|
|
750
|
+
"direction": "vertical"
|
|
751
751
|
}
|
|
752
752
|
]
|
|
753
753
|
]
|
|
@@ -766,65 +766,65 @@
|
|
|
766
766
|
"render-ui",
|
|
767
767
|
"main",
|
|
768
768
|
{
|
|
769
|
-
"type": "stack",
|
|
770
|
-
"align": "stretch",
|
|
771
769
|
"children": [
|
|
772
770
|
{
|
|
773
771
|
"children": [
|
|
774
772
|
{
|
|
775
|
-
"
|
|
776
|
-
"
|
|
773
|
+
"name": "brain",
|
|
774
|
+
"type": "icon"
|
|
777
775
|
},
|
|
778
776
|
{
|
|
777
|
+
"variant": "h2",
|
|
779
778
|
"type": "typography",
|
|
780
|
-
"content": "ServiceLlm LLM"
|
|
781
|
-
"variant": "h2"
|
|
779
|
+
"content": "ServiceLlm LLM"
|
|
782
780
|
}
|
|
783
781
|
],
|
|
784
|
-
"
|
|
785
|
-
"align": "center",
|
|
782
|
+
"direction": "horizontal",
|
|
786
783
|
"gap": "md",
|
|
787
|
-
"
|
|
784
|
+
"align": "center",
|
|
785
|
+
"type": "stack"
|
|
788
786
|
},
|
|
789
787
|
{
|
|
790
788
|
"type": "divider"
|
|
791
789
|
},
|
|
792
790
|
{
|
|
793
|
-
"
|
|
794
|
-
"
|
|
791
|
+
"type": "textarea",
|
|
792
|
+
"placeholder": "Enter text for LLM processing..."
|
|
795
793
|
},
|
|
796
794
|
{
|
|
797
|
-
"direction": "horizontal",
|
|
798
|
-
"gap": "sm",
|
|
799
795
|
"type": "stack",
|
|
800
796
|
"children": [
|
|
801
797
|
{
|
|
802
|
-
"variant": "primary",
|
|
803
|
-
"action": "GENERATE",
|
|
804
|
-
"type": "button",
|
|
805
798
|
"icon": "sparkles",
|
|
806
|
-
"
|
|
799
|
+
"type": "button",
|
|
800
|
+
"label": "Generate",
|
|
801
|
+
"action": "GENERATE",
|
|
802
|
+
"variant": "primary"
|
|
807
803
|
},
|
|
808
804
|
{
|
|
805
|
+
"variant": "secondary",
|
|
809
806
|
"label": "Classify",
|
|
807
|
+
"icon": "tag",
|
|
810
808
|
"action": "CLASSIFY",
|
|
811
|
-
"
|
|
812
|
-
"type": "button",
|
|
813
|
-
"icon": "tag"
|
|
809
|
+
"type": "button"
|
|
814
810
|
},
|
|
815
811
|
{
|
|
816
|
-
"type": "button",
|
|
817
|
-
"label": "Summarize",
|
|
818
812
|
"action": "SUMMARIZE",
|
|
819
|
-
"
|
|
820
|
-
"icon": "align-left"
|
|
813
|
+
"label": "Summarize",
|
|
814
|
+
"icon": "align-left",
|
|
815
|
+
"type": "button",
|
|
816
|
+
"variant": "secondary"
|
|
821
817
|
}
|
|
822
818
|
],
|
|
823
|
-
"
|
|
819
|
+
"gap": "sm",
|
|
820
|
+
"justify": "center",
|
|
821
|
+
"direction": "horizontal"
|
|
824
822
|
}
|
|
825
823
|
],
|
|
826
|
-
"
|
|
827
|
-
"
|
|
824
|
+
"type": "stack",
|
|
825
|
+
"align": "stretch",
|
|
826
|
+
"gap": "lg",
|
|
827
|
+
"direction": "vertical"
|
|
828
828
|
}
|
|
829
829
|
]
|
|
830
830
|
]
|