@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
|
@@ -227,16 +227,14 @@
|
|
|
227
227
|
"main",
|
|
228
228
|
{
|
|
229
229
|
"gap": "lg",
|
|
230
|
-
"
|
|
230
|
+
"type": "stack",
|
|
231
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
231
232
|
"children": [
|
|
232
233
|
{
|
|
233
|
-
"
|
|
234
|
-
"justify": "between",
|
|
234
|
+
"gap": "md",
|
|
235
235
|
"type": "stack",
|
|
236
|
-
"direction": "horizontal",
|
|
237
236
|
"children": [
|
|
238
237
|
{
|
|
239
|
-
"align": "center",
|
|
240
238
|
"children": [
|
|
241
239
|
{
|
|
242
240
|
"name": "terminal",
|
|
@@ -244,94 +242,96 @@
|
|
|
244
242
|
},
|
|
245
243
|
{
|
|
246
244
|
"type": "typography",
|
|
247
|
-
"
|
|
248
|
-
"
|
|
245
|
+
"content": "AgentSession Manager",
|
|
246
|
+
"variant": "h2"
|
|
249
247
|
}
|
|
250
248
|
],
|
|
251
|
-
"
|
|
249
|
+
"gap": "sm",
|
|
252
250
|
"type": "stack",
|
|
253
|
-
"
|
|
251
|
+
"direction": "horizontal",
|
|
252
|
+
"align": "center"
|
|
254
253
|
},
|
|
255
254
|
{
|
|
256
|
-
"type": "stack",
|
|
257
|
-
"direction": "horizontal",
|
|
258
255
|
"gap": "sm",
|
|
256
|
+
"type": "stack",
|
|
259
257
|
"children": [
|
|
260
258
|
{
|
|
261
259
|
"action": "FORK",
|
|
260
|
+
"label": "Fork",
|
|
262
261
|
"variant": "secondary",
|
|
263
262
|
"icon": "git-branch",
|
|
264
|
-
"type": "button"
|
|
265
|
-
"label": "Fork"
|
|
263
|
+
"type": "button"
|
|
266
264
|
},
|
|
267
265
|
{
|
|
268
|
-
"icon": "tag",
|
|
269
266
|
"action": "LABEL",
|
|
270
|
-
"type": "button",
|
|
271
267
|
"variant": "secondary",
|
|
272
|
-
"
|
|
268
|
+
"icon": "tag",
|
|
269
|
+
"label": "Label",
|
|
270
|
+
"type": "button"
|
|
273
271
|
},
|
|
274
272
|
{
|
|
275
|
-
"icon": "square",
|
|
276
273
|
"label": "End",
|
|
277
274
|
"type": "button",
|
|
275
|
+
"icon": "square",
|
|
278
276
|
"action": "END",
|
|
279
277
|
"variant": "ghost"
|
|
280
278
|
}
|
|
281
|
-
]
|
|
279
|
+
],
|
|
280
|
+
"direction": "horizontal"
|
|
282
281
|
}
|
|
283
282
|
],
|
|
284
|
-
"
|
|
283
|
+
"direction": "horizontal",
|
|
284
|
+
"justify": "between",
|
|
285
|
+
"align": "center"
|
|
285
286
|
},
|
|
286
287
|
{
|
|
287
288
|
"type": "divider"
|
|
288
289
|
},
|
|
289
290
|
{
|
|
291
|
+
"itemActions": [
|
|
292
|
+
{
|
|
293
|
+
"label": "View",
|
|
294
|
+
"event": "VIEW",
|
|
295
|
+
"variant": "ghost"
|
|
296
|
+
}
|
|
297
|
+
],
|
|
298
|
+
"type": "data-grid",
|
|
290
299
|
"fields": [
|
|
291
300
|
{
|
|
292
|
-
"label": "Session ID",
|
|
293
301
|
"variant": "h4",
|
|
294
302
|
"icon": "terminal",
|
|
295
|
-
"name": "sessionId"
|
|
303
|
+
"name": "sessionId",
|
|
304
|
+
"label": "Session ID"
|
|
296
305
|
},
|
|
297
306
|
{
|
|
298
|
-
"name": "status",
|
|
299
|
-
"variant": "badge",
|
|
300
307
|
"colorMap": {
|
|
308
|
+
"failed": "destructive",
|
|
301
309
|
"pending": "warning",
|
|
302
|
-
"
|
|
310
|
+
"done": "success",
|
|
303
311
|
"inactive": "neutral",
|
|
304
|
-
"
|
|
312
|
+
"active": "success",
|
|
305
313
|
"scheduled": "warning",
|
|
306
|
-
"
|
|
307
|
-
"disabled": "neutral",
|
|
308
|
-
"cancelled": "destructive",
|
|
309
|
-
"failed": "destructive",
|
|
310
|
-
"error": "destructive",
|
|
314
|
+
"archived": "neutral",
|
|
311
315
|
"completed": "success",
|
|
312
|
-
"
|
|
316
|
+
"error": "destructive",
|
|
317
|
+
"draft": "warning",
|
|
318
|
+
"cancelled": "destructive",
|
|
319
|
+
"disabled": "neutral"
|
|
313
320
|
},
|
|
321
|
+
"variant": "badge",
|
|
322
|
+
"name": "status",
|
|
314
323
|
"label": "Status"
|
|
315
324
|
},
|
|
316
325
|
{
|
|
317
|
-
"label": "Label",
|
|
318
326
|
"variant": "caption",
|
|
319
|
-
"name": "label"
|
|
327
|
+
"name": "label",
|
|
328
|
+
"label": "Label"
|
|
320
329
|
}
|
|
321
330
|
],
|
|
322
|
-
"
|
|
323
|
-
{
|
|
324
|
-
"label": "View",
|
|
325
|
-
"event": "VIEW",
|
|
326
|
-
"variant": "ghost"
|
|
327
|
-
}
|
|
328
|
-
],
|
|
329
|
-
"entity": "AgentSession",
|
|
330
|
-
"type": "data-grid"
|
|
331
|
+
"entity": "AgentSession"
|
|
331
332
|
}
|
|
332
333
|
],
|
|
333
|
-
"
|
|
334
|
-
"type": "stack"
|
|
334
|
+
"direction": "vertical"
|
|
335
335
|
}
|
|
336
336
|
]
|
|
337
337
|
]
|
|
@@ -525,9 +525,12 @@
|
|
|
525
525
|
"modal",
|
|
526
526
|
{
|
|
527
527
|
"type": "stack",
|
|
528
|
+
"direction": "vertical",
|
|
529
|
+
"gap": "md",
|
|
528
530
|
"children": [
|
|
529
531
|
{
|
|
530
532
|
"type": "stack",
|
|
533
|
+
"gap": "sm",
|
|
531
534
|
"children": [
|
|
532
535
|
{
|
|
533
536
|
"type": "icon",
|
|
@@ -539,41 +542,38 @@
|
|
|
539
542
|
"content": "Label Session"
|
|
540
543
|
}
|
|
541
544
|
],
|
|
542
|
-
"gap": "sm",
|
|
543
545
|
"direction": "horizontal"
|
|
544
546
|
},
|
|
545
547
|
{
|
|
546
548
|
"type": "divider"
|
|
547
549
|
},
|
|
548
550
|
{
|
|
549
|
-
"gap": "md",
|
|
550
551
|
"children": [
|
|
551
552
|
{
|
|
552
|
-
"type": "typography",
|
|
553
553
|
"variant": "caption",
|
|
554
|
-
"content": "Session:"
|
|
554
|
+
"content": "Session:",
|
|
555
|
+
"type": "typography"
|
|
555
556
|
},
|
|
556
557
|
{
|
|
557
|
-
"
|
|
558
|
-
"
|
|
558
|
+
"type": "badge",
|
|
559
|
+
"label": "@entity.sessionId"
|
|
559
560
|
}
|
|
560
561
|
],
|
|
562
|
+
"gap": "md",
|
|
561
563
|
"type": "stack",
|
|
562
564
|
"direction": "horizontal"
|
|
563
565
|
},
|
|
564
566
|
{
|
|
567
|
+
"cancelEvent": "CLOSE",
|
|
568
|
+
"type": "form-section",
|
|
565
569
|
"submitEvent": "SAVE",
|
|
570
|
+
"mode": "edit",
|
|
566
571
|
"fields": [
|
|
567
572
|
"label"
|
|
568
573
|
],
|
|
569
|
-
"entity": "AgentSession"
|
|
570
|
-
"type": "form-section",
|
|
571
|
-
"mode": "edit",
|
|
572
|
-
"cancelEvent": "CLOSE"
|
|
574
|
+
"entity": "AgentSession"
|
|
573
575
|
}
|
|
574
|
-
]
|
|
575
|
-
"gap": "md",
|
|
576
|
-
"direction": "vertical"
|
|
576
|
+
]
|
|
577
577
|
}
|
|
578
578
|
]
|
|
579
579
|
]
|
|
@@ -862,9 +862,9 @@
|
|
|
862
862
|
"render-ui",
|
|
863
863
|
"main",
|
|
864
864
|
{
|
|
865
|
-
"description": "Session is ready",
|
|
866
|
-
"icon": "git-branch",
|
|
867
865
|
"type": "empty-state",
|
|
866
|
+
"icon": "git-branch",
|
|
867
|
+
"description": "Session is ready",
|
|
868
868
|
"title": "Session"
|
|
869
869
|
}
|
|
870
870
|
]
|
|
@@ -891,10 +891,10 @@
|
|
|
891
891
|
"create",
|
|
892
892
|
"AgentSession",
|
|
893
893
|
{
|
|
894
|
-
"
|
|
895
|
-
"parentId": "@entity.parentId",
|
|
894
|
+
"sessionId": "@entity.sessionId",
|
|
896
895
|
"createdAt": "@now",
|
|
897
|
-
"
|
|
896
|
+
"parentId": "@entity.parentId",
|
|
897
|
+
"status": "forked"
|
|
898
898
|
}
|
|
899
899
|
],
|
|
900
900
|
[
|
|
@@ -933,8 +933,8 @@
|
|
|
933
933
|
"AgentSession",
|
|
934
934
|
{
|
|
935
935
|
"emit": {
|
|
936
|
-
"
|
|
937
|
-
"
|
|
936
|
+
"success": "AgentSessionLoaded",
|
|
937
|
+
"failure": "AgentSessionLoadFailed"
|
|
938
938
|
}
|
|
939
939
|
}
|
|
940
940
|
]
|
|
@@ -977,10 +977,10 @@
|
|
|
977
977
|
"create",
|
|
978
978
|
"AgentSession",
|
|
979
979
|
{
|
|
980
|
-
"parentId": "@entity.parentId",
|
|
981
|
-
"createdAt": "@now",
|
|
982
980
|
"sessionId": "@entity.sessionId",
|
|
983
|
-
"
|
|
981
|
+
"createdAt": "@now",
|
|
982
|
+
"status": "forked",
|
|
983
|
+
"parentId": "@entity.parentId"
|
|
984
984
|
}
|
|
985
985
|
],
|
|
986
986
|
[
|
|
@@ -1074,10 +1074,10 @@
|
|
|
1074
1074
|
"render-ui",
|
|
1075
1075
|
"main",
|
|
1076
1076
|
{
|
|
1077
|
-
"type": "empty-state",
|
|
1078
|
-
"title": "Session",
|
|
1079
1077
|
"icon": "git-branch",
|
|
1080
|
-
"
|
|
1078
|
+
"type": "empty-state",
|
|
1079
|
+
"description": "Session is ready",
|
|
1080
|
+
"title": "Session"
|
|
1081
1081
|
}
|
|
1082
1082
|
]
|
|
1083
1083
|
]
|