@almadar/std 8.2.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 +74 -74
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/dist/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/dist/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/dist/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/dist/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/dist/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/dist/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/dist/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/dist/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/dist/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/dist/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/package.json +1 -1
|
@@ -318,27 +318,25 @@
|
|
|
318
318
|
"render-ui",
|
|
319
319
|
"main",
|
|
320
320
|
{
|
|
321
|
-
"direction": "vertical",
|
|
322
|
-
"gap": "lg",
|
|
323
321
|
"type": "stack",
|
|
324
322
|
"align": "stretch",
|
|
325
323
|
"children": [
|
|
326
324
|
{
|
|
327
|
-
"direction": "horizontal",
|
|
328
325
|
"gap": "md",
|
|
329
326
|
"type": "stack",
|
|
330
|
-
"
|
|
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
|
-
"
|
|
349
|
+
"type": "stack",
|
|
350
|
+
"gap": "sm",
|
|
351
|
+
"justify": "center",
|
|
352
352
|
"children": [
|
|
353
353
|
{
|
|
354
|
-
"
|
|
354
|
+
"icon": "sparkles",
|
|
355
|
+
"type": "button",
|
|
355
356
|
"action": "GENERATE",
|
|
356
357
|
"label": "Generate",
|
|
357
|
-
"
|
|
358
|
-
"icon": "sparkles"
|
|
358
|
+
"variant": "primary"
|
|
359
359
|
},
|
|
360
360
|
{
|
|
361
|
-
"variant": "secondary",
|
|
362
|
-
"type": "button",
|
|
363
361
|
"action": "CLASSIFY",
|
|
364
362
|
"label": "Classify",
|
|
363
|
+
"type": "button",
|
|
364
|
+
"variant": "secondary",
|
|
365
365
|
"icon": "tag"
|
|
366
366
|
},
|
|
367
367
|
{
|
|
368
|
+
"type": "button",
|
|
368
369
|
"label": "Summarize",
|
|
369
|
-
"variant": "secondary",
|
|
370
370
|
"icon": "align-left",
|
|
371
|
-
"
|
|
372
|
-
"
|
|
371
|
+
"action": "SUMMARIZE",
|
|
372
|
+
"variant": "secondary"
|
|
373
373
|
}
|
|
374
374
|
],
|
|
375
|
-
"
|
|
376
|
-
"gap": "sm",
|
|
377
|
-
"justify": "center"
|
|
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
|
+
"type": "loading-state",
|
|
398
399
|
"title": "Processing...",
|
|
399
|
-
"message": "Running servicellm LLM task..."
|
|
400
|
-
"type": "loading-state"
|
|
400
|
+
"message": "Running servicellm LLM task..."
|
|
401
401
|
}
|
|
402
402
|
],
|
|
403
403
|
[
|
|
@@ -409,8 +409,8 @@
|
|
|
409
409
|
},
|
|
410
410
|
{
|
|
411
411
|
"emit": {
|
|
412
|
-
"
|
|
413
|
-
"
|
|
412
|
+
"failure": "ServiceLlmLlmFailed",
|
|
413
|
+
"success": "ServiceLlmLlmCompleted"
|
|
414
414
|
}
|
|
415
415
|
}
|
|
416
416
|
]
|
|
@@ -430,9 +430,9 @@
|
|
|
430
430
|
"render-ui",
|
|
431
431
|
"main",
|
|
432
432
|
{
|
|
433
|
-
"
|
|
433
|
+
"title": "Processing...",
|
|
434
434
|
"type": "loading-state",
|
|
435
|
-
"
|
|
435
|
+
"message": "Running servicellm LLM task..."
|
|
436
436
|
}
|
|
437
437
|
],
|
|
438
438
|
[
|
|
@@ -449,8 +449,8 @@
|
|
|
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,7 +510,6 @@
|
|
|
510
510
|
"render-ui",
|
|
511
511
|
"main",
|
|
512
512
|
{
|
|
513
|
-
"gap": "lg",
|
|
514
513
|
"align": "center",
|
|
515
514
|
"children": [
|
|
516
515
|
{
|
|
@@ -518,9 +517,9 @@
|
|
|
518
517
|
"name": "check-circle"
|
|
519
518
|
},
|
|
520
519
|
{
|
|
521
|
-
"variant": "success",
|
|
522
520
|
"type": "alert",
|
|
523
|
-
"message": "LLM task complete"
|
|
521
|
+
"message": "LLM task complete",
|
|
522
|
+
"variant": "success"
|
|
524
523
|
},
|
|
525
524
|
{
|
|
526
525
|
"content": "@entity.result",
|
|
@@ -528,15 +527,16 @@
|
|
|
528
527
|
"type": "typography"
|
|
529
528
|
},
|
|
530
529
|
{
|
|
531
|
-
"icon": "rotate-ccw",
|
|
532
530
|
"action": "RESET",
|
|
533
|
-
"type": "button",
|
|
534
531
|
"variant": "ghost",
|
|
535
|
-
"
|
|
532
|
+
"icon": "rotate-ccw",
|
|
533
|
+
"label": "Start Over",
|
|
534
|
+
"type": "button"
|
|
536
535
|
}
|
|
537
536
|
],
|
|
538
|
-
"
|
|
539
|
-
"
|
|
537
|
+
"direction": "vertical",
|
|
538
|
+
"gap": "lg",
|
|
539
|
+
"type": "stack"
|
|
540
540
|
}
|
|
541
541
|
]
|
|
542
542
|
]
|
|
@@ -560,40 +560,40 @@
|
|
|
560
560
|
"render-ui",
|
|
561
561
|
"main",
|
|
562
562
|
{
|
|
563
|
-
"align": "center",
|
|
564
|
-
"gap": "lg",
|
|
565
|
-
"direction": "vertical",
|
|
566
|
-
"type": "stack",
|
|
567
563
|
"children": [
|
|
568
564
|
{
|
|
565
|
+
"title": "LLM Failed",
|
|
569
566
|
"type": "error-state",
|
|
570
567
|
"message": "@entity.error",
|
|
571
|
-
"title": "LLM Failed",
|
|
572
568
|
"onRetry": "RETRY"
|
|
573
569
|
},
|
|
574
570
|
{
|
|
571
|
+
"direction": "horizontal",
|
|
575
572
|
"justify": "center",
|
|
576
573
|
"type": "stack",
|
|
577
574
|
"gap": "sm",
|
|
578
|
-
"direction": "horizontal",
|
|
579
575
|
"children": [
|
|
580
576
|
{
|
|
581
|
-
"
|
|
577
|
+
"type": "button",
|
|
582
578
|
"label": "Retry",
|
|
583
|
-
"variant": "primary",
|
|
584
579
|
"icon": "refresh-cw",
|
|
585
|
-
"
|
|
580
|
+
"variant": "primary",
|
|
581
|
+
"action": "RETRY"
|
|
586
582
|
},
|
|
587
583
|
{
|
|
588
|
-
"
|
|
589
|
-
"icon": "rotate-ccw",
|
|
584
|
+
"type": "button",
|
|
590
585
|
"label": "Reset",
|
|
591
586
|
"action": "RESET",
|
|
592
|
-
"
|
|
587
|
+
"variant": "ghost",
|
|
588
|
+
"icon": "rotate-ccw"
|
|
593
589
|
}
|
|
594
590
|
]
|
|
595
591
|
}
|
|
596
|
-
]
|
|
592
|
+
],
|
|
593
|
+
"type": "stack",
|
|
594
|
+
"direction": "vertical",
|
|
595
|
+
"gap": "lg",
|
|
596
|
+
"align": "center"
|
|
597
597
|
}
|
|
598
598
|
]
|
|
599
599
|
]
|
|
@@ -612,64 +612,64 @@
|
|
|
612
612
|
"render-ui",
|
|
613
613
|
"main",
|
|
614
614
|
{
|
|
615
|
-
"direction": "vertical",
|
|
616
615
|
"gap": "lg",
|
|
617
|
-
"type": "stack",
|
|
618
616
|
"children": [
|
|
619
617
|
{
|
|
620
|
-
"type": "stack",
|
|
621
618
|
"gap": "md",
|
|
619
|
+
"direction": "horizontal",
|
|
620
|
+
"type": "stack",
|
|
622
621
|
"align": "center",
|
|
623
622
|
"children": [
|
|
624
623
|
{
|
|
625
|
-
"
|
|
626
|
-
"
|
|
624
|
+
"name": "brain",
|
|
625
|
+
"type": "icon"
|
|
627
626
|
},
|
|
628
627
|
{
|
|
629
628
|
"type": "typography",
|
|
630
629
|
"variant": "h2",
|
|
631
630
|
"content": "ServiceLlm LLM"
|
|
632
631
|
}
|
|
633
|
-
]
|
|
634
|
-
"direction": "horizontal"
|
|
632
|
+
]
|
|
635
633
|
},
|
|
636
634
|
{
|
|
637
635
|
"type": "divider"
|
|
638
636
|
},
|
|
639
637
|
{
|
|
640
|
-
"
|
|
641
|
-
"
|
|
638
|
+
"type": "textarea",
|
|
639
|
+
"placeholder": "Enter text for LLM processing..."
|
|
642
640
|
},
|
|
643
641
|
{
|
|
644
|
-
"direction": "horizontal",
|
|
645
642
|
"type": "stack",
|
|
646
|
-
"gap": "sm",
|
|
647
|
-
"justify": "center",
|
|
648
643
|
"children": [
|
|
649
644
|
{
|
|
650
|
-
"
|
|
651
|
-
"type": "button",
|
|
652
|
-
"action": "GENERATE",
|
|
645
|
+
"icon": "sparkles",
|
|
653
646
|
"variant": "primary",
|
|
654
|
-
"
|
|
647
|
+
"type": "button",
|
|
648
|
+
"label": "Generate",
|
|
649
|
+
"action": "GENERATE"
|
|
655
650
|
},
|
|
656
651
|
{
|
|
657
|
-
"label": "Classify",
|
|
658
|
-
"action": "CLASSIFY",
|
|
659
652
|
"type": "button",
|
|
653
|
+
"action": "CLASSIFY",
|
|
660
654
|
"variant": "secondary",
|
|
661
|
-
"icon": "tag"
|
|
655
|
+
"icon": "tag",
|
|
656
|
+
"label": "Classify"
|
|
662
657
|
},
|
|
663
658
|
{
|
|
664
|
-
"type": "button",
|
|
665
659
|
"action": "SUMMARIZE",
|
|
660
|
+
"type": "button",
|
|
666
661
|
"variant": "secondary",
|
|
667
662
|
"icon": "align-left",
|
|
668
663
|
"label": "Summarize"
|
|
669
664
|
}
|
|
670
|
-
]
|
|
665
|
+
],
|
|
666
|
+
"justify": "center",
|
|
667
|
+
"gap": "sm",
|
|
668
|
+
"direction": "horizontal"
|
|
671
669
|
}
|
|
672
670
|
],
|
|
671
|
+
"type": "stack",
|
|
672
|
+
"direction": "vertical",
|
|
673
673
|
"align": "stretch"
|
|
674
674
|
}
|
|
675
675
|
]
|
|
@@ -689,14 +689,15 @@
|
|
|
689
689
|
"render-ui",
|
|
690
690
|
"main",
|
|
691
691
|
{
|
|
692
|
+
"type": "stack",
|
|
692
693
|
"gap": "lg",
|
|
693
694
|
"align": "stretch",
|
|
694
695
|
"children": [
|
|
695
696
|
{
|
|
696
697
|
"direction": "horizontal",
|
|
697
698
|
"type": "stack",
|
|
698
|
-
"gap": "md",
|
|
699
699
|
"align": "center",
|
|
700
|
+
"gap": "md",
|
|
700
701
|
"children": [
|
|
701
702
|
{
|
|
702
703
|
"type": "icon",
|
|
@@ -717,36 +718,35 @@
|
|
|
717
718
|
"placeholder": "Enter text for LLM processing..."
|
|
718
719
|
},
|
|
719
720
|
{
|
|
721
|
+
"justify": "center",
|
|
722
|
+
"gap": "sm",
|
|
723
|
+
"type": "stack",
|
|
724
|
+
"direction": "horizontal",
|
|
720
725
|
"children": [
|
|
721
726
|
{
|
|
722
|
-
"
|
|
723
|
-
"type": "button",
|
|
727
|
+
"icon": "sparkles",
|
|
724
728
|
"label": "Generate",
|
|
725
729
|
"action": "GENERATE",
|
|
726
|
-
"
|
|
730
|
+
"type": "button",
|
|
731
|
+
"variant": "primary"
|
|
727
732
|
},
|
|
728
733
|
{
|
|
729
|
-
"
|
|
730
|
-
"icon": "tag",
|
|
734
|
+
"variant": "secondary",
|
|
731
735
|
"type": "button",
|
|
736
|
+
"action": "CLASSIFY",
|
|
732
737
|
"label": "Classify",
|
|
733
|
-
"
|
|
738
|
+
"icon": "tag"
|
|
734
739
|
},
|
|
735
740
|
{
|
|
741
|
+
"action": "SUMMARIZE",
|
|
736
742
|
"label": "Summarize",
|
|
737
|
-
"icon": "align-left",
|
|
738
|
-
"type": "button",
|
|
739
743
|
"variant": "secondary",
|
|
740
|
-
"
|
|
744
|
+
"type": "button",
|
|
745
|
+
"icon": "align-left"
|
|
741
746
|
}
|
|
742
|
-
]
|
|
743
|
-
"type": "stack",
|
|
744
|
-
"direction": "horizontal",
|
|
745
|
-
"justify": "center",
|
|
746
|
-
"gap": "sm"
|
|
747
|
+
]
|
|
747
748
|
}
|
|
748
749
|
],
|
|
749
|
-
"type": "stack",
|
|
750
750
|
"direction": "vertical"
|
|
751
751
|
}
|
|
752
752
|
]
|
|
@@ -766,11 +766,8 @@
|
|
|
766
766
|
"render-ui",
|
|
767
767
|
"main",
|
|
768
768
|
{
|
|
769
|
-
"gap": "lg",
|
|
770
|
-
"direction": "vertical",
|
|
771
769
|
"children": [
|
|
772
770
|
{
|
|
773
|
-
"align": "center",
|
|
774
771
|
"children": [
|
|
775
772
|
{
|
|
776
773
|
"name": "brain",
|
|
@@ -782,9 +779,10 @@
|
|
|
782
779
|
"content": "ServiceLlm LLM"
|
|
783
780
|
}
|
|
784
781
|
],
|
|
782
|
+
"direction": "horizontal",
|
|
785
783
|
"gap": "md",
|
|
786
|
-
"
|
|
787
|
-
"
|
|
784
|
+
"align": "center",
|
|
785
|
+
"type": "stack"
|
|
788
786
|
},
|
|
789
787
|
{
|
|
790
788
|
"type": "divider"
|
|
@@ -794,37 +792,39 @@
|
|
|
794
792
|
"placeholder": "Enter text for LLM processing..."
|
|
795
793
|
},
|
|
796
794
|
{
|
|
795
|
+
"type": "stack",
|
|
797
796
|
"children": [
|
|
798
797
|
{
|
|
799
|
-
"action": "GENERATE",
|
|
800
798
|
"icon": "sparkles",
|
|
801
799
|
"type": "button",
|
|
802
|
-
"
|
|
803
|
-
"
|
|
800
|
+
"label": "Generate",
|
|
801
|
+
"action": "GENERATE",
|
|
802
|
+
"variant": "primary"
|
|
804
803
|
},
|
|
805
804
|
{
|
|
806
|
-
"
|
|
805
|
+
"variant": "secondary",
|
|
807
806
|
"label": "Classify",
|
|
808
|
-
"action": "CLASSIFY",
|
|
809
807
|
"icon": "tag",
|
|
810
|
-
"
|
|
808
|
+
"action": "CLASSIFY",
|
|
809
|
+
"type": "button"
|
|
811
810
|
},
|
|
812
811
|
{
|
|
813
812
|
"action": "SUMMARIZE",
|
|
813
|
+
"label": "Summarize",
|
|
814
814
|
"icon": "align-left",
|
|
815
815
|
"type": "button",
|
|
816
|
-
"label": "Summarize",
|
|
817
816
|
"variant": "secondary"
|
|
818
817
|
}
|
|
819
818
|
],
|
|
820
|
-
"type": "stack",
|
|
821
819
|
"gap": "sm",
|
|
822
820
|
"justify": "center",
|
|
823
821
|
"direction": "horizontal"
|
|
824
822
|
}
|
|
825
823
|
],
|
|
826
824
|
"type": "stack",
|
|
827
|
-
"align": "stretch"
|
|
825
|
+
"align": "stretch",
|
|
826
|
+
"gap": "lg",
|
|
827
|
+
"direction": "vertical"
|
|
828
828
|
}
|
|
829
829
|
]
|
|
830
830
|
]
|
|
@@ -847,4 +847,4 @@
|
|
|
847
847
|
]
|
|
848
848
|
}
|
|
849
849
|
]
|
|
850
|
-
}
|
|
850
|
+
}
|