@almadar/std 3.13.0 → 3.13.1

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.
Files changed (86) hide show
  1. package/behaviors/exports/atoms/std-agent-activity-log.orb +559 -0
  2. package/behaviors/exports/atoms/std-agent-chat-thread.orb +774 -0
  3. package/behaviors/exports/atoms/std-agent-classifier.orb +606 -137
  4. package/behaviors/exports/atoms/std-agent-completion.orb +646 -182
  5. package/behaviors/exports/atoms/std-agent-context-window.orb +1762 -258
  6. package/behaviors/exports/atoms/std-agent-conversation.orb +652 -369
  7. package/behaviors/exports/atoms/std-agent-memory.orb +574 -322
  8. package/behaviors/exports/atoms/std-agent-provider.orb +632 -136
  9. package/behaviors/exports/atoms/std-agent-search.orb +228 -198
  10. package/behaviors/exports/atoms/std-agent-session.orb +569 -559
  11. package/behaviors/exports/atoms/std-agent-step-progress.orb +850 -0
  12. package/behaviors/exports/atoms/std-agent-token-gauge.orb +1616 -0
  13. package/behaviors/exports/atoms/std-agent-tool-call.orb +983 -126
  14. package/behaviors/exports/molecules/std-agent-fix-loop.orb +1985 -21
  15. package/behaviors/exports/molecules/std-agent-learner.orb +1830 -23
  16. package/behaviors/exports/molecules/std-agent-planner.orb +1776 -19
  17. package/behaviors/exports/molecules/std-agent-rag.orb +1150 -15
  18. package/behaviors/exports/molecules/std-agent-tool-loop.orb +3643 -23
  19. package/behaviors/exports/organisms/std-agent-assistant.orb +5308 -1156
  20. package/behaviors/exports/organisms/std-agent-builder.orb +13525 -1326
  21. package/behaviors/exports/organisms/std-agent-pipeline.orb +10731 -1088
  22. package/behaviors/exports/organisms/std-agent-reviewer.orb +4187 -525
  23. package/behaviors/exports/organisms/std-agent-tutor.orb +3126 -322
  24. package/behaviors/exports/validation-report.json +1 -1426
  25. package/dist/behaviors/exports/atoms/std-agent-activity-log.orb +559 -0
  26. package/dist/behaviors/exports/atoms/std-agent-chat-thread.orb +774 -0
  27. package/dist/behaviors/exports/atoms/std-agent-classifier.orb +606 -137
  28. package/dist/behaviors/exports/atoms/std-agent-completion.orb +646 -182
  29. package/dist/behaviors/exports/atoms/std-agent-context-window.orb +1762 -258
  30. package/dist/behaviors/exports/atoms/std-agent-conversation.orb +652 -369
  31. package/dist/behaviors/exports/atoms/std-agent-memory.orb +574 -322
  32. package/dist/behaviors/exports/atoms/std-agent-provider.orb +632 -136
  33. package/dist/behaviors/exports/atoms/std-agent-search.orb +228 -198
  34. package/dist/behaviors/exports/atoms/std-agent-session.orb +569 -559
  35. package/dist/behaviors/exports/atoms/std-agent-step-progress.orb +850 -0
  36. package/dist/behaviors/exports/atoms/std-agent-token-gauge.orb +1616 -0
  37. package/dist/behaviors/exports/atoms/std-agent-tool-call.orb +983 -126
  38. package/dist/behaviors/exports/molecules/std-agent-fix-loop.orb +1985 -21
  39. package/dist/behaviors/exports/molecules/std-agent-learner.orb +1830 -23
  40. package/dist/behaviors/exports/molecules/std-agent-planner.orb +1776 -19
  41. package/dist/behaviors/exports/molecules/std-agent-rag.orb +1150 -15
  42. package/dist/behaviors/exports/molecules/std-agent-tool-loop.orb +3643 -23
  43. package/dist/behaviors/exports/organisms/std-agent-assistant.orb +5308 -1156
  44. package/dist/behaviors/exports/organisms/std-agent-builder.orb +13525 -1326
  45. package/dist/behaviors/exports/organisms/std-agent-pipeline.orb +10731 -1088
  46. package/dist/behaviors/exports/organisms/std-agent-reviewer.orb +4187 -525
  47. package/dist/behaviors/exports/organisms/std-agent-tutor.orb +3126 -322
  48. package/dist/behaviors/exports/validation-report.json +1 -1426
  49. package/dist/behaviors/exports-reader.js +4860 -4176
  50. package/dist/behaviors/exports-reader.js.map +1 -1
  51. package/dist/behaviors/functions/index.d.ts +259 -98
  52. package/dist/behaviors/functions/index.js +4845 -4177
  53. package/dist/behaviors/functions/index.js.map +1 -1
  54. package/dist/behaviors/index.d.ts +1 -1
  55. package/dist/behaviors/index.js +4863 -4179
  56. package/dist/behaviors/index.js.map +1 -1
  57. package/dist/behaviors/query.js +4862 -4178
  58. package/dist/behaviors/query.js.map +1 -1
  59. package/dist/exports/atoms/std-agent-activity-log.orb +559 -0
  60. package/dist/exports/atoms/std-agent-chat-thread.orb +774 -0
  61. package/dist/exports/atoms/std-agent-classifier.orb +606 -137
  62. package/dist/exports/atoms/std-agent-completion.orb +646 -182
  63. package/dist/exports/atoms/std-agent-context-window.orb +1762 -258
  64. package/dist/exports/atoms/std-agent-conversation.orb +652 -369
  65. package/dist/exports/atoms/std-agent-memory.orb +574 -322
  66. package/dist/exports/atoms/std-agent-provider.orb +632 -136
  67. package/dist/exports/atoms/std-agent-search.orb +228 -198
  68. package/dist/exports/atoms/std-agent-session.orb +569 -559
  69. package/dist/exports/atoms/std-agent-step-progress.orb +850 -0
  70. package/dist/exports/atoms/std-agent-token-gauge.orb +1616 -0
  71. package/dist/exports/atoms/std-agent-tool-call.orb +983 -126
  72. package/dist/exports/molecules/std-agent-fix-loop.orb +1985 -21
  73. package/dist/exports/molecules/std-agent-learner.orb +1830 -23
  74. package/dist/exports/molecules/std-agent-planner.orb +1776 -19
  75. package/dist/exports/molecules/std-agent-rag.orb +1150 -15
  76. package/dist/exports/molecules/std-agent-tool-loop.orb +3643 -23
  77. package/dist/exports/organisms/std-agent-assistant.orb +5308 -1156
  78. package/dist/exports/organisms/std-agent-builder.orb +13525 -1326
  79. package/dist/exports/organisms/std-agent-pipeline.orb +10731 -1088
  80. package/dist/exports/organisms/std-agent-reviewer.orb +4187 -525
  81. package/dist/exports/organisms/std-agent-tutor.orb +3126 -322
  82. package/dist/exports/validation-report.json +1 -1426
  83. package/dist/index.d.ts +1 -1
  84. package/dist/index.js +4864 -4180
  85. package/dist/index.js.map +1 -1
  86. package/package.json +1 -1
