@almadar/std 8.4.2 → 9.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 +97 -97
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
- package/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
- package/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1240 -1226
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3031 -3051
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2132 -2140
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1049 -1035
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
- package/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
- package/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
- package/behaviors/registry/app/organisms/std-cms.orb +587 -587
- package/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
- package/behaviors/registry/app/organisms/std-crm.orb +966 -966
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
- package/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
- package/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
- package/behaviors/registry/app/organisms/std-lms.orb +876 -876
- package/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
- package/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
- package/behaviors/registry/core/atoms/std-browse.orb +67 -67
- package/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
- package/behaviors/registry/core/atoms/std-calendar.orb +62 -62
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
- package/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
- package/behaviors/registry/core/atoms/std-display.orb +370 -370
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +63 -63
- package/behaviors/registry/core/atoms/std-gallery.orb +55 -55
- package/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/behaviors/registry/core/atoms/std-pagination.orb +53 -53
- package/behaviors/registry/core/atoms/std-push.orb +50 -60
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/behaviors/registry/core/atoms/std-related.orb +39 -39
- package/behaviors/registry/core/atoms/std-search.orb +73 -73
- package/behaviors/registry/core/atoms/std-selection.orb +110 -110
- package/behaviors/registry/core/atoms/std-tabs.orb +47 -47
- package/behaviors/registry/core/molecules/std-cart.orb +60 -60
- package/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
- package/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
- package/behaviors/registry/core/molecules/std-list.orb +68 -68
- package/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
- package/behaviors/registry/game/atoms/std-collision.orb +140 -140
- package/behaviors/registry/game/atoms/std-combat.orb +76 -76
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
- package/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
- package/behaviors/registry/game/atoms/std-movement.orb +276 -276
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
- package/behaviors/registry/game/atoms/std-quest.orb +129 -129
- package/behaviors/registry/game/atoms/std-timer.orb +285 -285
- package/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
- package/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
- package/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
- package/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
- package/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
- package/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
- package/behaviors/registry/service/atoms/std-service-email.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-github.orb +111 -111
- package/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
- package/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
- package/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
- package/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
- package/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
- package/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
- package/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +1072 -1072
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +979 -979
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1240 -1226
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3031 -3051
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2132 -2140
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1049 -1035
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
- package/dist/behaviors/registry/app/organisms/std-cms.orb +587 -587
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
- package/dist/behaviors/registry/app/organisms/std-crm.orb +966 -966
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
- package/dist/behaviors/registry/app/organisms/std-lms.orb +876 -876
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
- package/dist/behaviors/registry/core/atoms/std-browse.orb +67 -67
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +62 -62
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-display.orb +370 -370
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +63 -63
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-push.orb +50 -60
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/dist/behaviors/registry/core/atoms/std-related.orb +39 -39
- package/dist/behaviors/registry/core/atoms/std-search.orb +73 -73
- package/dist/behaviors/registry/core/atoms/std-selection.orb +110 -110
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +47 -47
- package/dist/behaviors/registry/core/molecules/std-cart.orb +60 -60
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
- package/dist/behaviors/registry/core/molecules/std-list.orb +68 -68
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
- package/dist/behaviors/registry/game/atoms/std-collision.orb +140 -140
- package/dist/behaviors/registry/game/atoms/std-combat.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-movement.orb +276 -276
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
- package/dist/behaviors/registry/game/atoms/std-quest.orb +129 -129
- package/dist/behaviors/registry/game/atoms/std-timer.orb +285 -285
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +111 -111
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1072 -1072
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +979 -979
- package/package.json +1 -1
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"event": "ServiceLlmLoaded",
|
|
74
74
|
"description": "Fired when ServiceLlm finishes loading",
|
|
75
75
|
"scope": "internal",
|
|
76
|
-
"
|
|
76
|
+
"payloadSchema": [
|
|
77
77
|
{
|
|
78
78
|
"name": "id",
|
|
79
79
|
"type": "string",
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
"event": "ServiceLlmLoadFailed",
|
|
122
122
|
"description": "Fired when ServiceLlm fails to load",
|
|
123
123
|
"scope": "internal",
|
|
124
|
-
"
|
|
124
|
+
"payloadSchema": [
|
|
125
125
|
{
|
|
126
126
|
"name": "message",
|
|
127
127
|
"type": "string"
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
{
|
|
132
132
|
"event": "ServiceLlmLlmCompleted",
|
|
133
133
|
"scope": "internal",
|
|
134
|
-
"
|
|
134
|
+
"payloadSchema": [
|
|
135
135
|
{
|
|
136
136
|
"name": "result",
|
|
137
137
|
"type": "object"
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
{
|
|
142
142
|
"event": "ServiceLlmLlmFailed",
|
|
143
143
|
"scope": "internal",
|
|
144
|
-
"
|
|
144
|
+
"payloadSchema": [
|
|
145
145
|
{
|
|
146
146
|
"name": "error",
|
|
147
147
|
"type": "string"
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
{
|
|
190
190
|
"key": "COMPLETE",
|
|
191
191
|
"name": "Complete",
|
|
192
|
-
"
|
|
192
|
+
"payloadSchema": [
|
|
193
193
|
{
|
|
194
194
|
"name": "content",
|
|
195
195
|
"type": "string",
|
|
@@ -200,7 +200,7 @@
|
|
|
200
200
|
{
|
|
201
201
|
"key": "FAILED",
|
|
202
202
|
"name": "Failed",
|
|
203
|
-
"
|
|
203
|
+
"payloadSchema": [
|
|
204
204
|
{
|
|
205
205
|
"name": "error",
|
|
206
206
|
"type": "string",
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
{
|
|
220
220
|
"key": "ServiceLlmLoaded",
|
|
221
221
|
"name": "ServiceLlm loaded",
|
|
222
|
-
"
|
|
222
|
+
"payloadSchema": [
|
|
223
223
|
{
|
|
224
224
|
"name": "id",
|
|
225
225
|
"type": "string",
|
|
@@ -266,7 +266,7 @@
|
|
|
266
266
|
{
|
|
267
267
|
"key": "ServiceLlmLoadFailed",
|
|
268
268
|
"name": "ServiceLlm load failed",
|
|
269
|
-
"
|
|
269
|
+
"payloadSchema": [
|
|
270
270
|
{
|
|
271
271
|
"name": "message",
|
|
272
272
|
"type": "string"
|
|
@@ -276,7 +276,7 @@
|
|
|
276
276
|
{
|
|
277
277
|
"key": "ServiceLlmLlmCompleted",
|
|
278
278
|
"name": "ServiceLlm llm completed",
|
|
279
|
-
"
|
|
279
|
+
"payloadSchema": [
|
|
280
280
|
{
|
|
281
281
|
"name": "result",
|
|
282
282
|
"type": "object"
|
|
@@ -286,7 +286,7 @@
|
|
|
286
286
|
{
|
|
287
287
|
"key": "ServiceLlmLlmFailed",
|
|
288
288
|
"name": "ServiceLlm llm failed",
|
|
289
|
-
"
|
|
289
|
+
"payloadSchema": [
|
|
290
290
|
{
|
|
291
291
|
"name": "error",
|
|
292
292
|
"type": "string"
|
|
@@ -318,13 +318,12 @@
|
|
|
318
318
|
"render-ui",
|
|
319
319
|
"main",
|
|
320
320
|
{
|
|
321
|
-
"type": "stack",
|
|
322
321
|
"align": "stretch",
|
|
323
322
|
"children": [
|
|
324
323
|
{
|
|
325
|
-
"gap": "md",
|
|
326
324
|
"type": "stack",
|
|
327
|
-
"
|
|
325
|
+
"gap": "md",
|
|
326
|
+
"align": "center",
|
|
328
327
|
"children": [
|
|
329
328
|
{
|
|
330
329
|
"type": "icon",
|
|
@@ -336,7 +335,7 @@
|
|
|
336
335
|
"variant": "h2"
|
|
337
336
|
}
|
|
338
337
|
],
|
|
339
|
-
"
|
|
338
|
+
"direction": "horizontal"
|
|
340
339
|
},
|
|
341
340
|
{
|
|
342
341
|
"type": "divider"
|
|
@@ -346,36 +345,37 @@
|
|
|
346
345
|
"placeholder": "Enter text for LLM processing..."
|
|
347
346
|
},
|
|
348
347
|
{
|
|
349
|
-
"type": "stack",
|
|
350
|
-
"gap": "sm",
|
|
351
348
|
"justify": "center",
|
|
352
349
|
"children": [
|
|
353
350
|
{
|
|
354
|
-
"icon": "sparkles",
|
|
355
|
-
"type": "button",
|
|
356
|
-
"action": "GENERATE",
|
|
357
351
|
"label": "Generate",
|
|
358
|
-
"
|
|
352
|
+
"action": "GENERATE",
|
|
353
|
+
"type": "button",
|
|
354
|
+
"variant": "primary",
|
|
355
|
+
"icon": "sparkles"
|
|
359
356
|
},
|
|
360
357
|
{
|
|
361
|
-
"action": "CLASSIFY",
|
|
362
|
-
"label": "Classify",
|
|
363
|
-
"type": "button",
|
|
364
358
|
"variant": "secondary",
|
|
365
|
-
"
|
|
359
|
+
"type": "button",
|
|
360
|
+
"label": "Classify",
|
|
361
|
+
"icon": "tag",
|
|
362
|
+
"action": "CLASSIFY"
|
|
366
363
|
},
|
|
367
364
|
{
|
|
368
|
-
"
|
|
365
|
+
"variant": "secondary",
|
|
369
366
|
"label": "Summarize",
|
|
367
|
+
"type": "button",
|
|
370
368
|
"icon": "align-left",
|
|
371
|
-
"action": "SUMMARIZE"
|
|
372
|
-
"variant": "secondary"
|
|
369
|
+
"action": "SUMMARIZE"
|
|
373
370
|
}
|
|
374
371
|
],
|
|
375
|
-
"
|
|
372
|
+
"type": "stack",
|
|
373
|
+
"direction": "horizontal",
|
|
374
|
+
"gap": "sm"
|
|
376
375
|
}
|
|
377
376
|
],
|
|
378
377
|
"gap": "lg",
|
|
378
|
+
"type": "stack",
|
|
379
379
|
"direction": "vertical"
|
|
380
380
|
}
|
|
381
381
|
]
|
|
@@ -440,17 +440,17 @@
|
|
|
440
440
|
"llm",
|
|
441
441
|
"classify",
|
|
442
442
|
{
|
|
443
|
-
"text": "@entity.inputText",
|
|
444
443
|
"categories": [
|
|
445
444
|
"positive",
|
|
446
445
|
"negative",
|
|
447
446
|
"neutral"
|
|
448
|
-
]
|
|
447
|
+
],
|
|
448
|
+
"text": "@entity.inputText"
|
|
449
449
|
},
|
|
450
450
|
{
|
|
451
451
|
"emit": {
|
|
452
|
-
"
|
|
453
|
-
"
|
|
452
|
+
"success": "ServiceLlmLlmCompleted",
|
|
453
|
+
"failure": "ServiceLlmLlmFailed"
|
|
454
454
|
}
|
|
455
455
|
}
|
|
456
456
|
]
|
|
@@ -470,9 +470,9 @@
|
|
|
470
470
|
"render-ui",
|
|
471
471
|
"main",
|
|
472
472
|
{
|
|
473
|
+
"type": "loading-state",
|
|
473
474
|
"title": "Processing...",
|
|
474
|
-
"message": "Running servicellm LLM task..."
|
|
475
|
-
"type": "loading-state"
|
|
475
|
+
"message": "Running servicellm LLM task..."
|
|
476
476
|
}
|
|
477
477
|
],
|
|
478
478
|
[
|
|
@@ -510,33 +510,33 @@
|
|
|
510
510
|
"render-ui",
|
|
511
511
|
"main",
|
|
512
512
|
{
|
|
513
|
+
"type": "stack",
|
|
513
514
|
"align": "center",
|
|
515
|
+
"gap": "lg",
|
|
514
516
|
"children": [
|
|
515
517
|
{
|
|
516
|
-
"
|
|
517
|
-
"
|
|
518
|
+
"name": "check-circle",
|
|
519
|
+
"type": "icon"
|
|
518
520
|
},
|
|
519
521
|
{
|
|
520
|
-
"type": "alert",
|
|
521
522
|
"message": "LLM task complete",
|
|
523
|
+
"type": "alert",
|
|
522
524
|
"variant": "success"
|
|
523
525
|
},
|
|
524
526
|
{
|
|
527
|
+
"type": "typography",
|
|
525
528
|
"content": "@entity.result",
|
|
526
|
-
"variant": "body"
|
|
527
|
-
"type": "typography"
|
|
529
|
+
"variant": "body"
|
|
528
530
|
},
|
|
529
531
|
{
|
|
530
|
-
"action": "RESET",
|
|
531
532
|
"variant": "ghost",
|
|
533
|
+
"type": "button",
|
|
534
|
+
"action": "RESET",
|
|
532
535
|
"icon": "rotate-ccw",
|
|
533
|
-
"label": "Start Over"
|
|
534
|
-
"type": "button"
|
|
536
|
+
"label": "Start Over"
|
|
535
537
|
}
|
|
536
538
|
],
|
|
537
|
-
"direction": "vertical"
|
|
538
|
-
"gap": "lg",
|
|
539
|
-
"type": "stack"
|
|
539
|
+
"direction": "vertical"
|
|
540
540
|
}
|
|
541
541
|
]
|
|
542
542
|
]
|
|
@@ -560,40 +560,40 @@
|
|
|
560
560
|
"render-ui",
|
|
561
561
|
"main",
|
|
562
562
|
{
|
|
563
|
+
"direction": "vertical",
|
|
564
|
+
"align": "center",
|
|
565
|
+
"gap": "lg",
|
|
566
|
+
"type": "stack",
|
|
563
567
|
"children": [
|
|
564
568
|
{
|
|
565
|
-
"title": "LLM Failed",
|
|
566
|
-
"type": "error-state",
|
|
567
569
|
"message": "@entity.error",
|
|
570
|
+
"type": "error-state",
|
|
571
|
+
"title": "LLM Failed",
|
|
568
572
|
"onRetry": "RETRY"
|
|
569
573
|
},
|
|
570
574
|
{
|
|
571
|
-
"direction": "horizontal",
|
|
572
575
|
"justify": "center",
|
|
573
|
-
"type": "stack",
|
|
574
|
-
"gap": "sm",
|
|
575
576
|
"children": [
|
|
576
577
|
{
|
|
577
|
-
"
|
|
578
|
-
"label": "Retry",
|
|
579
|
-
"icon": "refresh-cw",
|
|
578
|
+
"action": "RETRY",
|
|
580
579
|
"variant": "primary",
|
|
581
|
-
"
|
|
580
|
+
"icon": "refresh-cw",
|
|
581
|
+
"type": "button",
|
|
582
|
+
"label": "Retry"
|
|
582
583
|
},
|
|
583
584
|
{
|
|
584
|
-
"type": "button",
|
|
585
585
|
"label": "Reset",
|
|
586
|
-
"
|
|
586
|
+
"icon": "rotate-ccw",
|
|
587
587
|
"variant": "ghost",
|
|
588
|
-
"
|
|
588
|
+
"action": "RESET",
|
|
589
|
+
"type": "button"
|
|
589
590
|
}
|
|
590
|
-
]
|
|
591
|
+
],
|
|
592
|
+
"gap": "sm",
|
|
593
|
+
"type": "stack",
|
|
594
|
+
"direction": "horizontal"
|
|
591
595
|
}
|
|
592
|
-
]
|
|
593
|
-
"type": "stack",
|
|
594
|
-
"direction": "vertical",
|
|
595
|
-
"gap": "lg",
|
|
596
|
-
"align": "center"
|
|
596
|
+
]
|
|
597
597
|
}
|
|
598
598
|
]
|
|
599
599
|
]
|
|
@@ -612,21 +612,24 @@
|
|
|
612
612
|
"render-ui",
|
|
613
613
|
"main",
|
|
614
614
|
{
|
|
615
|
+
"type": "stack",
|
|
616
|
+
"direction": "vertical",
|
|
615
617
|
"gap": "lg",
|
|
618
|
+
"align": "stretch",
|
|
616
619
|
"children": [
|
|
617
620
|
{
|
|
618
|
-
"gap": "md",
|
|
619
621
|
"direction": "horizontal",
|
|
620
|
-
"type": "stack",
|
|
621
622
|
"align": "center",
|
|
623
|
+
"type": "stack",
|
|
624
|
+
"gap": "md",
|
|
622
625
|
"children": [
|
|
623
626
|
{
|
|
624
627
|
"name": "brain",
|
|
625
628
|
"type": "icon"
|
|
626
629
|
},
|
|
627
630
|
{
|
|
628
|
-
"type": "typography",
|
|
629
631
|
"variant": "h2",
|
|
632
|
+
"type": "typography",
|
|
630
633
|
"content": "ServiceLlm LLM"
|
|
631
634
|
}
|
|
632
635
|
]
|
|
@@ -639,38 +642,35 @@
|
|
|
639
642
|
"placeholder": "Enter text for LLM processing..."
|
|
640
643
|
},
|
|
641
644
|
{
|
|
642
|
-
"
|
|
645
|
+
"gap": "sm",
|
|
646
|
+
"justify": "center",
|
|
643
647
|
"children": [
|
|
644
648
|
{
|
|
645
|
-
"icon": "sparkles",
|
|
646
|
-
"variant": "primary",
|
|
647
|
-
"type": "button",
|
|
648
649
|
"label": "Generate",
|
|
649
|
-
"action": "GENERATE"
|
|
650
|
+
"action": "GENERATE",
|
|
651
|
+
"type": "button",
|
|
652
|
+
"variant": "primary",
|
|
653
|
+
"icon": "sparkles"
|
|
650
654
|
},
|
|
651
655
|
{
|
|
652
|
-
"
|
|
656
|
+
"icon": "tag",
|
|
653
657
|
"action": "CLASSIFY",
|
|
658
|
+
"type": "button",
|
|
654
659
|
"variant": "secondary",
|
|
655
|
-
"icon": "tag",
|
|
656
660
|
"label": "Classify"
|
|
657
661
|
},
|
|
658
662
|
{
|
|
659
|
-
"
|
|
663
|
+
"label": "Summarize",
|
|
660
664
|
"type": "button",
|
|
661
|
-
"
|
|
665
|
+
"action": "SUMMARIZE",
|
|
662
666
|
"icon": "align-left",
|
|
663
|
-
"
|
|
667
|
+
"variant": "secondary"
|
|
664
668
|
}
|
|
665
669
|
],
|
|
666
|
-
"
|
|
667
|
-
"
|
|
668
|
-
"direction": "horizontal"
|
|
670
|
+
"direction": "horizontal",
|
|
671
|
+
"type": "stack"
|
|
669
672
|
}
|
|
670
|
-
]
|
|
671
|
-
"type": "stack",
|
|
672
|
-
"direction": "vertical",
|
|
673
|
-
"align": "stretch"
|
|
673
|
+
]
|
|
674
674
|
}
|
|
675
675
|
]
|
|
676
676
|
]
|
|
@@ -689,26 +689,23 @@
|
|
|
689
689
|
"render-ui",
|
|
690
690
|
"main",
|
|
691
691
|
{
|
|
692
|
-
"type": "stack",
|
|
693
|
-
"gap": "lg",
|
|
694
|
-
"align": "stretch",
|
|
695
692
|
"children": [
|
|
696
693
|
{
|
|
697
694
|
"direction": "horizontal",
|
|
698
|
-
"type": "stack",
|
|
699
|
-
"align": "center",
|
|
700
|
-
"gap": "md",
|
|
701
695
|
"children": [
|
|
702
696
|
{
|
|
703
697
|
"type": "icon",
|
|
704
698
|
"name": "brain"
|
|
705
699
|
},
|
|
706
700
|
{
|
|
707
|
-
"
|
|
701
|
+
"type": "typography",
|
|
708
702
|
"variant": "h2",
|
|
709
|
-
"
|
|
703
|
+
"content": "ServiceLlm LLM"
|
|
710
704
|
}
|
|
711
|
-
]
|
|
705
|
+
],
|
|
706
|
+
"align": "center",
|
|
707
|
+
"type": "stack",
|
|
708
|
+
"gap": "md"
|
|
712
709
|
},
|
|
713
710
|
{
|
|
714
711
|
"type": "divider"
|
|
@@ -718,36 +715,39 @@
|
|
|
718
715
|
"placeholder": "Enter text for LLM processing..."
|
|
719
716
|
},
|
|
720
717
|
{
|
|
721
|
-
"justify": "center",
|
|
722
718
|
"gap": "sm",
|
|
723
|
-
"
|
|
724
|
-
"direction": "horizontal",
|
|
719
|
+
"justify": "center",
|
|
725
720
|
"children": [
|
|
726
721
|
{
|
|
727
|
-
"icon": "sparkles",
|
|
728
722
|
"label": "Generate",
|
|
729
723
|
"action": "GENERATE",
|
|
730
724
|
"type": "button",
|
|
731
|
-
"variant": "primary"
|
|
725
|
+
"variant": "primary",
|
|
726
|
+
"icon": "sparkles"
|
|
732
727
|
},
|
|
733
728
|
{
|
|
734
|
-
"
|
|
735
|
-
"type": "button",
|
|
729
|
+
"icon": "tag",
|
|
736
730
|
"action": "CLASSIFY",
|
|
731
|
+
"type": "button",
|
|
737
732
|
"label": "Classify",
|
|
738
|
-
"
|
|
733
|
+
"variant": "secondary"
|
|
739
734
|
},
|
|
740
735
|
{
|
|
736
|
+
"type": "button",
|
|
741
737
|
"action": "SUMMARIZE",
|
|
742
|
-
"
|
|
738
|
+
"icon": "align-left",
|
|
743
739
|
"variant": "secondary",
|
|
744
|
-
"
|
|
745
|
-
"icon": "align-left"
|
|
740
|
+
"label": "Summarize"
|
|
746
741
|
}
|
|
747
|
-
]
|
|
742
|
+
],
|
|
743
|
+
"type": "stack",
|
|
744
|
+
"direction": "horizontal"
|
|
748
745
|
}
|
|
749
746
|
],
|
|
750
|
-
"
|
|
747
|
+
"gap": "lg",
|
|
748
|
+
"type": "stack",
|
|
749
|
+
"direction": "vertical",
|
|
750
|
+
"align": "stretch"
|
|
751
751
|
}
|
|
752
752
|
]
|
|
753
753
|
]
|
|
@@ -766,65 +766,65 @@
|
|
|
766
766
|
"render-ui",
|
|
767
767
|
"main",
|
|
768
768
|
{
|
|
769
|
+
"direction": "vertical",
|
|
770
|
+
"align": "stretch",
|
|
769
771
|
"children": [
|
|
770
772
|
{
|
|
773
|
+
"gap": "md",
|
|
774
|
+
"type": "stack",
|
|
775
|
+
"direction": "horizontal",
|
|
776
|
+
"align": "center",
|
|
771
777
|
"children": [
|
|
772
778
|
{
|
|
773
|
-
"
|
|
774
|
-
"
|
|
779
|
+
"type": "icon",
|
|
780
|
+
"name": "brain"
|
|
775
781
|
},
|
|
776
782
|
{
|
|
777
783
|
"variant": "h2",
|
|
778
784
|
"type": "typography",
|
|
779
785
|
"content": "ServiceLlm LLM"
|
|
780
786
|
}
|
|
781
|
-
]
|
|
782
|
-
"direction": "horizontal",
|
|
783
|
-
"gap": "md",
|
|
784
|
-
"align": "center",
|
|
785
|
-
"type": "stack"
|
|
787
|
+
]
|
|
786
788
|
},
|
|
787
789
|
{
|
|
788
790
|
"type": "divider"
|
|
789
791
|
},
|
|
790
792
|
{
|
|
791
|
-
"
|
|
792
|
-
"
|
|
793
|
+
"placeholder": "Enter text for LLM processing...",
|
|
794
|
+
"type": "textarea"
|
|
793
795
|
},
|
|
794
796
|
{
|
|
795
|
-
"
|
|
797
|
+
"direction": "horizontal",
|
|
798
|
+
"gap": "sm",
|
|
799
|
+
"justify": "center",
|
|
796
800
|
"children": [
|
|
797
801
|
{
|
|
798
|
-
"icon": "sparkles",
|
|
799
|
-
"type": "button",
|
|
800
802
|
"label": "Generate",
|
|
803
|
+
"type": "button",
|
|
801
804
|
"action": "GENERATE",
|
|
802
|
-
"variant": "primary"
|
|
805
|
+
"variant": "primary",
|
|
806
|
+
"icon": "sparkles"
|
|
803
807
|
},
|
|
804
808
|
{
|
|
809
|
+
"action": "CLASSIFY",
|
|
810
|
+
"type": "button",
|
|
805
811
|
"variant": "secondary",
|
|
806
812
|
"label": "Classify",
|
|
807
|
-
"icon": "tag"
|
|
808
|
-
"action": "CLASSIFY",
|
|
809
|
-
"type": "button"
|
|
813
|
+
"icon": "tag"
|
|
810
814
|
},
|
|
811
815
|
{
|
|
812
|
-
"
|
|
813
|
-
"label": "Summarize",
|
|
816
|
+
"variant": "secondary",
|
|
814
817
|
"icon": "align-left",
|
|
815
|
-
"
|
|
816
|
-
"
|
|
818
|
+
"label": "Summarize",
|
|
819
|
+
"action": "SUMMARIZE",
|
|
820
|
+
"type": "button"
|
|
817
821
|
}
|
|
818
822
|
],
|
|
819
|
-
"
|
|
820
|
-
"justify": "center",
|
|
821
|
-
"direction": "horizontal"
|
|
823
|
+
"type": "stack"
|
|
822
824
|
}
|
|
823
825
|
],
|
|
824
|
-
"type": "stack",
|
|
825
|
-
"align": "stretch",
|
|
826
826
|
"gap": "lg",
|
|
827
|
-
"
|
|
827
|
+
"type": "stack"
|
|
828
828
|
}
|
|
829
829
|
]
|
|
830
830
|
]
|
|
@@ -847,4 +847,4 @@
|
|
|
847
847
|
]
|
|
848
848
|
}
|
|
849
849
|
]
|
|
850
|
-
}
|
|
850
|
+
}
|