@almadar/std 8.3.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 +62 -62
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +100 -100
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +114 -114
- package/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- 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 +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/behaviors/registry/core/atoms/std-related.orb +34 -34
- 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 +52 -52
- package/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- 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 +274 -274
- package/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +100 -100
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +114 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/dist/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/dist/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/dist/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/dist/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- 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 +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
- 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 +52 -52
- package/dist/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/dist/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/dist/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/dist/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- 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 +274 -274
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/package.json +1 -1
|
@@ -308,8 +308,8 @@
|
|
|
308
308
|
"AgentConversation",
|
|
309
309
|
{
|
|
310
310
|
"emit": {
|
|
311
|
-
"
|
|
312
|
-
"
|
|
311
|
+
"failure": "AgentConversationLoadFailed",
|
|
312
|
+
"success": "AgentConversationLoaded"
|
|
313
313
|
}
|
|
314
314
|
}
|
|
315
315
|
],
|
|
@@ -317,22 +317,22 @@
|
|
|
317
317
|
"render-ui",
|
|
318
318
|
"main",
|
|
319
319
|
{
|
|
320
|
+
"className": "py-12",
|
|
320
321
|
"align": "center",
|
|
321
322
|
"children": [
|
|
322
323
|
{
|
|
323
324
|
"type": "spinner"
|
|
324
325
|
},
|
|
325
326
|
{
|
|
327
|
+
"content": "Loading conversation…",
|
|
326
328
|
"type": "typography",
|
|
327
|
-
"color": "muted",
|
|
328
329
|
"variant": "caption",
|
|
329
|
-
"
|
|
330
|
+
"color": "muted"
|
|
330
331
|
}
|
|
331
332
|
],
|
|
332
333
|
"gap": "md",
|
|
333
|
-
"
|
|
334
|
-
"type": "stack"
|
|
335
|
-
"direction": "vertical"
|
|
334
|
+
"direction": "vertical",
|
|
335
|
+
"type": "stack"
|
|
336
336
|
}
|
|
337
337
|
]
|
|
338
338
|
]
|
|
@@ -347,90 +347,90 @@
|
|
|
347
347
|
"main",
|
|
348
348
|
{
|
|
349
349
|
"direction": "vertical",
|
|
350
|
+
"gap": "lg",
|
|
350
351
|
"type": "stack",
|
|
351
352
|
"children": [
|
|
352
353
|
{
|
|
353
|
-
"type": "stack",
|
|
354
354
|
"direction": "horizontal",
|
|
355
355
|
"justify": "between",
|
|
356
356
|
"align": "center",
|
|
357
357
|
"children": [
|
|
358
358
|
{
|
|
359
359
|
"gap": "sm",
|
|
360
|
-
"type": "stack",
|
|
361
|
-
"align": "center",
|
|
362
360
|
"children": [
|
|
363
361
|
{
|
|
364
362
|
"name": "message-circle",
|
|
365
363
|
"type": "icon"
|
|
366
364
|
},
|
|
367
365
|
{
|
|
368
|
-
"type": "typography",
|
|
369
366
|
"content": "Conversation Thread",
|
|
370
|
-
"variant": "h2"
|
|
367
|
+
"variant": "h2",
|
|
368
|
+
"type": "typography"
|
|
371
369
|
}
|
|
372
370
|
],
|
|
373
|
-
"direction": "horizontal"
|
|
371
|
+
"direction": "horizontal",
|
|
372
|
+
"type": "stack",
|
|
373
|
+
"align": "center"
|
|
374
374
|
},
|
|
375
375
|
{
|
|
376
|
+
"label": "New Message",
|
|
377
|
+
"type": "button",
|
|
376
378
|
"action": "COMPOSE",
|
|
377
379
|
"variant": "primary",
|
|
378
|
-
"type": "button",
|
|
379
|
-
"label": "New Message",
|
|
380
380
|
"icon": "plus"
|
|
381
381
|
}
|
|
382
382
|
],
|
|
383
|
+
"type": "stack",
|
|
383
384
|
"gap": "sm"
|
|
384
385
|
},
|
|
385
386
|
{
|
|
386
387
|
"type": "divider"
|
|
387
388
|
},
|
|
388
389
|
{
|
|
389
|
-
"
|
|
390
|
+
"fields": [],
|
|
390
391
|
"entity": "@payload.data",
|
|
392
|
+
"type": "data-list",
|
|
391
393
|
"renderItem": [
|
|
392
394
|
"fn",
|
|
393
395
|
"item",
|
|
394
396
|
{
|
|
395
397
|
"children": [
|
|
396
398
|
{
|
|
397
|
-
"gap": "sm",
|
|
398
399
|
"children": [
|
|
399
400
|
{
|
|
400
401
|
"type": "badge",
|
|
401
402
|
"label": "@item.role"
|
|
402
403
|
},
|
|
403
404
|
{
|
|
404
|
-
"
|
|
405
|
+
"type": "badge",
|
|
405
406
|
"label": "@item.status",
|
|
406
|
-
"
|
|
407
|
+
"variant": "secondary"
|
|
407
408
|
},
|
|
408
409
|
{
|
|
409
|
-
"content": "@item.timestamp",
|
|
410
410
|
"type": "typography",
|
|
411
|
-
"
|
|
412
|
-
"
|
|
411
|
+
"color": "muted",
|
|
412
|
+
"content": "@item.timestamp",
|
|
413
|
+
"variant": "caption"
|
|
413
414
|
}
|
|
414
415
|
],
|
|
416
|
+
"type": "stack",
|
|
417
|
+
"gap": "sm",
|
|
415
418
|
"align": "center",
|
|
416
|
-
"direction": "horizontal"
|
|
417
|
-
"type": "stack"
|
|
419
|
+
"direction": "horizontal"
|
|
418
420
|
},
|
|
419
421
|
{
|
|
420
|
-
"type": "typography",
|
|
421
422
|
"variant": "body",
|
|
423
|
+
"type": "typography",
|
|
422
424
|
"content": "@item.content"
|
|
423
425
|
}
|
|
424
426
|
],
|
|
425
|
-
"gap": "xs",
|
|
426
427
|
"type": "stack",
|
|
427
|
-
"direction": "vertical"
|
|
428
|
+
"direction": "vertical",
|
|
429
|
+
"gap": "xs"
|
|
428
430
|
}
|
|
429
|
-
]
|
|
430
|
-
"fields": []
|
|
431
|
+
]
|
|
431
432
|
}
|
|
432
|
-
]
|
|
433
|
-
"gap": "lg"
|
|
433
|
+
]
|
|
434
434
|
}
|
|
435
435
|
]
|
|
436
436
|
]
|
|
@@ -444,9 +444,6 @@
|
|
|
444
444
|
"render-ui",
|
|
445
445
|
"main",
|
|
446
446
|
{
|
|
447
|
-
"gap": "md",
|
|
448
|
-
"direction": "vertical",
|
|
449
|
-
"align": "center",
|
|
450
447
|
"children": [
|
|
451
448
|
{
|
|
452
449
|
"type": "icon",
|
|
@@ -454,26 +451,29 @@
|
|
|
454
451
|
"name": "alert-triangle"
|
|
455
452
|
},
|
|
456
453
|
{
|
|
454
|
+
"type": "typography",
|
|
457
455
|
"variant": "h3",
|
|
458
|
-
"content": "Failed to load"
|
|
459
|
-
"type": "typography"
|
|
456
|
+
"content": "Failed to load"
|
|
460
457
|
},
|
|
461
458
|
{
|
|
462
459
|
"color": "muted",
|
|
463
460
|
"type": "typography",
|
|
464
|
-
"
|
|
465
|
-
"
|
|
461
|
+
"content": "@payload.error",
|
|
462
|
+
"variant": "body"
|
|
466
463
|
},
|
|
467
464
|
{
|
|
468
|
-
"action": "INIT",
|
|
469
|
-
"variant": "primary",
|
|
470
|
-
"label": "Retry",
|
|
471
465
|
"type": "button",
|
|
472
|
-
"
|
|
466
|
+
"label": "Retry",
|
|
467
|
+
"variant": "primary",
|
|
468
|
+
"icon": "rotate-ccw",
|
|
469
|
+
"action": "INIT"
|
|
473
470
|
}
|
|
474
471
|
],
|
|
472
|
+
"align": "center",
|
|
475
473
|
"type": "stack",
|
|
476
|
-
"className": "py-12"
|
|
474
|
+
"className": "py-12",
|
|
475
|
+
"gap": "md",
|
|
476
|
+
"direction": "vertical"
|
|
477
477
|
}
|
|
478
478
|
]
|
|
479
479
|
]
|
|
@@ -489,10 +489,9 @@
|
|
|
489
489
|
{
|
|
490
490
|
"type": "stack",
|
|
491
491
|
"direction": "vertical",
|
|
492
|
+
"gap": "lg",
|
|
492
493
|
"children": [
|
|
493
494
|
{
|
|
494
|
-
"gap": "sm",
|
|
495
|
-
"direction": "horizontal",
|
|
496
495
|
"type": "stack",
|
|
497
496
|
"align": "center",
|
|
498
497
|
"children": [
|
|
@@ -502,25 +501,26 @@
|
|
|
502
501
|
},
|
|
503
502
|
{
|
|
504
503
|
"variant": "h2",
|
|
505
|
-
"
|
|
506
|
-
"
|
|
504
|
+
"type": "typography",
|
|
505
|
+
"content": "Conversation Thread"
|
|
507
506
|
}
|
|
508
|
-
]
|
|
507
|
+
],
|
|
508
|
+
"direction": "horizontal",
|
|
509
|
+
"gap": "sm"
|
|
509
510
|
},
|
|
510
511
|
{
|
|
511
512
|
"type": "divider"
|
|
512
513
|
},
|
|
513
514
|
{
|
|
514
|
-
"submitEvent": "SEND",
|
|
515
|
-
"mode": "create",
|
|
516
|
-
"type": "form-section",
|
|
517
515
|
"cancelEvent": "CANCEL_COMPOSE",
|
|
518
516
|
"fields": [
|
|
519
517
|
"content"
|
|
520
|
-
]
|
|
518
|
+
],
|
|
519
|
+
"type": "form-section",
|
|
520
|
+
"mode": "create",
|
|
521
|
+
"submitEvent": "SEND"
|
|
521
522
|
}
|
|
522
|
-
]
|
|
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,15 +560,15 @@
|
|
|
560
560
|
"create",
|
|
561
561
|
"AgentConversation",
|
|
562
562
|
{
|
|
563
|
-
"role": "user",
|
|
564
|
-
"timestamp": "@now",
|
|
565
563
|
"content": "@payload.content",
|
|
566
|
-
"
|
|
564
|
+
"role": "user",
|
|
565
|
+
"status": "sent",
|
|
566
|
+
"timestamp": "@now"
|
|
567
567
|
},
|
|
568
568
|
{
|
|
569
569
|
"emit": {
|
|
570
|
-
"
|
|
571
|
-
"
|
|
570
|
+
"failure": "AgentConversationSaveFailed",
|
|
571
|
+
"success": "AgentConversationSaved"
|
|
572
572
|
}
|
|
573
573
|
}
|
|
574
574
|
],
|
|
@@ -591,8 +591,8 @@
|
|
|
591
591
|
"AgentConversation",
|
|
592
592
|
{
|
|
593
593
|
"emit": {
|
|
594
|
-
"
|
|
595
|
-
"
|
|
594
|
+
"success": "AgentConversationLoaded",
|
|
595
|
+
"failure": "AgentConversationLoadFailed"
|
|
596
596
|
}
|
|
597
597
|
}
|
|
598
598
|
],
|
|
@@ -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,9 +638,9 @@
|
|
|
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
|
{
|
|
@@ -649,25 +649,25 @@
|
|
|
649
649
|
"name": "alert-triangle"
|
|
650
650
|
},
|
|
651
651
|
{
|
|
652
|
-
"content": "Failed to send",
|
|
653
652
|
"type": "typography",
|
|
654
|
-
"variant": "h3"
|
|
653
|
+
"variant": "h3",
|
|
654
|
+
"content": "Failed to send"
|
|
655
655
|
},
|
|
656
656
|
{
|
|
657
|
-
"color": "muted",
|
|
658
|
-
"content": "@payload.error",
|
|
659
657
|
"type": "typography",
|
|
660
|
-
"
|
|
658
|
+
"color": "muted",
|
|
659
|
+
"variant": "body",
|
|
660
|
+
"content": "@payload.error"
|
|
661
661
|
},
|
|
662
662
|
{
|
|
663
|
+
"icon": "rotate-ccw",
|
|
663
664
|
"type": "button",
|
|
664
|
-
"label": "Retry",
|
|
665
|
-
"variant": "primary",
|
|
666
665
|
"action": "INIT",
|
|
667
|
-
"
|
|
666
|
+
"variant": "primary",
|
|
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
|
-
"align": "center",
|
|
709
|
-
"gap": "md",
|
|
710
708
|
"direction": "vertical",
|
|
711
709
|
"type": "stack",
|
|
710
|
+
"align": "center",
|
|
712
711
|
"className": "py-12",
|
|
713
712
|
"children": [
|
|
714
713
|
{
|
|
715
|
-
"type": "icon",
|
|
716
714
|
"name": "alert-triangle",
|
|
717
|
-
"color": "destructive"
|
|
715
|
+
"color": "destructive",
|
|
716
|
+
"type": "icon"
|
|
718
717
|
},
|
|
719
718
|
{
|
|
720
|
-
"
|
|
719
|
+
"type": "typography",
|
|
721
720
|
"variant": "h3",
|
|
722
|
-
"
|
|
721
|
+
"content": "Failed to clear"
|
|
723
722
|
},
|
|
724
723
|
{
|
|
725
|
-
"color": "muted",
|
|
726
724
|
"content": "@payload.error",
|
|
725
|
+
"type": "typography",
|
|
727
726
|
"variant": "body",
|
|
728
|
-
"
|
|
727
|
+
"color": "muted"
|
|
729
728
|
},
|
|
730
729
|
{
|
|
731
|
-
"
|
|
730
|
+
"label": "Retry",
|
|
732
731
|
"icon": "rotate-ccw",
|
|
733
|
-
"
|
|
732
|
+
"type": "button",
|
|
734
733
|
"action": "INIT",
|
|
735
|
-
"
|
|
734
|
+
"variant": "primary"
|
|
736
735
|
}
|
|
737
|
-
]
|
|
736
|
+
],
|
|
737
|
+
"gap": "md"
|
|
738
738
|
}
|
|
739
739
|
]
|
|
740
740
|
]
|
|
@@ -749,8 +749,8 @@
|
|
|
749
749
|
"AgentConversation",
|
|
750
750
|
{
|
|
751
751
|
"emit": {
|
|
752
|
-
"
|
|
753
|
-
"
|
|
752
|
+
"success": "AgentConversationLoaded",
|
|
753
|
+
"failure": "AgentConversationLoadFailed"
|
|
754
754
|
}
|
|
755
755
|
}
|
|
756
756
|
],
|
|
@@ -909,8 +909,8 @@
|
|
|
909
909
|
{
|
|
910
910
|
"title": "Conversation",
|
|
911
911
|
"description": "Conversation is ready",
|
|
912
|
-
"
|
|
913
|
-
"
|
|
912
|
+
"type": "empty-state",
|
|
913
|
+
"icon": "message-circle"
|
|
914
914
|
}
|
|
915
915
|
]
|
|
916
916
|
]
|