@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
|
@@ -295,15 +295,14 @@
|
|
|
295
295
|
"render-ui",
|
|
296
296
|
"main",
|
|
297
297
|
{
|
|
298
|
+
"gap": "lg",
|
|
299
|
+
"type": "stack",
|
|
298
300
|
"children": [
|
|
299
301
|
{
|
|
300
|
-
"gap": "sm",
|
|
301
302
|
"align": "center",
|
|
302
|
-
"justify": "between",
|
|
303
|
-
"direction": "horizontal",
|
|
304
303
|
"children": [
|
|
305
304
|
{
|
|
306
|
-
"
|
|
305
|
+
"align": "center",
|
|
307
306
|
"children": [
|
|
308
307
|
{
|
|
309
308
|
"name": "message-circle",
|
|
@@ -315,31 +314,34 @@
|
|
|
315
314
|
"content": "AgentConversation Thread"
|
|
316
315
|
}
|
|
317
316
|
],
|
|
317
|
+
"type": "stack",
|
|
318
318
|
"gap": "sm",
|
|
319
|
-
"align": "center",
|
|
320
319
|
"direction": "horizontal"
|
|
321
320
|
},
|
|
322
321
|
{
|
|
323
|
-
"action": "COMPOSE",
|
|
324
322
|
"label": "New Message",
|
|
325
|
-
"type": "button",
|
|
326
323
|
"variant": "primary",
|
|
327
|
-
"icon": "plus"
|
|
324
|
+
"icon": "plus",
|
|
325
|
+
"action": "COMPOSE",
|
|
326
|
+
"type": "button"
|
|
328
327
|
}
|
|
329
328
|
],
|
|
330
|
-
"type": "stack"
|
|
329
|
+
"type": "stack",
|
|
330
|
+
"direction": "horizontal",
|
|
331
|
+
"gap": "sm",
|
|
332
|
+
"justify": "between"
|
|
331
333
|
},
|
|
332
334
|
{
|
|
333
335
|
"type": "divider"
|
|
334
336
|
},
|
|
335
337
|
{
|
|
336
338
|
"fields": [],
|
|
339
|
+
"entity": "AgentConversation",
|
|
340
|
+
"type": "data-list",
|
|
337
341
|
"renderItem": [
|
|
338
342
|
"fn",
|
|
339
343
|
"item",
|
|
340
344
|
{
|
|
341
|
-
"type": "stack",
|
|
342
|
-
"gap": "xs",
|
|
343
345
|
"direction": "vertical",
|
|
344
346
|
"children": [
|
|
345
347
|
{
|
|
@@ -349,37 +351,35 @@
|
|
|
349
351
|
"type": "badge"
|
|
350
352
|
},
|
|
351
353
|
{
|
|
352
|
-
"
|
|
354
|
+
"variant": "outline",
|
|
353
355
|
"type": "badge",
|
|
354
|
-
"
|
|
356
|
+
"label": "@item.status"
|
|
355
357
|
},
|
|
356
358
|
{
|
|
357
|
-
"content": "@item.timestamp",
|
|
358
|
-
"variant": "caption",
|
|
359
359
|
"type": "typography",
|
|
360
|
-
"color": "muted"
|
|
360
|
+
"color": "muted",
|
|
361
|
+
"content": "@item.timestamp",
|
|
362
|
+
"variant": "caption"
|
|
361
363
|
}
|
|
362
364
|
],
|
|
365
|
+
"type": "stack",
|
|
363
366
|
"gap": "sm",
|
|
364
367
|
"direction": "horizontal",
|
|
365
|
-
"type": "stack",
|
|
366
368
|
"align": "center"
|
|
367
369
|
},
|
|
368
370
|
{
|
|
369
|
-
"content": "@item.content",
|
|
370
371
|
"variant": "body",
|
|
371
|
-
"type": "typography"
|
|
372
|
+
"type": "typography",
|
|
373
|
+
"content": "@item.content"
|
|
372
374
|
}
|
|
373
|
-
]
|
|
375
|
+
],
|
|
376
|
+
"type": "stack",
|
|
377
|
+
"gap": "xs"
|
|
374
378
|
}
|
|
375
|
-
]
|
|
376
|
-
"type": "data-list",
|
|
377
|
-
"entity": "AgentConversation"
|
|
379
|
+
]
|
|
378
380
|
}
|
|
379
381
|
],
|
|
380
|
-
"direction": "vertical"
|
|
381
|
-
"type": "stack",
|
|
382
|
-
"gap": "lg"
|
|
382
|
+
"direction": "vertical"
|
|
383
383
|
}
|
|
384
384
|
]
|
|
385
385
|
]
|
|
@@ -398,48 +398,49 @@
|
|
|
398
398
|
"align": "center",
|
|
399
399
|
"children": [
|
|
400
400
|
{
|
|
401
|
-
"
|
|
402
|
-
"direction": "horizontal",
|
|
401
|
+
"gap": "sm",
|
|
403
402
|
"align": "center",
|
|
403
|
+
"direction": "horizontal",
|
|
404
|
+
"type": "stack",
|
|
404
405
|
"children": [
|
|
405
406
|
{
|
|
406
|
-
"
|
|
407
|
-
"
|
|
407
|
+
"type": "icon",
|
|
408
|
+
"name": "message-circle"
|
|
408
409
|
},
|
|
409
410
|
{
|
|
410
|
-
"content": "AgentConversation Thread",
|
|
411
411
|
"variant": "h2",
|
|
412
|
-
"type": "typography"
|
|
412
|
+
"type": "typography",
|
|
413
|
+
"content": "AgentConversation Thread"
|
|
413
414
|
}
|
|
414
|
-
]
|
|
415
|
-
"gap": "sm"
|
|
415
|
+
]
|
|
416
416
|
},
|
|
417
417
|
{
|
|
418
418
|
"variant": "primary",
|
|
419
|
-
"type": "button",
|
|
420
|
-
"label": "New Message",
|
|
421
419
|
"action": "COMPOSE",
|
|
422
|
-
"icon": "plus"
|
|
420
|
+
"icon": "plus",
|
|
421
|
+
"label": "New Message",
|
|
422
|
+
"type": "button"
|
|
423
423
|
}
|
|
424
424
|
],
|
|
425
|
-
"
|
|
426
|
-
"justify": "between",
|
|
425
|
+
"direction": "horizontal",
|
|
427
426
|
"type": "stack",
|
|
428
|
-
"
|
|
427
|
+
"justify": "between",
|
|
428
|
+
"gap": "sm"
|
|
429
429
|
},
|
|
430
430
|
{
|
|
431
431
|
"type": "divider"
|
|
432
432
|
},
|
|
433
433
|
{
|
|
434
|
+
"entity": "AgentConversation",
|
|
434
435
|
"renderItem": [
|
|
435
436
|
"fn",
|
|
436
437
|
"item",
|
|
437
438
|
{
|
|
438
|
-
"
|
|
439
|
+
"type": "stack",
|
|
439
440
|
"direction": "vertical",
|
|
440
441
|
"children": [
|
|
441
442
|
{
|
|
442
|
-
"
|
|
443
|
+
"align": "center",
|
|
443
444
|
"gap": "sm",
|
|
444
445
|
"children": [
|
|
445
446
|
{
|
|
@@ -448,18 +449,18 @@
|
|
|
448
449
|
},
|
|
449
450
|
{
|
|
450
451
|
"type": "badge",
|
|
451
|
-
"
|
|
452
|
-
"
|
|
452
|
+
"variant": "outline",
|
|
453
|
+
"label": "@item.status"
|
|
453
454
|
},
|
|
454
455
|
{
|
|
455
|
-
"type": "typography",
|
|
456
|
-
"variant": "caption",
|
|
457
456
|
"color": "muted",
|
|
457
|
+
"variant": "caption",
|
|
458
|
+
"type": "typography",
|
|
458
459
|
"content": "@item.timestamp"
|
|
459
460
|
}
|
|
460
461
|
],
|
|
461
462
|
"type": "stack",
|
|
462
|
-
"
|
|
463
|
+
"direction": "horizontal"
|
|
463
464
|
},
|
|
464
465
|
{
|
|
465
466
|
"variant": "body",
|
|
@@ -467,37 +468,36 @@
|
|
|
467
468
|
"type": "typography"
|
|
468
469
|
}
|
|
469
470
|
],
|
|
470
|
-
"
|
|
471
|
+
"gap": "xs"
|
|
471
472
|
}
|
|
472
473
|
],
|
|
473
474
|
"fields": [],
|
|
474
|
-
"type": "data-list"
|
|
475
|
-
"entity": "AgentConversation"
|
|
475
|
+
"type": "data-list"
|
|
476
476
|
},
|
|
477
477
|
{
|
|
478
|
+
"fields": [],
|
|
479
|
+
"type": "form-section",
|
|
480
|
+
"title": "Compose Message",
|
|
478
481
|
"children": [
|
|
479
482
|
{
|
|
480
483
|
"placeholder": "Type your message...",
|
|
481
484
|
"type": "textarea"
|
|
482
485
|
},
|
|
483
486
|
{
|
|
484
|
-
"direction": "horizontal",
|
|
485
487
|
"type": "stack",
|
|
488
|
+
"gap": "sm",
|
|
486
489
|
"children": [
|
|
487
490
|
{
|
|
488
|
-
"type": "button",
|
|
489
491
|
"label": "Send",
|
|
492
|
+
"type": "button",
|
|
490
493
|
"variant": "primary",
|
|
491
|
-
"
|
|
492
|
-
"
|
|
494
|
+
"icon": "send",
|
|
495
|
+
"action": "SEND"
|
|
493
496
|
}
|
|
494
497
|
],
|
|
495
|
-
"
|
|
498
|
+
"direction": "horizontal"
|
|
496
499
|
}
|
|
497
|
-
]
|
|
498
|
-
"title": "Compose Message",
|
|
499
|
-
"type": "form-section",
|
|
500
|
-
"fields": []
|
|
500
|
+
]
|
|
501
501
|
}
|
|
502
502
|
],
|
|
503
503
|
"direction": "vertical",
|
|
@@ -522,8 +522,8 @@
|
|
|
522
522
|
"AgentConversation",
|
|
523
523
|
{
|
|
524
524
|
"emit": {
|
|
525
|
-
"
|
|
526
|
-
"
|
|
525
|
+
"success": "AgentConversationLoaded",
|
|
526
|
+
"failure": "AgentConversationLoadFailed"
|
|
527
527
|
}
|
|
528
528
|
}
|
|
529
529
|
],
|
|
@@ -531,56 +531,52 @@
|
|
|
531
531
|
"render-ui",
|
|
532
532
|
"main",
|
|
533
533
|
{
|
|
534
|
-
"direction": "vertical",
|
|
535
|
-
"type": "stack",
|
|
536
534
|
"children": [
|
|
537
535
|
{
|
|
538
|
-
"
|
|
539
|
-
"direction": "horizontal",
|
|
540
|
-
"justify": "between",
|
|
541
|
-
"align": "center",
|
|
536
|
+
"gap": "sm",
|
|
542
537
|
"children": [
|
|
543
538
|
{
|
|
544
539
|
"children": [
|
|
545
540
|
{
|
|
546
|
-
"
|
|
547
|
-
"
|
|
541
|
+
"name": "message-circle",
|
|
542
|
+
"type": "icon"
|
|
548
543
|
},
|
|
549
544
|
{
|
|
550
545
|
"type": "typography",
|
|
551
|
-
"
|
|
552
|
-
"
|
|
546
|
+
"variant": "h2",
|
|
547
|
+
"content": "AgentConversation Thread"
|
|
553
548
|
}
|
|
554
549
|
],
|
|
555
|
-
"align": "center",
|
|
556
|
-
"direction": "horizontal",
|
|
557
550
|
"type": "stack",
|
|
558
|
-
"
|
|
551
|
+
"direction": "horizontal",
|
|
552
|
+
"gap": "sm",
|
|
553
|
+
"align": "center"
|
|
559
554
|
},
|
|
560
555
|
{
|
|
561
556
|
"label": "New Message",
|
|
562
|
-
"
|
|
557
|
+
"icon": "plus",
|
|
563
558
|
"type": "button",
|
|
564
559
|
"action": "COMPOSE",
|
|
565
|
-
"
|
|
560
|
+
"variant": "primary"
|
|
566
561
|
}
|
|
567
562
|
],
|
|
568
|
-
"
|
|
563
|
+
"type": "stack",
|
|
564
|
+
"direction": "horizontal",
|
|
565
|
+
"justify": "between",
|
|
566
|
+
"align": "center"
|
|
569
567
|
},
|
|
570
568
|
{
|
|
571
569
|
"type": "divider"
|
|
572
570
|
},
|
|
573
571
|
{
|
|
574
|
-
"
|
|
572
|
+
"type": "data-list",
|
|
575
573
|
"renderItem": [
|
|
576
574
|
"fn",
|
|
577
575
|
"item",
|
|
578
576
|
{
|
|
579
|
-
"direction": "vertical",
|
|
580
|
-
"gap": "xs",
|
|
581
577
|
"children": [
|
|
582
578
|
{
|
|
583
|
-
"
|
|
579
|
+
"gap": "sm",
|
|
584
580
|
"children": [
|
|
585
581
|
{
|
|
586
582
|
"type": "badge",
|
|
@@ -588,8 +584,8 @@
|
|
|
588
584
|
},
|
|
589
585
|
{
|
|
590
586
|
"type": "badge",
|
|
591
|
-
"
|
|
592
|
-
"
|
|
587
|
+
"variant": "outline",
|
|
588
|
+
"label": "@item.status"
|
|
593
589
|
},
|
|
594
590
|
{
|
|
595
591
|
"type": "typography",
|
|
@@ -599,23 +595,27 @@
|
|
|
599
595
|
}
|
|
600
596
|
],
|
|
601
597
|
"type": "stack",
|
|
602
|
-
"
|
|
598
|
+
"direction": "horizontal",
|
|
603
599
|
"align": "center"
|
|
604
600
|
},
|
|
605
601
|
{
|
|
606
|
-
"
|
|
602
|
+
"content": "@item.content",
|
|
607
603
|
"variant": "body",
|
|
608
|
-
"
|
|
604
|
+
"type": "typography"
|
|
609
605
|
}
|
|
610
606
|
],
|
|
611
|
-
"type": "stack"
|
|
607
|
+
"type": "stack",
|
|
608
|
+
"direction": "vertical",
|
|
609
|
+
"gap": "xs"
|
|
612
610
|
}
|
|
613
611
|
],
|
|
614
612
|
"entity": "AgentConversation",
|
|
615
|
-
"
|
|
613
|
+
"fields": []
|
|
616
614
|
}
|
|
617
615
|
],
|
|
618
|
-
"
|
|
616
|
+
"direction": "vertical",
|
|
617
|
+
"gap": "lg",
|
|
618
|
+
"type": "stack"
|
|
619
619
|
}
|
|
620
620
|
]
|
|
621
621
|
]
|
|
@@ -650,10 +650,10 @@
|
|
|
650
650
|
"create",
|
|
651
651
|
"AgentConversation",
|
|
652
652
|
{
|
|
653
|
-
"timestamp": "@now",
|
|
654
|
-
"content": "@payload.content",
|
|
655
653
|
"status": "sent",
|
|
656
|
-
"
|
|
654
|
+
"timestamp": "@now",
|
|
655
|
+
"role": "user",
|
|
656
|
+
"content": "@payload.content"
|
|
657
657
|
}
|
|
658
658
|
],
|
|
659
659
|
[
|
|
@@ -674,91 +674,91 @@
|
|
|
674
674
|
"render-ui",
|
|
675
675
|
"main",
|
|
676
676
|
{
|
|
677
|
+
"gap": "lg",
|
|
678
|
+
"type": "stack",
|
|
677
679
|
"direction": "vertical",
|
|
678
680
|
"children": [
|
|
679
681
|
{
|
|
680
|
-
"
|
|
682
|
+
"gap": "sm",
|
|
681
683
|
"children": [
|
|
682
684
|
{
|
|
683
|
-
"align": "center",
|
|
684
|
-
"direction": "horizontal",
|
|
685
|
-
"gap": "sm",
|
|
686
685
|
"type": "stack",
|
|
686
|
+
"gap": "sm",
|
|
687
|
+
"align": "center",
|
|
687
688
|
"children": [
|
|
688
689
|
{
|
|
689
|
-
"
|
|
690
|
-
"
|
|
690
|
+
"type": "icon",
|
|
691
|
+
"name": "message-circle"
|
|
691
692
|
},
|
|
692
693
|
{
|
|
693
|
-
"content": "AgentConversation Thread",
|
|
694
694
|
"variant": "h2",
|
|
695
|
+
"content": "AgentConversation Thread",
|
|
695
696
|
"type": "typography"
|
|
696
697
|
}
|
|
697
|
-
]
|
|
698
|
+
],
|
|
699
|
+
"direction": "horizontal"
|
|
698
700
|
},
|
|
699
701
|
{
|
|
700
|
-
"
|
|
702
|
+
"icon": "plus",
|
|
703
|
+
"label": "New Message",
|
|
701
704
|
"type": "button",
|
|
702
705
|
"action": "COMPOSE",
|
|
703
|
-
"
|
|
704
|
-
"label": "New Message"
|
|
706
|
+
"variant": "primary"
|
|
705
707
|
}
|
|
706
708
|
],
|
|
707
|
-
"
|
|
708
|
-
"align": "center",
|
|
709
|
+
"direction": "horizontal",
|
|
709
710
|
"type": "stack",
|
|
710
|
-
"
|
|
711
|
+
"justify": "between",
|
|
712
|
+
"align": "center"
|
|
711
713
|
},
|
|
712
714
|
{
|
|
713
715
|
"type": "divider"
|
|
714
716
|
},
|
|
715
717
|
{
|
|
716
|
-
"type": "data-list",
|
|
717
718
|
"renderItem": [
|
|
718
719
|
"fn",
|
|
719
720
|
"item",
|
|
720
721
|
{
|
|
721
722
|
"type": "stack",
|
|
722
|
-
"
|
|
723
|
+
"gap": "xs",
|
|
723
724
|
"children": [
|
|
724
725
|
{
|
|
725
|
-
"direction": "horizontal",
|
|
726
726
|
"align": "center",
|
|
727
|
-
"gap": "sm",
|
|
728
727
|
"type": "stack",
|
|
729
728
|
"children": [
|
|
730
729
|
{
|
|
731
|
-
"
|
|
732
|
-
"
|
|
730
|
+
"type": "badge",
|
|
731
|
+
"label": "@item.role"
|
|
733
732
|
},
|
|
734
733
|
{
|
|
735
734
|
"label": "@item.status",
|
|
736
|
-
"
|
|
737
|
-
"
|
|
735
|
+
"variant": "outline",
|
|
736
|
+
"type": "badge"
|
|
738
737
|
},
|
|
739
738
|
{
|
|
740
|
-
"color": "muted",
|
|
741
|
-
"type": "typography",
|
|
742
739
|
"variant": "caption",
|
|
743
|
-
"
|
|
740
|
+
"type": "typography",
|
|
741
|
+
"content": "@item.timestamp",
|
|
742
|
+
"color": "muted"
|
|
744
743
|
}
|
|
745
|
-
]
|
|
744
|
+
],
|
|
745
|
+
"direction": "horizontal",
|
|
746
|
+
"gap": "sm"
|
|
746
747
|
},
|
|
747
748
|
{
|
|
748
749
|
"type": "typography",
|
|
749
|
-
"
|
|
750
|
-
"
|
|
750
|
+
"content": "@item.content",
|
|
751
|
+
"variant": "body"
|
|
751
752
|
}
|
|
752
753
|
],
|
|
753
|
-
"
|
|
754
|
+
"direction": "vertical"
|
|
754
755
|
}
|
|
755
756
|
],
|
|
757
|
+
"fields": [],
|
|
756
758
|
"entity": "AgentConversation",
|
|
757
|
-
"
|
|
759
|
+
"type": "data-list"
|
|
758
760
|
}
|
|
759
|
-
]
|
|
760
|
-
"gap": "lg",
|
|
761
|
-
"type": "stack"
|
|
761
|
+
]
|
|
762
762
|
}
|
|
763
763
|
]
|
|
764
764
|
]
|
|
@@ -788,90 +788,90 @@
|
|
|
788
788
|
"main",
|
|
789
789
|
{
|
|
790
790
|
"direction": "vertical",
|
|
791
|
-
"gap": "lg",
|
|
792
|
-
"type": "stack",
|
|
793
791
|
"children": [
|
|
794
792
|
{
|
|
795
|
-
"type": "stack",
|
|
796
793
|
"direction": "horizontal",
|
|
794
|
+
"justify": "between",
|
|
797
795
|
"gap": "sm",
|
|
798
796
|
"children": [
|
|
799
797
|
{
|
|
798
|
+
"direction": "horizontal",
|
|
800
799
|
"align": "center",
|
|
801
800
|
"gap": "sm",
|
|
802
|
-
"type": "stack",
|
|
803
|
-
"direction": "horizontal",
|
|
804
801
|
"children": [
|
|
805
802
|
{
|
|
806
803
|
"type": "icon",
|
|
807
804
|
"name": "message-circle"
|
|
808
805
|
},
|
|
809
806
|
{
|
|
810
|
-
"type": "typography",
|
|
811
807
|
"content": "AgentConversation Thread",
|
|
812
|
-
"variant": "h2"
|
|
808
|
+
"variant": "h2",
|
|
809
|
+
"type": "typography"
|
|
813
810
|
}
|
|
814
|
-
]
|
|
811
|
+
],
|
|
812
|
+
"type": "stack"
|
|
815
813
|
},
|
|
816
814
|
{
|
|
817
|
-
"type": "button",
|
|
818
|
-
"action": "COMPOSE",
|
|
819
815
|
"variant": "primary",
|
|
816
|
+
"type": "button",
|
|
817
|
+
"label": "New Message",
|
|
820
818
|
"icon": "plus",
|
|
821
|
-
"
|
|
819
|
+
"action": "COMPOSE"
|
|
822
820
|
}
|
|
823
821
|
],
|
|
824
|
-
"
|
|
822
|
+
"type": "stack",
|
|
825
823
|
"align": "center"
|
|
826
824
|
},
|
|
827
825
|
{
|
|
828
826
|
"type": "divider"
|
|
829
827
|
},
|
|
830
828
|
{
|
|
831
|
-
"entity": "AgentConversation",
|
|
832
|
-
"fields": [],
|
|
833
|
-
"type": "data-list",
|
|
834
829
|
"renderItem": [
|
|
835
830
|
"fn",
|
|
836
831
|
"item",
|
|
837
832
|
{
|
|
838
833
|
"type": "stack",
|
|
839
|
-
"
|
|
834
|
+
"gap": "xs",
|
|
840
835
|
"children": [
|
|
841
836
|
{
|
|
837
|
+
"direction": "horizontal",
|
|
838
|
+
"type": "stack",
|
|
842
839
|
"gap": "sm",
|
|
843
840
|
"align": "center",
|
|
844
|
-
"type": "stack",
|
|
845
|
-
"direction": "horizontal",
|
|
846
841
|
"children": [
|
|
847
842
|
{
|
|
848
|
-
"
|
|
849
|
-
"
|
|
843
|
+
"type": "badge",
|
|
844
|
+
"label": "@item.role"
|
|
850
845
|
},
|
|
851
846
|
{
|
|
852
|
-
"type": "badge",
|
|
853
847
|
"label": "@item.status",
|
|
848
|
+
"type": "badge",
|
|
854
849
|
"variant": "outline"
|
|
855
850
|
},
|
|
856
851
|
{
|
|
857
|
-
"color": "muted",
|
|
858
|
-
"content": "@item.timestamp",
|
|
859
852
|
"type": "typography",
|
|
860
|
-
"variant": "caption"
|
|
853
|
+
"variant": "caption",
|
|
854
|
+
"content": "@item.timestamp",
|
|
855
|
+
"color": "muted"
|
|
861
856
|
}
|
|
862
857
|
]
|
|
863
858
|
},
|
|
864
859
|
{
|
|
865
860
|
"type": "typography",
|
|
866
|
-
"
|
|
867
|
-
"
|
|
861
|
+
"variant": "body",
|
|
862
|
+
"content": "@item.content"
|
|
868
863
|
}
|
|
869
864
|
],
|
|
870
|
-
"
|
|
865
|
+
"direction": "vertical"
|
|
871
866
|
}
|
|
872
|
-
]
|
|
867
|
+
],
|
|
868
|
+
"entity": "AgentConversation",
|
|
869
|
+
"type": "data-list",
|
|
870
|
+
"fields": []
|
|
873
871
|
}
|
|
874
|
-
]
|
|
872
|
+
],
|
|
873
|
+
"gap": "lg",
|
|
874
|
+
"type": "stack"
|
|
875
875
|
}
|
|
876
876
|
]
|
|
877
877
|
]
|
|
@@ -1101,8 +1101,8 @@
|
|
|
1101
1101
|
"main",
|
|
1102
1102
|
{
|
|
1103
1103
|
"icon": "message-circle",
|
|
1104
|
-
"title": "Conversation",
|
|
1105
1104
|
"type": "empty-state",
|
|
1105
|
+
"title": "Conversation",
|
|
1106
1106
|
"description": "Conversation is ready"
|
|
1107
1107
|
}
|
|
1108
1108
|
]
|