@@ -0,0 +1,774 @@
1
+ {
2
+ "name": "AgentChatThreadOrbital",
3
+ "orbitals": [
4
+ {
5
+ "name": "AgentChatThreadOrbital",
6
+ "entity": {
7
+ "name": "AgentChatThread",
8
+ "persistence": "persistent",
9
+ "collection": "agentchatthreads",
10
+ "fields": [
11
+ {
12
+ "name": "id",
13
+ "type": "string"
14
+ },
15
+ {
16
+ "name": "name",
17
+ "type": "string"
18
+ },
19
+ {
20
+ "name": "description",
21
+ "type": "string"
22
+ },
23
+ {
24
+ "name": "status",
25
+ "type": "string",
26
+ "default": "active",
27
+ "values": [
28
+ "active",
29
+ "inactive",
30
+ "pending"
31
+ ]
32
+ },
33
+ {
34
+ "name": "createdAt",
35
+ "type": "string"
36
+ },
37
+ {
38
+ "name": "role",
39
+ "type": "string",
40
+ "default": "user"
41
+ },
42
+ {
43
+ "name": "content",
44
+ "type": "string",
45
+ "default": ""
46
+ },
47
+ {
48
+ "name": "timestamp",
49
+ "type": "string",
50
+ "default": ""
51
+ },
52
+ {
53
+ "name": "toolName",
54
+ "type": "string",
55
+ "default": ""
56
+ }
57
+ ]
58
+ },
59
+ "traits": [
60
+ {
61
+ "name": "AgentChatThreadThread",
62
+ "linkedEntity": "AgentChatThread",
63
+ "category": "interaction",
64
+ "emits": [
65
+ {
66
+ "event": "SEND_MESSAGE",
67
+ "scope": "internal",
68
+ "payload": [
69
+ {
70
+ "name": "content",
71
+ "type": "string"
72
+ }
73
+ ]
74
+ }
75
+ ],
76
+ "stateMachine": {
77
+ "states": [
78
+ {
79
+ "name": "idle",
80
+ "isInitial": true
81
+ },
82
+ {
83
+ "name": "composing"
84
+ }
85
+ ],
86
+ "events": [
87
+ {
88
+ "key": "INIT",
89
+ "name": "Initialize"
90
+ },
91
+ {
92
+ "key": "COMPOSE",
93
+ "name": "Compose Message"
94
+ },
95
+ {
96
+ "key": "SEND",
97
+ "name": "Send Message",
98
+ "payload": [
99
+ {
100
+ "name": "content",
101
+ "type": "string",
102
+ "required": true
103
+ }
104
+ ]
105
+ },
106
+ {
107
+ "key": "CLEAR",
108
+ "name": "Clear Thread"
109
+ }
110
+ ],
111
+ "transitions": [
112
+ {
113
+ "from": "idle",
114
+ "to": "idle",
115
+ "event": "INIT",
116
+ "effects": [
117
+ [
118
+ "fetch",
119
+ "AgentChatThread"
120
+ ],
121
+ [
122
+ "render-ui",
123
+ "main",
124
+ {
125
+ "type": "stack",
126
+ "direction": "vertical",
127
+ "gap": "lg",
128
+ "children": [
129
+ {
130
+ "type": "stack",
131
+ "direction": "horizontal",
132
+ "gap": "sm",
133
+ "justify": "space-between",
134
+ "align": "center",
135
+ "children": [
136
+ {
137
+ "type": "stack",
138
+ "direction": "horizontal",
139
+ "gap": "sm",
140
+ "align": "center",
141
+ "children": [
142
+ {
143
+ "type": "icon",
144
+ "name": "message-circle",
145
+ "size": "lg"
146
+ },
147
+ {
148
+ "type": "typography",
149
+ "content": "AgentChatThread Thread",
150
+ "variant": "h2"
151
+ }
152
+ ]
153
+ },
154
+ {
155
+ "type": "button",
156
+ "label": "New Message",
157
+ "event": "COMPOSE",
158
+ "variant": "primary",
159
+ "icon": "plus"
160
+ }
161
+ ]
162
+ },
163
+ {
164
+ "type": "divider"
165
+ },
166
+ {
167
+ "type": "data-list",
168
+ "entity": "AgentChatThread",
169
+ "emptyIcon": "message-circle",
170
+ "emptyTitle": "No messages yet",
171
+ "emptyDescription": "Start a conversation by sending a message.",
172
+ "renderItem": [
173
+ "fn",
174
+ "item",
175
+ {
176
+ "type": "stack",
177
+ "direction": "vertical",
178
+ "gap": "xs",
179
+ "children": [
180
+ {
181
+ "type": "stack",
182
+ "direction": "horizontal",
183
+ "gap": "sm",
184
+ "align": "center",
185
+ "children": [
186
+ {
187
+ "type": "badge",
188
+ "label": "@item.role"
189
+ },
190
+ {
191
+ "type": "badge",
192
+ "label": "@item.status",
193
+ "variant": "outline"
194
+ },
195
+ {
196
+ "type": "typography",
197
+ "variant": "caption",
198
+ "color": "muted",
199
+ "content": "@item.timestamp"
200
+ }
201
+ ]
202
+ },
203
+ {
204
+ "type": "typography",
205
+ "variant": "body",
206
+ "content": "@item.content"
207
+ }
208
+ ]
209
+ }
210
+ ]
211
+ }
212
+ ]
213
+ }
214
+ ]
215
+ ]
216
+ },
217
+ {
218
+ "from": "idle",
219
+ "to": "composing",
220
+ "event": "COMPOSE",
221
+ "effects": [
222
+ [
223
+ "render-ui",
224
+ "main",
225
+ {
226
+ "type": "stack",
227
+ "direction": "vertical",
228
+ "gap": "lg",
229
+ "children": [
230
+ {
231
+ "type": "stack",
232
+ "direction": "horizontal",
233
+ "gap": "sm",
234
+ "justify": "space-between",
235
+ "align": "center",
236
+ "children": [
237
+ {
238
+ "type": "stack",
239
+ "direction": "horizontal",
240
+ "gap": "sm",
241
+ "align": "center",
242
+ "children": [
243
+ {
244
+ "type": "icon",
245
+ "name": "message-circle",
246
+ "size": "lg"
247
+ },
248
+ {
249
+ "type": "typography",
250
+ "content": "AgentChatThread Thread",
251
+ "variant": "h2"
252
+ }
253
+ ]
254
+ },
255
+ {
256
+ "type": "button",
257
+ "label": "New Message",
258
+ "event": "COMPOSE",
259
+ "variant": "primary",
260
+ "icon": "plus",
261
+ "disabled": true
262
+ }
263
+ ]
264
+ },
265
+ {
266
+ "type": "divider"
267
+ },
268
+ {
269
+ "type": "data-list",
270
+ "entity": "AgentChatThread",
271
+ "emptyIcon": "message-circle",
272
+ "emptyTitle": "No messages yet",
273
+ "emptyDescription": "Start a conversation by sending a message.",
274
+ "renderItem": [
275
+ "fn",
276
+ "item",
277
+ {
278
+ "type": "stack",
279
+ "direction": "vertical",
280
+ "gap": "xs",
281
+ "children": [
282
+ {
283
+ "type": "stack",
284
+ "direction": "horizontal",
285
+ "gap": "sm",
286
+ "align": "center",
287
+ "children": [
288
+ {
289
+ "type": "badge",
290
+ "label": "@item.role"
291
+ },
292
+ {
293
+ "type": "badge",
294
+ "label": "@item.status",
295
+ "variant": "outline"
296
+ },
297
+ {
298
+ "type": "typography",
299
+ "variant": "caption",
300
+ "color": "muted",
301
+ "content": "@item.timestamp"
302
+ }
303
+ ]
304
+ },
305
+ {
306
+ "type": "typography",
307
+ "variant": "body",
308
+ "content": "@item.content"
309
+ }
310
+ ]
311
+ }
312
+ ]
313
+ },
314
+ {
315
+ "type": "form-section",
316
+ "title": "Compose Message",
317
+ "children": [
318
+ {
319
+ "type": "textarea",
320
+ "label": "Message",
321
+ "bind": "@entity.content",
322
+ "placeholder": "Type your message..."
323
+ },
324
+ {
325
+ "type": "stack",
326
+ "direction": "horizontal",
327
+ "gap": "sm",
328
+ "children": [
329
+ {
330
+ "type": "button",
331
+ "label": "Send",
332
+ "event": "SEND",
333
+ "variant": "primary",
334
+ "icon": "send"
335
+ }
336
+ ]
337
+ }
338
+ ],
339
+ "fields": [
340
+ {
341
+ "name": "name",
342
+ "type": "string"
343
+ },
344
+ {
345
+ "name": "description",
346
+ "type": "string"
347
+ },
348
+ {
349
+ "name": "status",
350
+ "type": "string",
351
+ "values": [
352
+ "active",
353
+ "inactive",
354
+ "pending"
355
+ ]
356
+ },
357
+ {
358
+ "name": "createdAt",
359
+ "type": "string"
360
+ },
361
+ {
362
+ "name": "role",
363
+ "type": "string"
364
+ },
365
+ {
366
+ "name": "content",
367
+ "type": "string"
368
+ },
369
+ {
370
+ "name": "timestamp",
371
+ "type": "string"
372
+ },
373
+ {
374
+ "name": "toolName",
375
+ "type": "string"
376
+ }
377
+ ]
378
+ }
379
+ ]
380
+ }
381
+ ]
382
+ ]
383
+ },
384
+ {
385
+ "from": "composing",
386
+ "to": "idle",
387
+ "event": "SEND",
388
+ "effects": [
389
+ [
390
+ "set",
391
+ "@entity.content",
392
+ "@payload.content"
393
+ ],
394
+ [
395
+ "set",
396
+ "@entity.role",
397
+ "user"
398
+ ],
399
+ [
400
+ "set",
401
+ "@entity.timestamp",
402
+ "@now"
403
+ ],
404
+ [
405
+ "set",
406
+ "@entity.status",
407
+ "sent"
408
+ ],
409
+ [
410
+ "persist",
411
+ "create",
412
+ "AgentChatThread",
413
+ {
414
+ "role": "user",
415
+ "content": "@payload.content",
416
+ "timestamp": "@now",
417
+ "status": "sent"
418
+ }
419
+ ],
420
+ [
421
+ "emit",
422
+ "SEND_MESSAGE"
423
+ ],
424
+ [
425
+ "fetch",
426
+ "AgentChatThread"
427
+ ],
428
+ [
429
+ "render-ui",
430
+ "main",
431
+ {
432
+ "type": "stack",
433
+ "direction": "vertical",
434
+ "gap": "lg",
435
+ "children": [
436
+ {
437
+ "type": "stack",
438
+ "direction": "horizontal",
439
+ "gap": "sm",
440
+ "justify": "space-between",
441
+ "align": "center",
442
+ "children": [
443
+ {
444
+ "type": "stack",
445
+ "direction": "horizontal",
446
+ "gap": "sm",
447
+ "align": "center",
448
+ "children": [
449
+ {
450
+ "type": "icon",
451
+ "name": "message-circle",
452
+ "size": "lg"
453
+ },
454
+ {
455
+ "type": "typography",
456
+ "content": "AgentChatThread Thread",
457
+ "variant": "h2"
458
+ }
459
+ ]
460
+ },
461
+ {
462
+ "type": "button",
463
+ "label": "New Message",
464
+ "event": "COMPOSE",
465
+ "variant": "primary",
466
+ "icon": "plus"
467
+ }
468
+ ]
469
+ },
470
+ {
471
+ "type": "divider"
472
+ },
473
+ {
474
+ "type": "data-list",
475
+ "entity": "AgentChatThread",
476
+ "emptyIcon": "message-circle",
477
+ "emptyTitle": "No messages yet",
478
+ "emptyDescription": "Start a conversation by sending a message.",
479
+ "renderItem": [
480
+ "fn",
481
+ "item",
482
+ {
483
+ "type": "stack",
484
+ "direction": "vertical",
485
+ "gap": "xs",
486
+ "children": [
487
+ {
488
+ "type": "stack",
489
+ "direction": "horizontal",
490
+ "gap": "sm",
491
+ "align": "center",
492
+ "children": [
493
+ {
494
+ "type": "badge",
495
+ "label": "@item.role"
496
+ },
497
+ {
498
+ "type": "badge",
499
+ "label": "@item.status",
500
+ "variant": "outline"
501
+ },
502
+ {
503
+ "type": "typography",
504
+ "variant": "caption",
505
+ "color": "muted",
506
+ "content": "@item.timestamp"
507
+ }
508
+ ]
509
+ },
510
+ {
511
+ "type": "typography",
512
+ "variant": "body",
513
+ "content": "@item.content"
514
+ }
515
+ ]
516
+ }
517
+ ]
518
+ }
519
+ ]
520
+ }
521
+ ],
522
+ [
523
+ "notify",
524
+ "AgentChatThread created successfully"
525
+ ]
526
+ ]
527
+ },
528
+ {
529
+ "from": "idle",
530
+ "to": "idle",
531
+ "event": "CLEAR",
532
+ "effects": [
533
+ [
534
+ "persist",
535
+ "delete",
536
+ "AgentChatThread"
537
+ ],
538
+ [
539
+ "fetch",
540
+ "AgentChatThread"
541
+ ],
542
+ [
543
+ "render-ui",
544
+ "main",
545
+ {
546
+ "type": "stack",
547
+ "direction": "vertical",
548
+ "gap": "lg",
549
+ "children": [
550
+ {
551
+ "type": "stack",
552
+ "direction": "horizontal",
553
+ "gap": "sm",
554
+ "justify": "space-between",
555
+ "align": "center",
556
+ "children": [
557
+ {
558
+ "type": "stack",
559
+ "direction": "horizontal",
560
+ "gap": "sm",
561
+ "align": "center",
562
+ "children": [
563
+ {
564
+ "type": "icon",
565
+ "name": "message-circle",
566
+ "size": "lg"
567
+ },
568
+ {
569
+ "type": "typography",
570
+ "content": "AgentChatThread Thread",
571
+ "variant": "h2"
572
+ }
573
+ ]
574
+ },
575
+ {
576
+ "type": "button",
577
+ "label": "New Message",
578
+ "event": "COMPOSE",
579
+ "variant": "primary",
580
+ "icon": "plus"
581
+ }
582
+ ]
583
+ },
584
+ {
585
+ "type": "divider"
586
+ },
587
+ {
588
+ "type": "data-list",
589
+ "entity": "AgentChatThread",
590
+ "emptyIcon": "message-circle",
591
+ "emptyTitle": "No messages yet",
592
+ "emptyDescription": "Start a conversation by sending a message.",
593
+ "renderItem": [
594
+ "fn",
595
+ "item",
596
+ {
597
+ "type": "stack",
598
+ "direction": "vertical",
599
+ "gap": "xs",
600
+ "children": [
601
+ {
602
+ "type": "stack",
603
+ "direction": "horizontal",
604
+ "gap": "sm",
605
+ "align": "center",
606
+ "children": [
607
+ {
608
+ "type": "badge",
609
+ "label": "@item.role"
610
+ },
611
+ {
612
+ "type": "badge",
613
+ "label": "@item.status",
614
+ "variant": "outline"
615
+ },
616
+ {
617
+ "type": "typography",
618
+ "variant": "caption",
619
+ "color": "muted",
620
+ "content": "@item.timestamp"
621
+ }
622
+ ]
623
+ },
624
+ {
625
+ "type": "typography",
626
+ "variant": "body",
627
+ "content": "@item.content"
628
+ }
629
+ ]
630
+ }
631
+ ]
632
+ }
633
+ ]
634
+ }
635
+ ],
636
+ [
637
+ "notify",
638
+ "AgentChatThread deleted successfully"
639
+ ]
640
+ ]
641
+ },
642
+ {
643
+ "from": "composing",
644
+ "to": "idle",
645
+ "event": "CLEAR",
646
+ "effects": [
647
+ [
648
+ "persist",
649
+ "delete",
650
+ "AgentChatThread"
651
+ ],
652
+ [
653
+ "fetch",
654
+ "AgentChatThread"
655
+ ],
656
+ [
657
+ "render-ui",
658
+ "main",
659
+ {
660
+ "type": "stack",
661
+ "direction": "vertical",
662
+ "gap": "lg",
663
+ "children": [
664
+ {
665
+ "type": "stack",
666
+ "direction": "horizontal",
667
+ "gap": "sm",
668
+ "justify": "space-between",
669
+ "align": "center",
670
+ "children": [
671
+ {
672
+ "type": "stack",
673
+ "direction": "horizontal",
674
+ "gap": "sm",
675
+ "align": "center",
676
+ "children": [
677
+ {
678
+ "type": "icon",
679
+ "name": "message-circle",
680
+ "size": "lg"
681
+ },
682
+ {
683
+ "type": "typography",
684
+ "content": "AgentChatThread Thread",
685
+ "variant": "h2"
686
+ }
687
+ ]
688
+ },
689
+ {
690
+ "type": "button",
691
+ "label": "New Message",
692
+ "event": "COMPOSE",
693
+ "variant": "primary",
694
+ "icon": "plus"
695
+ }
696
+ ]
697
+ },
698
+ {
699
+ "type": "divider"
700
+ },
701
+ {
702
+ "type": "data-list",
703
+ "entity": "AgentChatThread",
704
+ "emptyIcon": "message-circle",
705
+ "emptyTitle": "No messages yet",
706
+ "emptyDescription": "Start a conversation by sending a message.",
707
+ "renderItem": [
708
+ "fn",
709
+ "item",
710
+ {
711
+ "type": "stack",
712
+ "direction": "vertical",
713
+ "gap": "xs",
714
+ "children": [
715
+ {
716
+ "type": "stack",
717
+ "direction": "horizontal",
718
+ "gap": "sm",
719
+ "align": "center",
720
+ "children": [
721
+ {
722
+ "type": "badge",
723
+ "label": "@item.role"
724
+ },
725
+ {
726
+ "type": "badge",
727
+ "label": "@item.status",
728
+ "variant": "outline"
729
+ },
730
+ {
731
+ "type": "typography",
732
+ "variant": "caption",
733
+ "color": "muted",
734
+ "content": "@item.timestamp"
735
+ }
736
+ ]
737
+ },
738
+ {
739
+ "type": "typography",
740
+ "variant": "body",
741
+ "content": "@item.content"
742
+ }
743
+ ]
744
+ }
745
+ ]
746
+ }
747
+ ]
748
+ }
749
+ ],
750
+ [
751
+ "notify",
752
+ "AgentChatThread deleted successfully"
753
+ ]
754
+ ]
755
+ }
756
+ ]
757
+ }
758
+ }
759
+ ],
760
+ "pages": [
761
+ {
762
+ "name": "AgentChatThreadPage",
763
+ "path": "/agentchatthreads",
764
+ "traits": [
765
+ {
766
+ "ref": "AgentChatThreadThread"
767
+ }
768
+ ]
769
+ }
770
+ ]
771
+ }
772
+ ],
773
+ "description": "Chat message thread atom for agent conversations. Displays a chronological list of messages (user, assistant, tool) with compose/send flow. Emits configurable send event for orchestrating traits to handle the actual agent call."
774
+ }