@almadar/std 10.0.0 → 11.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 +80 -80
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- package/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/behaviors/registry/core/atoms/std-related.orb +37 -37
- package/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/behaviors/registry/core/atoms/std-tabs.orb +44 -44
- package/behaviors/registry/core/molecules/std-cart.orb +47 -47
- package/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/dist/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/dist/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/dist/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/dist/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/dist/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/dist/behaviors/registry/core/atoms/std-related.orb +37 -37
- package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +44 -44
- package/dist/behaviors/registry/core/molecules/std-cart.orb +47 -47
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/dist/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/dist/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/dist/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- package/package.json +1 -1
|
@@ -294,22 +294,22 @@
|
|
|
294
294
|
"render-ui",
|
|
295
295
|
"main",
|
|
296
296
|
{
|
|
297
|
-
"type": "stack",
|
|
298
297
|
"direction": "vertical",
|
|
299
298
|
"gap": "md",
|
|
300
|
-
"
|
|
301
|
-
"className": "py-12",
|
|
299
|
+
"type": "stack",
|
|
302
300
|
"children": [
|
|
303
301
|
{
|
|
304
302
|
"type": "spinner"
|
|
305
303
|
},
|
|
306
304
|
{
|
|
307
|
-
"variant": "caption",
|
|
308
305
|
"color": "muted",
|
|
309
|
-
"
|
|
310
|
-
"type": "typography"
|
|
306
|
+
"variant": "caption",
|
|
307
|
+
"type": "typography",
|
|
308
|
+
"content": "Loading conversation…"
|
|
311
309
|
}
|
|
312
|
-
]
|
|
310
|
+
],
|
|
311
|
+
"className": "py-12",
|
|
312
|
+
"align": "center"
|
|
313
313
|
}
|
|
314
314
|
]
|
|
315
315
|
]
|
|
@@ -324,48 +324,48 @@
|
|
|
324
324
|
"main",
|
|
325
325
|
{
|
|
326
326
|
"type": "stack",
|
|
327
|
-
"gap": "lg",
|
|
328
327
|
"direction": "vertical",
|
|
328
|
+
"gap": "lg",
|
|
329
329
|
"children": [
|
|
330
330
|
{
|
|
331
|
-
"direction": "horizontal",
|
|
332
|
-
"gap": "sm",
|
|
333
331
|
"justify": "between",
|
|
332
|
+
"gap": "sm",
|
|
333
|
+
"type": "stack",
|
|
334
|
+
"direction": "horizontal",
|
|
335
|
+
"align": "center",
|
|
334
336
|
"children": [
|
|
335
337
|
{
|
|
336
|
-
"direction": "horizontal",
|
|
337
338
|
"type": "stack",
|
|
338
|
-
"gap": "sm",
|
|
339
|
-
"align": "center",
|
|
340
339
|
"children": [
|
|
341
340
|
{
|
|
342
341
|
"name": "message-circle",
|
|
343
342
|
"type": "icon"
|
|
344
343
|
},
|
|
345
344
|
{
|
|
346
|
-
"content": "Chat Thread",
|
|
347
345
|
"type": "typography",
|
|
346
|
+
"content": "Chat Thread",
|
|
348
347
|
"variant": "h2"
|
|
349
348
|
}
|
|
350
|
-
]
|
|
349
|
+
],
|
|
350
|
+
"direction": "horizontal",
|
|
351
|
+
"gap": "sm",
|
|
352
|
+
"align": "center"
|
|
351
353
|
},
|
|
352
354
|
{
|
|
353
|
-
"action": "COMPOSE",
|
|
354
|
-
"type": "button",
|
|
355
355
|
"icon": "plus",
|
|
356
|
+
"label": "New Message",
|
|
357
|
+
"type": "button",
|
|
356
358
|
"variant": "primary",
|
|
357
|
-
"
|
|
359
|
+
"action": "COMPOSE"
|
|
358
360
|
}
|
|
359
|
-
]
|
|
360
|
-
"type": "stack",
|
|
361
|
-
"align": "center"
|
|
361
|
+
]
|
|
362
362
|
},
|
|
363
363
|
{
|
|
364
364
|
"type": "divider"
|
|
365
365
|
},
|
|
366
366
|
{
|
|
367
|
-
"entity": "@payload.data",
|
|
368
367
|
"fields": [],
|
|
368
|
+
"entity": "@payload.data",
|
|
369
369
|
"type": "data-list",
|
|
370
370
|
"renderItem": [
|
|
371
371
|
"fn",
|
|
@@ -376,27 +376,27 @@
|
|
|
376
376
|
"gap": "xs",
|
|
377
377
|
"children": [
|
|
378
378
|
{
|
|
379
|
+
"align": "center",
|
|
380
|
+
"gap": "sm",
|
|
381
|
+
"type": "stack",
|
|
382
|
+
"direction": "horizontal",
|
|
379
383
|
"children": [
|
|
380
384
|
{
|
|
381
|
-
"
|
|
382
|
-
"
|
|
385
|
+
"type": "badge",
|
|
386
|
+
"label": "@item.role"
|
|
383
387
|
},
|
|
384
388
|
{
|
|
389
|
+
"variant": "secondary",
|
|
385
390
|
"label": "@item.status",
|
|
386
|
-
"type": "badge"
|
|
387
|
-
"variant": "secondary"
|
|
391
|
+
"type": "badge"
|
|
388
392
|
},
|
|
389
393
|
{
|
|
390
|
-
"variant": "caption",
|
|
391
394
|
"type": "typography",
|
|
395
|
+
"color": "muted",
|
|
392
396
|
"content": "@item.timestamp",
|
|
393
|
-
"
|
|
397
|
+
"variant": "caption"
|
|
394
398
|
}
|
|
395
|
-
]
|
|
396
|
-
"type": "stack",
|
|
397
|
-
"align": "center",
|
|
398
|
-
"direction": "horizontal",
|
|
399
|
-
"gap": "sm"
|
|
399
|
+
]
|
|
400
400
|
},
|
|
401
401
|
{
|
|
402
402
|
"type": "typography",
|
|
@@ -421,36 +421,36 @@
|
|
|
421
421
|
"render-ui",
|
|
422
422
|
"main",
|
|
423
423
|
{
|
|
424
|
+
"type": "stack",
|
|
424
425
|
"direction": "vertical",
|
|
425
|
-
"
|
|
426
|
+
"className": "py-12",
|
|
426
427
|
"children": [
|
|
427
428
|
{
|
|
428
429
|
"color": "destructive",
|
|
429
|
-
"
|
|
430
|
-
"
|
|
430
|
+
"type": "icon",
|
|
431
|
+
"name": "alert-triangle"
|
|
431
432
|
},
|
|
432
433
|
{
|
|
433
|
-
"variant": "h3",
|
|
434
434
|
"type": "typography",
|
|
435
|
+
"variant": "h3",
|
|
435
436
|
"content": "Failed to load conversation"
|
|
436
437
|
},
|
|
437
438
|
{
|
|
439
|
+
"type": "typography",
|
|
438
440
|
"color": "muted",
|
|
439
441
|
"content": "@payload.error",
|
|
440
|
-
"variant": "body"
|
|
441
|
-
"type": "typography"
|
|
442
|
+
"variant": "body"
|
|
442
443
|
},
|
|
443
444
|
{
|
|
444
|
-
"action": "INIT",
|
|
445
|
-
"type": "button",
|
|
446
|
-
"variant": "primary",
|
|
447
445
|
"icon": "rotate-ccw",
|
|
448
|
-
"
|
|
446
|
+
"type": "button",
|
|
447
|
+
"label": "Retry",
|
|
448
|
+
"action": "INIT",
|
|
449
|
+
"variant": "primary"
|
|
449
450
|
}
|
|
450
451
|
],
|
|
451
|
-
"
|
|
452
|
-
"gap": "md"
|
|
453
|
-
"className": "py-12"
|
|
452
|
+
"align": "center",
|
|
453
|
+
"gap": "md"
|
|
454
454
|
}
|
|
455
455
|
]
|
|
456
456
|
]
|
|
@@ -467,46 +467,46 @@
|
|
|
467
467
|
"type": "stack",
|
|
468
468
|
"children": [
|
|
469
469
|
{
|
|
470
|
-
"
|
|
471
|
-
"
|
|
470
|
+
"justify": "between",
|
|
471
|
+
"direction": "horizontal",
|
|
472
472
|
"align": "center",
|
|
473
473
|
"children": [
|
|
474
474
|
{
|
|
475
475
|
"align": "center",
|
|
476
|
+
"type": "stack",
|
|
477
|
+
"gap": "sm",
|
|
476
478
|
"children": [
|
|
477
479
|
{
|
|
478
|
-
"
|
|
479
|
-
"
|
|
480
|
+
"name": "message-circle",
|
|
481
|
+
"type": "icon"
|
|
480
482
|
},
|
|
481
483
|
{
|
|
482
|
-
"
|
|
484
|
+
"type": "typography",
|
|
483
485
|
"content": "Chat Thread",
|
|
484
|
-
"
|
|
486
|
+
"variant": "h2"
|
|
485
487
|
}
|
|
486
488
|
],
|
|
487
|
-
"gap": "sm",
|
|
488
|
-
"type": "stack",
|
|
489
489
|
"direction": "horizontal"
|
|
490
490
|
}
|
|
491
491
|
],
|
|
492
|
-
"
|
|
493
|
-
"
|
|
492
|
+
"type": "stack",
|
|
493
|
+
"gap": "sm"
|
|
494
494
|
},
|
|
495
495
|
{
|
|
496
496
|
"type": "divider"
|
|
497
497
|
},
|
|
498
498
|
{
|
|
499
|
-
"type": "form-section",
|
|
500
|
-
"mode": "create",
|
|
501
|
-
"cancelEvent": "CANCEL_COMPOSE",
|
|
502
|
-
"submitEvent": "SEND",
|
|
503
499
|
"fields": [
|
|
504
500
|
"content"
|
|
505
|
-
]
|
|
501
|
+
],
|
|
502
|
+
"submitEvent": "SEND",
|
|
503
|
+
"mode": "create",
|
|
504
|
+
"type": "form-section",
|
|
505
|
+
"cancelEvent": "CANCEL_COMPOSE"
|
|
506
506
|
}
|
|
507
507
|
],
|
|
508
|
-
"
|
|
509
|
-
"
|
|
508
|
+
"direction": "vertical",
|
|
509
|
+
"gap": "lg"
|
|
510
510
|
}
|
|
511
511
|
]
|
|
512
512
|
]
|
|
@@ -522,8 +522,8 @@
|
|
|
522
522
|
"AgentChatThread",
|
|
523
523
|
{
|
|
524
524
|
"emit": {
|
|
525
|
-
"
|
|
526
|
-
"
|
|
525
|
+
"success": "AgentChatThreadDeleted",
|
|
526
|
+
"failure": "AgentChatThreadDeleteFailed"
|
|
527
527
|
}
|
|
528
528
|
}
|
|
529
529
|
],
|
|
@@ -531,22 +531,22 @@
|
|
|
531
531
|
"render-ui",
|
|
532
532
|
"main",
|
|
533
533
|
{
|
|
534
|
-
"align": "center",
|
|
535
534
|
"gap": "md",
|
|
536
|
-
"className": "py-12",
|
|
537
|
-
"direction": "vertical",
|
|
538
535
|
"type": "stack",
|
|
536
|
+
"direction": "vertical",
|
|
539
537
|
"children": [
|
|
540
538
|
{
|
|
541
539
|
"type": "spinner"
|
|
542
540
|
},
|
|
543
541
|
{
|
|
544
|
-
"type": "typography",
|
|
545
|
-
"color": "muted",
|
|
546
542
|
"content": "Clearing conversation…",
|
|
543
|
+
"color": "muted",
|
|
544
|
+
"type": "typography",
|
|
547
545
|
"variant": "caption"
|
|
548
546
|
}
|
|
549
|
-
]
|
|
547
|
+
],
|
|
548
|
+
"align": "center",
|
|
549
|
+
"className": "py-12"
|
|
550
550
|
}
|
|
551
551
|
]
|
|
552
552
|
]
|
|
@@ -561,10 +561,10 @@
|
|
|
561
561
|
"create",
|
|
562
562
|
"AgentChatThread",
|
|
563
563
|
{
|
|
564
|
-
"timestamp": "@now",
|
|
565
564
|
"content": "@payload.content",
|
|
565
|
+
"role": "user",
|
|
566
566
|
"status": "sent",
|
|
567
|
-
"
|
|
567
|
+
"timestamp": "@now"
|
|
568
568
|
},
|
|
569
569
|
{
|
|
570
570
|
"emit": {
|
|
@@ -577,22 +577,22 @@
|
|
|
577
577
|
"render-ui",
|
|
578
578
|
"main",
|
|
579
579
|
{
|
|
580
|
+
"type": "stack",
|
|
580
581
|
"align": "center",
|
|
581
582
|
"className": "py-12",
|
|
583
|
+
"direction": "vertical",
|
|
582
584
|
"children": [
|
|
583
585
|
{
|
|
584
586
|
"type": "spinner"
|
|
585
587
|
},
|
|
586
588
|
{
|
|
589
|
+
"variant": "caption",
|
|
587
590
|
"type": "typography",
|
|
588
|
-
"content": "Sending…",
|
|
589
591
|
"color": "muted",
|
|
590
|
-
"
|
|
592
|
+
"content": "Sending…"
|
|
591
593
|
}
|
|
592
594
|
],
|
|
593
|
-
"gap": "md"
|
|
594
|
-
"direction": "vertical",
|
|
595
|
-
"type": "stack"
|
|
595
|
+
"gap": "md"
|
|
596
596
|
}
|
|
597
597
|
]
|
|
598
598
|
]
|
|
@@ -654,36 +654,36 @@
|
|
|
654
654
|
"render-ui",
|
|
655
655
|
"main",
|
|
656
656
|
{
|
|
657
|
-
"direction": "vertical",
|
|
658
|
-
"align": "center",
|
|
659
657
|
"className": "py-12",
|
|
658
|
+
"direction": "vertical",
|
|
659
|
+
"gap": "md",
|
|
660
660
|
"children": [
|
|
661
661
|
{
|
|
662
|
-
"
|
|
662
|
+
"name": "alert-triangle",
|
|
663
663
|
"type": "icon",
|
|
664
|
-
"
|
|
664
|
+
"color": "destructive"
|
|
665
665
|
},
|
|
666
666
|
{
|
|
667
667
|
"content": "Failed to send message",
|
|
668
|
-
"
|
|
669
|
-
"
|
|
668
|
+
"type": "typography",
|
|
669
|
+
"variant": "h3"
|
|
670
670
|
},
|
|
671
671
|
{
|
|
672
672
|
"variant": "body",
|
|
673
673
|
"color": "muted",
|
|
674
|
-
"
|
|
675
|
-
"
|
|
674
|
+
"content": "@payload.error",
|
|
675
|
+
"type": "typography"
|
|
676
676
|
},
|
|
677
677
|
{
|
|
678
678
|
"type": "button",
|
|
679
|
+
"action": "INIT",
|
|
679
680
|
"label": "Retry",
|
|
680
|
-
"icon": "rotate-ccw",
|
|
681
681
|
"variant": "primary",
|
|
682
|
-
"
|
|
682
|
+
"icon": "rotate-ccw"
|
|
683
683
|
}
|
|
684
684
|
],
|
|
685
|
-
"
|
|
686
|
-
"
|
|
685
|
+
"align": "center",
|
|
686
|
+
"type": "stack"
|
|
687
687
|
}
|
|
688
688
|
]
|
|
689
689
|
]
|
|
@@ -721,36 +721,36 @@
|
|
|
721
721
|
"render-ui",
|
|
722
722
|
"main",
|
|
723
723
|
{
|
|
724
|
+
"type": "stack",
|
|
725
|
+
"direction": "vertical",
|
|
726
|
+
"align": "center",
|
|
727
|
+
"className": "py-12",
|
|
724
728
|
"children": [
|
|
725
729
|
{
|
|
726
|
-
"color": "destructive",
|
|
727
730
|
"type": "icon",
|
|
728
|
-
"name": "alert-triangle"
|
|
731
|
+
"name": "alert-triangle",
|
|
732
|
+
"color": "destructive"
|
|
729
733
|
},
|
|
730
734
|
{
|
|
731
|
-
"variant": "h3",
|
|
732
735
|
"type": "typography",
|
|
736
|
+
"variant": "h3",
|
|
733
737
|
"content": "Failed to clear conversation"
|
|
734
738
|
},
|
|
735
739
|
{
|
|
736
|
-
"color": "muted",
|
|
737
740
|
"type": "typography",
|
|
738
741
|
"variant": "body",
|
|
742
|
+
"color": "muted",
|
|
739
743
|
"content": "@payload.error"
|
|
740
744
|
},
|
|
741
745
|
{
|
|
742
|
-
"icon": "rotate-ccw",
|
|
743
746
|
"label": "Retry",
|
|
747
|
+
"type": "button",
|
|
744
748
|
"action": "INIT",
|
|
745
749
|
"variant": "primary",
|
|
746
|
-
"
|
|
750
|
+
"icon": "rotate-ccw"
|
|
747
751
|
}
|
|
748
752
|
],
|
|
749
|
-
"
|
|
750
|
-
"className": "py-12",
|
|
751
|
-
"type": "stack",
|
|
752
|
-
"gap": "md",
|
|
753
|
-
"align": "center"
|
|
753
|
+
"gap": "md"
|
|
754
754
|
}
|
|
755
755
|
]
|
|
756
756
|
]
|
|
@@ -765,8 +765,8 @@
|
|
|
765
765
|
"AgentChatThread",
|
|
766
766
|
{
|
|
767
767
|
"emit": {
|
|
768
|
-
"
|
|
769
|
-
"
|
|
768
|
+
"success": "AgentChatThreadLoaded",
|
|
769
|
+
"failure": "AgentChatThreadLoadFailed"
|
|
770
770
|
}
|
|
771
771
|
}
|
|
772
772
|
],
|