@almadar/std 8.2.0 → 8.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/dist/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/dist/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/dist/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/dist/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/dist/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/dist/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/dist/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/dist/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/dist/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/dist/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/package.json +1 -1
|
@@ -317,22 +317,22 @@
|
|
|
317
317
|
"render-ui",
|
|
318
318
|
"main",
|
|
319
319
|
{
|
|
320
|
-
"
|
|
320
|
+
"className": "py-12",
|
|
321
|
+
"align": "center",
|
|
321
322
|
"children": [
|
|
322
323
|
{
|
|
323
324
|
"type": "spinner"
|
|
324
325
|
},
|
|
325
326
|
{
|
|
326
|
-
"
|
|
327
|
+
"content": "Loading conversation…",
|
|
327
328
|
"type": "typography",
|
|
328
|
-
"
|
|
329
|
-
"
|
|
329
|
+
"variant": "caption",
|
|
330
|
+
"color": "muted"
|
|
330
331
|
}
|
|
331
332
|
],
|
|
333
|
+
"gap": "md",
|
|
332
334
|
"direction": "vertical",
|
|
333
|
-
"
|
|
334
|
-
"className": "py-12",
|
|
335
|
-
"gap": "md"
|
|
335
|
+
"type": "stack"
|
|
336
336
|
}
|
|
337
337
|
]
|
|
338
338
|
]
|
|
@@ -347,86 +347,86 @@
|
|
|
347
347
|
"main",
|
|
348
348
|
{
|
|
349
349
|
"direction": "vertical",
|
|
350
|
-
"type": "stack",
|
|
351
350
|
"gap": "lg",
|
|
351
|
+
"type": "stack",
|
|
352
352
|
"children": [
|
|
353
353
|
{
|
|
354
354
|
"direction": "horizontal",
|
|
355
|
-
"gap": "sm",
|
|
356
355
|
"justify": "between",
|
|
357
|
-
"
|
|
356
|
+
"align": "center",
|
|
358
357
|
"children": [
|
|
359
358
|
{
|
|
360
|
-
"direction": "horizontal",
|
|
361
359
|
"gap": "sm",
|
|
362
|
-
"type": "stack",
|
|
363
|
-
"align": "center",
|
|
364
360
|
"children": [
|
|
365
361
|
{
|
|
366
362
|
"name": "message-circle",
|
|
367
363
|
"type": "icon"
|
|
368
364
|
},
|
|
369
365
|
{
|
|
370
|
-
"type": "typography",
|
|
371
366
|
"content": "Conversation Thread",
|
|
372
|
-
"variant": "h2"
|
|
367
|
+
"variant": "h2",
|
|
368
|
+
"type": "typography"
|
|
373
369
|
}
|
|
374
|
-
]
|
|
370
|
+
],
|
|
371
|
+
"direction": "horizontal",
|
|
372
|
+
"type": "stack",
|
|
373
|
+
"align": "center"
|
|
375
374
|
},
|
|
376
375
|
{
|
|
376
|
+
"label": "New Message",
|
|
377
|
+
"type": "button",
|
|
377
378
|
"action": "COMPOSE",
|
|
378
379
|
"variant": "primary",
|
|
379
|
-
"icon": "plus"
|
|
380
|
-
"type": "button",
|
|
381
|
-
"label": "New Message"
|
|
380
|
+
"icon": "plus"
|
|
382
381
|
}
|
|
383
382
|
],
|
|
384
|
-
"
|
|
383
|
+
"type": "stack",
|
|
384
|
+
"gap": "sm"
|
|
385
385
|
},
|
|
386
386
|
{
|
|
387
387
|
"type": "divider"
|
|
388
388
|
},
|
|
389
389
|
{
|
|
390
|
-
"type": "data-list",
|
|
391
|
-
"entity": "@payload.data",
|
|
392
390
|
"fields": [],
|
|
391
|
+
"entity": "@payload.data",
|
|
392
|
+
"type": "data-list",
|
|
393
393
|
"renderItem": [
|
|
394
394
|
"fn",
|
|
395
395
|
"item",
|
|
396
396
|
{
|
|
397
|
-
"direction": "vertical",
|
|
398
|
-
"gap": "xs",
|
|
399
|
-
"type": "stack",
|
|
400
397
|
"children": [
|
|
401
398
|
{
|
|
402
|
-
"gap": "sm",
|
|
403
|
-
"type": "stack",
|
|
404
|
-
"direction": "horizontal",
|
|
405
399
|
"children": [
|
|
406
400
|
{
|
|
407
401
|
"type": "badge",
|
|
408
402
|
"label": "@item.role"
|
|
409
403
|
},
|
|
410
404
|
{
|
|
411
|
-
"
|
|
405
|
+
"type": "badge",
|
|
412
406
|
"label": "@item.status",
|
|
413
|
-
"
|
|
407
|
+
"variant": "secondary"
|
|
414
408
|
},
|
|
415
409
|
{
|
|
410
|
+
"type": "typography",
|
|
416
411
|
"color": "muted",
|
|
417
412
|
"content": "@item.timestamp",
|
|
418
|
-
"type": "typography",
|
|
419
413
|
"variant": "caption"
|
|
420
414
|
}
|
|
421
415
|
],
|
|
422
|
-
"
|
|
416
|
+
"type": "stack",
|
|
417
|
+
"gap": "sm",
|
|
418
|
+
"align": "center",
|
|
419
|
+
"direction": "horizontal"
|
|
423
420
|
},
|
|
424
421
|
{
|
|
425
422
|
"variant": "body",
|
|
426
|
-
"
|
|
427
|
-
"
|
|
423
|
+
"type": "typography",
|
|
424
|
+
"content": "@item.content"
|
|
428
425
|
}
|
|
429
|
-
]
|
|
426
|
+
],
|
|
427
|
+
"type": "stack",
|
|
428
|
+
"direction": "vertical",
|
|
429
|
+
"gap": "xs"
|
|
430
430
|
}
|
|
431
431
|
]
|
|
432
432
|
}
|
|
@@ -444,36 +444,36 @@
|
|
|
444
444
|
"render-ui",
|
|
445
445
|
"main",
|
|
446
446
|
{
|
|
447
|
-
"align": "center",
|
|
448
447
|
"children": [
|
|
449
448
|
{
|
|
450
449
|
"type": "icon",
|
|
451
|
-
"
|
|
452
|
-
"
|
|
450
|
+
"color": "destructive",
|
|
451
|
+
"name": "alert-triangle"
|
|
453
452
|
},
|
|
454
453
|
{
|
|
454
|
+
"type": "typography",
|
|
455
455
|
"variant": "h3",
|
|
456
|
-
"content": "Failed to load"
|
|
457
|
-
"type": "typography"
|
|
456
|
+
"content": "Failed to load"
|
|
458
457
|
},
|
|
459
458
|
{
|
|
460
|
-
"
|
|
459
|
+
"color": "muted",
|
|
461
460
|
"type": "typography",
|
|
462
461
|
"content": "@payload.error",
|
|
463
|
-
"
|
|
462
|
+
"variant": "body"
|
|
464
463
|
},
|
|
465
464
|
{
|
|
466
465
|
"type": "button",
|
|
467
|
-
"action": "INIT",
|
|
468
466
|
"label": "Retry",
|
|
469
467
|
"variant": "primary",
|
|
470
|
-
"icon": "rotate-ccw"
|
|
468
|
+
"icon": "rotate-ccw",
|
|
469
|
+
"action": "INIT"
|
|
471
470
|
}
|
|
472
471
|
],
|
|
473
|
-
"
|
|
472
|
+
"align": "center",
|
|
474
473
|
"type": "stack",
|
|
475
474
|
"className": "py-12",
|
|
476
|
-
"gap": "md"
|
|
475
|
+
"gap": "md",
|
|
476
|
+
"direction": "vertical"
|
|
477
477
|
}
|
|
478
478
|
]
|
|
479
479
|
]
|
|
@@ -487,9 +487,12 @@
|
|
|
487
487
|
"render-ui",
|
|
488
488
|
"main",
|
|
489
489
|
{
|
|
490
|
+
"type": "stack",
|
|
490
491
|
"direction": "vertical",
|
|
492
|
+
"gap": "lg",
|
|
491
493
|
"children": [
|
|
492
494
|
{
|
|
495
|
+
"type": "stack",
|
|
493
496
|
"align": "center",
|
|
494
497
|
"children": [
|
|
495
498
|
{
|
|
@@ -497,30 +500,27 @@
|
|
|
497
500
|
"type": "icon"
|
|
498
501
|
},
|
|
499
502
|
{
|
|
503
|
+
"variant": "h2",
|
|
500
504
|
"type": "typography",
|
|
501
|
-
"content": "Conversation Thread"
|
|
502
|
-
"variant": "h2"
|
|
505
|
+
"content": "Conversation Thread"
|
|
503
506
|
}
|
|
504
507
|
],
|
|
505
508
|
"direction": "horizontal",
|
|
506
|
-
"type": "stack",
|
|
507
509
|
"gap": "sm"
|
|
508
510
|
},
|
|
509
511
|
{
|
|
510
512
|
"type": "divider"
|
|
511
513
|
},
|
|
512
514
|
{
|
|
513
|
-
"
|
|
515
|
+
"cancelEvent": "CANCEL_COMPOSE",
|
|
514
516
|
"fields": [
|
|
515
517
|
"content"
|
|
516
518
|
],
|
|
517
|
-
"cancelEvent": "CANCEL_COMPOSE",
|
|
518
519
|
"type": "form-section",
|
|
520
|
+
"mode": "create",
|
|
519
521
|
"submitEvent": "SEND"
|
|
520
522
|
}
|
|
521
|
-
]
|
|
522
|
-
"type": "stack",
|
|
523
|
-
"gap": "lg"
|
|
523
|
+
]
|
|
524
524
|
}
|
|
525
525
|
]
|
|
526
526
|
]
|
|
@@ -536,8 +536,8 @@
|
|
|
536
536
|
"AgentConversation",
|
|
537
537
|
{
|
|
538
538
|
"emit": {
|
|
539
|
-
"
|
|
540
|
-
"
|
|
539
|
+
"success": "AgentConversationDeleted",
|
|
540
|
+
"failure": "AgentConversationDeleteFailed"
|
|
541
541
|
}
|
|
542
542
|
}
|
|
543
543
|
],
|
|
@@ -560,9 +560,9 @@
|
|
|
560
560
|
"create",
|
|
561
561
|
"AgentConversation",
|
|
562
562
|
{
|
|
563
|
+
"content": "@payload.content",
|
|
563
564
|
"role": "user",
|
|
564
565
|
"status": "sent",
|
|
565
|
-
"content": "@payload.content",
|
|
566
566
|
"timestamp": "@now"
|
|
567
567
|
},
|
|
568
568
|
{
|
|
@@ -615,8 +615,8 @@
|
|
|
615
615
|
"AgentConversation",
|
|
616
616
|
{
|
|
617
617
|
"emit": {
|
|
618
|
-
"
|
|
619
|
-
"
|
|
618
|
+
"failure": "AgentConversationLoadFailed",
|
|
619
|
+
"success": "AgentConversationLoaded"
|
|
620
620
|
}
|
|
621
621
|
}
|
|
622
622
|
],
|
|
@@ -638,36 +638,36 @@
|
|
|
638
638
|
"render-ui",
|
|
639
639
|
"main",
|
|
640
640
|
{
|
|
641
|
-
"align": "center",
|
|
642
641
|
"direction": "vertical",
|
|
643
|
-
"
|
|
642
|
+
"type": "stack",
|
|
643
|
+
"align": "center",
|
|
644
644
|
"className": "py-12",
|
|
645
645
|
"children": [
|
|
646
646
|
{
|
|
647
|
-
"
|
|
647
|
+
"color": "destructive",
|
|
648
648
|
"type": "icon",
|
|
649
|
-
"
|
|
649
|
+
"name": "alert-triangle"
|
|
650
650
|
},
|
|
651
651
|
{
|
|
652
|
-
"
|
|
652
|
+
"type": "typography",
|
|
653
653
|
"variant": "h3",
|
|
654
|
-
"
|
|
654
|
+
"content": "Failed to send"
|
|
655
655
|
},
|
|
656
656
|
{
|
|
657
|
-
"
|
|
657
|
+
"type": "typography",
|
|
658
658
|
"color": "muted",
|
|
659
659
|
"variant": "body",
|
|
660
|
-
"
|
|
660
|
+
"content": "@payload.error"
|
|
661
661
|
},
|
|
662
662
|
{
|
|
663
|
+
"icon": "rotate-ccw",
|
|
663
664
|
"type": "button",
|
|
665
|
+
"action": "INIT",
|
|
664
666
|
"variant": "primary",
|
|
665
|
-
"label": "Retry"
|
|
666
|
-
"icon": "rotate-ccw",
|
|
667
|
-
"action": "INIT"
|
|
667
|
+
"label": "Retry"
|
|
668
668
|
}
|
|
669
669
|
],
|
|
670
|
-
"
|
|
670
|
+
"gap": "md"
|
|
671
671
|
}
|
|
672
672
|
]
|
|
673
673
|
]
|
|
@@ -682,8 +682,8 @@
|
|
|
682
682
|
"AgentConversation",
|
|
683
683
|
{
|
|
684
684
|
"emit": {
|
|
685
|
-
"
|
|
686
|
-
"
|
|
685
|
+
"failure": "AgentConversationLoadFailed",
|
|
686
|
+
"success": "AgentConversationLoaded"
|
|
687
687
|
}
|
|
688
688
|
}
|
|
689
689
|
],
|
|
@@ -705,36 +705,36 @@
|
|
|
705
705
|
"render-ui",
|
|
706
706
|
"main",
|
|
707
707
|
{
|
|
708
|
-
"className": "py-12",
|
|
709
708
|
"direction": "vertical",
|
|
709
|
+
"type": "stack",
|
|
710
|
+
"align": "center",
|
|
711
|
+
"className": "py-12",
|
|
710
712
|
"children": [
|
|
711
713
|
{
|
|
712
|
-
"type": "icon",
|
|
713
714
|
"name": "alert-triangle",
|
|
714
|
-
"color": "destructive"
|
|
715
|
+
"color": "destructive",
|
|
716
|
+
"type": "icon"
|
|
715
717
|
},
|
|
716
718
|
{
|
|
717
|
-
"
|
|
719
|
+
"type": "typography",
|
|
718
720
|
"variant": "h3",
|
|
719
|
-
"
|
|
721
|
+
"content": "Failed to clear"
|
|
720
722
|
},
|
|
721
723
|
{
|
|
724
|
+
"content": "@payload.error",
|
|
722
725
|
"type": "typography",
|
|
723
726
|
"variant": "body",
|
|
724
|
-
"content": "@payload.error",
|
|
725
727
|
"color": "muted"
|
|
726
728
|
},
|
|
727
729
|
{
|
|
728
730
|
"label": "Retry",
|
|
729
|
-
"variant": "primary",
|
|
730
|
-
"type": "button",
|
|
731
731
|
"icon": "rotate-ccw",
|
|
732
|
-
"
|
|
732
|
+
"type": "button",
|
|
733
|
+
"action": "INIT",
|
|
734
|
+
"variant": "primary"
|
|
733
735
|
}
|
|
734
736
|
],
|
|
735
|
-
"gap": "md"
|
|
736
|
-
"align": "center",
|
|
737
|
-
"type": "stack"
|
|
737
|
+
"gap": "md"
|
|
738
738
|
}
|
|
739
739
|
]
|
|
740
740
|
]
|
|
@@ -907,9 +907,9 @@
|
|
|
907
907
|
"render-ui",
|
|
908
908
|
"main",
|
|
909
909
|
{
|
|
910
|
-
"type": "empty-state",
|
|
911
910
|
"title": "Conversation",
|
|
912
911
|
"description": "Conversation is ready",
|
|
912
|
+
"type": "empty-state",
|
|
913
913
|
"icon": "message-circle"
|
|
914
914
|
}
|
|
915
915
|
]
|
|
@@ -992,4 +992,4 @@
|
|
|
992
992
|
]
|
|
993
993
|
}
|
|
994
994
|
]
|
|
995
|
-
}
|
|
995
|
+
}
|