@almadar/std 8.2.0 → 8.3.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 +83 -83
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/behaviors/registry/core/atoms/std-modal.orb +14 -32
- package/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- package/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/behaviors/registry/game/atoms/std-timer.orb +251 -260
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +83 -83
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/dist/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/dist/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-modal.orb +14 -32
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/dist/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/dist/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/dist/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/dist/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/dist/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/dist/behaviors/registry/game/atoms/std-timer.orb +251 -260
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/package.json +1 -1
|
@@ -308,8 +308,8 @@
|
|
|
308
308
|
"AgentConversation",
|
|
309
309
|
{
|
|
310
310
|
"emit": {
|
|
311
|
-
"
|
|
312
|
-
"
|
|
311
|
+
"success": "AgentConversationLoaded",
|
|
312
|
+
"failure": "AgentConversationLoadFailed"
|
|
313
313
|
}
|
|
314
314
|
}
|
|
315
315
|
],
|
|
@@ -317,22 +317,22 @@
|
|
|
317
317
|
"render-ui",
|
|
318
318
|
"main",
|
|
319
319
|
{
|
|
320
|
-
"
|
|
320
|
+
"align": "center",
|
|
321
321
|
"children": [
|
|
322
322
|
{
|
|
323
323
|
"type": "spinner"
|
|
324
324
|
},
|
|
325
325
|
{
|
|
326
|
-
"variant": "caption",
|
|
327
326
|
"type": "typography",
|
|
328
327
|
"color": "muted",
|
|
328
|
+
"variant": "caption",
|
|
329
329
|
"content": "Loading conversation…"
|
|
330
330
|
}
|
|
331
331
|
],
|
|
332
|
-
"
|
|
333
|
-
"align": "center",
|
|
332
|
+
"gap": "md",
|
|
334
333
|
"className": "py-12",
|
|
335
|
-
"
|
|
334
|
+
"type": "stack",
|
|
335
|
+
"direction": "vertical"
|
|
336
336
|
}
|
|
337
337
|
]
|
|
338
338
|
]
|
|
@@ -348,16 +348,14 @@
|
|
|
348
348
|
{
|
|
349
349
|
"direction": "vertical",
|
|
350
350
|
"type": "stack",
|
|
351
|
-
"gap": "lg",
|
|
352
351
|
"children": [
|
|
353
352
|
{
|
|
353
|
+
"type": "stack",
|
|
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
360
|
"type": "stack",
|
|
363
361
|
"align": "center",
|
|
@@ -371,17 +369,18 @@
|
|
|
371
369
|
"content": "Conversation Thread",
|
|
372
370
|
"variant": "h2"
|
|
373
371
|
}
|
|
374
|
-
]
|
|
372
|
+
],
|
|
373
|
+
"direction": "horizontal"
|
|
375
374
|
},
|
|
376
375
|
{
|
|
377
376
|
"action": "COMPOSE",
|
|
378
377
|
"variant": "primary",
|
|
379
|
-
"icon": "plus",
|
|
380
378
|
"type": "button",
|
|
381
|
-
"label": "New Message"
|
|
379
|
+
"label": "New Message",
|
|
380
|
+
"icon": "plus"
|
|
382
381
|
}
|
|
383
382
|
],
|
|
384
|
-
"
|
|
383
|
+
"gap": "sm"
|
|
385
384
|
},
|
|
386
385
|
{
|
|
387
386
|
"type": "divider"
|
|
@@ -389,19 +388,13 @@
|
|
|
389
388
|
{
|
|
390
389
|
"type": "data-list",
|
|
391
390
|
"entity": "@payload.data",
|
|
392
|
-
"fields": [],
|
|
393
391
|
"renderItem": [
|
|
394
392
|
"fn",
|
|
395
393
|
"item",
|
|
396
394
|
{
|
|
397
|
-
"direction": "vertical",
|
|
398
|
-
"gap": "xs",
|
|
399
|
-
"type": "stack",
|
|
400
395
|
"children": [
|
|
401
396
|
{
|
|
402
397
|
"gap": "sm",
|
|
403
|
-
"type": "stack",
|
|
404
|
-
"direction": "horizontal",
|
|
405
398
|
"children": [
|
|
406
399
|
{
|
|
407
400
|
"type": "badge",
|
|
@@ -413,24 +406,31 @@
|
|
|
413
406
|
"type": "badge"
|
|
414
407
|
},
|
|
415
408
|
{
|
|
416
|
-
"color": "muted",
|
|
417
409
|
"content": "@item.timestamp",
|
|
418
410
|
"type": "typography",
|
|
419
|
-
"variant": "caption"
|
|
411
|
+
"variant": "caption",
|
|
412
|
+
"color": "muted"
|
|
420
413
|
}
|
|
421
414
|
],
|
|
422
|
-
"align": "center"
|
|
415
|
+
"align": "center",
|
|
416
|
+
"direction": "horizontal",
|
|
417
|
+
"type": "stack"
|
|
423
418
|
},
|
|
424
419
|
{
|
|
420
|
+
"type": "typography",
|
|
425
421
|
"variant": "body",
|
|
426
|
-
"content": "@item.content"
|
|
427
|
-
"type": "typography"
|
|
422
|
+
"content": "@item.content"
|
|
428
423
|
}
|
|
429
|
-
]
|
|
424
|
+
],
|
|
425
|
+
"gap": "xs",
|
|
426
|
+
"type": "stack",
|
|
427
|
+
"direction": "vertical"
|
|
430
428
|
}
|
|
431
|
-
]
|
|
429
|
+
],
|
|
430
|
+
"fields": []
|
|
432
431
|
}
|
|
433
|
-
]
|
|
432
|
+
],
|
|
433
|
+
"gap": "lg"
|
|
434
434
|
}
|
|
435
435
|
]
|
|
436
436
|
]
|
|
@@ -444,12 +444,14 @@
|
|
|
444
444
|
"render-ui",
|
|
445
445
|
"main",
|
|
446
446
|
{
|
|
447
|
+
"gap": "md",
|
|
448
|
+
"direction": "vertical",
|
|
447
449
|
"align": "center",
|
|
448
450
|
"children": [
|
|
449
451
|
{
|
|
450
452
|
"type": "icon",
|
|
451
|
-
"
|
|
452
|
-
"
|
|
453
|
+
"color": "destructive",
|
|
454
|
+
"name": "alert-triangle"
|
|
453
455
|
},
|
|
454
456
|
{
|
|
455
457
|
"variant": "h3",
|
|
@@ -457,23 +459,21 @@
|
|
|
457
459
|
"type": "typography"
|
|
458
460
|
},
|
|
459
461
|
{
|
|
460
|
-
"
|
|
462
|
+
"color": "muted",
|
|
461
463
|
"type": "typography",
|
|
462
|
-
"
|
|
463
|
-
"
|
|
464
|
+
"variant": "body",
|
|
465
|
+
"content": "@payload.error"
|
|
464
466
|
},
|
|
465
467
|
{
|
|
466
|
-
"type": "button",
|
|
467
468
|
"action": "INIT",
|
|
468
|
-
"label": "Retry",
|
|
469
469
|
"variant": "primary",
|
|
470
|
+
"label": "Retry",
|
|
471
|
+
"type": "button",
|
|
470
472
|
"icon": "rotate-ccw"
|
|
471
473
|
}
|
|
472
474
|
],
|
|
473
|
-
"direction": "vertical",
|
|
474
475
|
"type": "stack",
|
|
475
|
-
"className": "py-12"
|
|
476
|
-
"gap": "md"
|
|
476
|
+
"className": "py-12"
|
|
477
477
|
}
|
|
478
478
|
]
|
|
479
479
|
]
|
|
@@ -487,9 +487,13 @@
|
|
|
487
487
|
"render-ui",
|
|
488
488
|
"main",
|
|
489
489
|
{
|
|
490
|
+
"type": "stack",
|
|
490
491
|
"direction": "vertical",
|
|
491
492
|
"children": [
|
|
492
493
|
{
|
|
494
|
+
"gap": "sm",
|
|
495
|
+
"direction": "horizontal",
|
|
496
|
+
"type": "stack",
|
|
493
497
|
"align": "center",
|
|
494
498
|
"children": [
|
|
495
499
|
{
|
|
@@ -497,29 +501,25 @@
|
|
|
497
501
|
"type": "icon"
|
|
498
502
|
},
|
|
499
503
|
{
|
|
500
|
-
"
|
|
504
|
+
"variant": "h2",
|
|
501
505
|
"content": "Conversation Thread",
|
|
502
|
-
"
|
|
506
|
+
"type": "typography"
|
|
503
507
|
}
|
|
504
|
-
]
|
|
505
|
-
"direction": "horizontal",
|
|
506
|
-
"type": "stack",
|
|
507
|
-
"gap": "sm"
|
|
508
|
+
]
|
|
508
509
|
},
|
|
509
510
|
{
|
|
510
511
|
"type": "divider"
|
|
511
512
|
},
|
|
512
513
|
{
|
|
514
|
+
"submitEvent": "SEND",
|
|
513
515
|
"mode": "create",
|
|
516
|
+
"type": "form-section",
|
|
517
|
+
"cancelEvent": "CANCEL_COMPOSE",
|
|
514
518
|
"fields": [
|
|
515
519
|
"content"
|
|
516
|
-
]
|
|
517
|
-
"cancelEvent": "CANCEL_COMPOSE",
|
|
518
|
-
"type": "form-section",
|
|
519
|
-
"submitEvent": "SEND"
|
|
520
|
+
]
|
|
520
521
|
}
|
|
521
522
|
],
|
|
522
|
-
"type": "stack",
|
|
523
523
|
"gap": "lg"
|
|
524
524
|
}
|
|
525
525
|
]
|
|
@@ -561,14 +561,14 @@
|
|
|
561
561
|
"AgentConversation",
|
|
562
562
|
{
|
|
563
563
|
"role": "user",
|
|
564
|
-
"
|
|
564
|
+
"timestamp": "@now",
|
|
565
565
|
"content": "@payload.content",
|
|
566
|
-
"
|
|
566
|
+
"status": "sent"
|
|
567
567
|
},
|
|
568
568
|
{
|
|
569
569
|
"emit": {
|
|
570
|
-
"
|
|
571
|
-
"
|
|
570
|
+
"success": "AgentConversationSaved",
|
|
571
|
+
"failure": "AgentConversationSaveFailed"
|
|
572
572
|
}
|
|
573
573
|
}
|
|
574
574
|
],
|
|
@@ -591,8 +591,8 @@
|
|
|
591
591
|
"AgentConversation",
|
|
592
592
|
{
|
|
593
593
|
"emit": {
|
|
594
|
-
"
|
|
595
|
-
"
|
|
594
|
+
"failure": "AgentConversationLoadFailed",
|
|
595
|
+
"success": "AgentConversationLoaded"
|
|
596
596
|
}
|
|
597
597
|
}
|
|
598
598
|
],
|
|
@@ -644,27 +644,27 @@
|
|
|
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
|
"content": "Failed to send",
|
|
653
|
-
"
|
|
654
|
-
"
|
|
653
|
+
"type": "typography",
|
|
654
|
+
"variant": "h3"
|
|
655
655
|
},
|
|
656
656
|
{
|
|
657
|
-
"content": "@payload.error",
|
|
658
657
|
"color": "muted",
|
|
659
|
-
"
|
|
660
|
-
"type": "typography"
|
|
658
|
+
"content": "@payload.error",
|
|
659
|
+
"type": "typography",
|
|
660
|
+
"variant": "body"
|
|
661
661
|
},
|
|
662
662
|
{
|
|
663
663
|
"type": "button",
|
|
664
|
-
"variant": "primary",
|
|
665
664
|
"label": "Retry",
|
|
666
|
-
"
|
|
667
|
-
"action": "INIT"
|
|
665
|
+
"variant": "primary",
|
|
666
|
+
"action": "INIT",
|
|
667
|
+
"icon": "rotate-ccw"
|
|
668
668
|
}
|
|
669
669
|
],
|
|
670
670
|
"type": "stack"
|
|
@@ -705,8 +705,11 @@
|
|
|
705
705
|
"render-ui",
|
|
706
706
|
"main",
|
|
707
707
|
{
|
|
708
|
-
"
|
|
708
|
+
"align": "center",
|
|
709
|
+
"gap": "md",
|
|
709
710
|
"direction": "vertical",
|
|
711
|
+
"type": "stack",
|
|
712
|
+
"className": "py-12",
|
|
710
713
|
"children": [
|
|
711
714
|
{
|
|
712
715
|
"type": "icon",
|
|
@@ -719,22 +722,19 @@
|
|
|
719
722
|
"type": "typography"
|
|
720
723
|
},
|
|
721
724
|
{
|
|
722
|
-
"
|
|
723
|
-
"variant": "body",
|
|
725
|
+
"color": "muted",
|
|
724
726
|
"content": "@payload.error",
|
|
725
|
-
"
|
|
727
|
+
"variant": "body",
|
|
728
|
+
"type": "typography"
|
|
726
729
|
},
|
|
727
730
|
{
|
|
728
|
-
"label": "Retry",
|
|
729
|
-
"variant": "primary",
|
|
730
731
|
"type": "button",
|
|
731
732
|
"icon": "rotate-ccw",
|
|
732
|
-
"
|
|
733
|
+
"variant": "primary",
|
|
734
|
+
"action": "INIT",
|
|
735
|
+
"label": "Retry"
|
|
733
736
|
}
|
|
734
|
-
]
|
|
735
|
-
"gap": "md",
|
|
736
|
-
"align": "center",
|
|
737
|
-
"type": "stack"
|
|
737
|
+
]
|
|
738
738
|
}
|
|
739
739
|
]
|
|
740
740
|
]
|
|
@@ -749,8 +749,8 @@
|
|
|
749
749
|
"AgentConversation",
|
|
750
750
|
{
|
|
751
751
|
"emit": {
|
|
752
|
-
"
|
|
753
|
-
"
|
|
752
|
+
"failure": "AgentConversationLoadFailed",
|
|
753
|
+
"success": "AgentConversationLoaded"
|
|
754
754
|
}
|
|
755
755
|
}
|
|
756
756
|
],
|
|
@@ -907,10 +907,10 @@
|
|
|
907
907
|
"render-ui",
|
|
908
908
|
"main",
|
|
909
909
|
{
|
|
910
|
-
"type": "empty-state",
|
|
911
910
|
"title": "Conversation",
|
|
912
911
|
"description": "Conversation is ready",
|
|
913
|
-
"icon": "message-circle"
|
|
912
|
+
"icon": "message-circle",
|
|
913
|
+
"type": "empty-state"
|
|
914
914
|
}
|
|
915
915
|
]
|
|
916
916
|
]
|
|
@@ -992,4 +992,4 @@
|
|
|
992
992
|
]
|
|
993
993
|
}
|
|
994
994
|
]
|
|
995
|
-
}
|
|
995
|
+
}
|