@almadar/std 3.12.2 → 3.13.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.
Files changed (74) hide show
  1. package/behaviors/exports/atoms/std-agent-classifier.orb +402 -0
  2. package/behaviors/exports/atoms/std-agent-completion.orb +469 -0
  3. package/behaviors/exports/atoms/std-agent-context-window.orb +790 -0
  4. package/behaviors/exports/atoms/std-agent-conversation.orb +737 -0
  5. package/behaviors/exports/atoms/std-agent-memory.orb +627 -0
  6. package/behaviors/exports/atoms/std-agent-provider.orb +402 -0
  7. package/behaviors/exports/atoms/std-agent-search.orb +418 -0
  8. package/behaviors/exports/atoms/std-agent-session.orb +825 -0
  9. package/behaviors/exports/atoms/std-agent-tool-call.orb +380 -0
  10. package/behaviors/exports/molecules/std-agent-fix-loop.orb +1213 -0
  11. package/behaviors/exports/molecules/std-agent-learner.orb +1143 -0
  12. package/behaviors/exports/molecules/std-agent-planner.orb +898 -0
  13. package/behaviors/exports/molecules/std-agent-rag.orb +736 -0
  14. package/behaviors/exports/molecules/std-agent-tool-loop.orb +1237 -0
  15. package/behaviors/exports/organisms/std-agent-assistant.orb +2288 -0
  16. package/behaviors/exports/organisms/std-agent-builder.orb +2664 -0
  17. package/behaviors/exports/organisms/std-agent-pipeline.orb +2307 -0
  18. package/behaviors/exports/organisms/std-agent-reviewer.orb +1743 -0
  19. package/behaviors/exports/organisms/std-agent-tutor.orb +2303 -0
  20. package/behaviors/exports/validation-report.json +328 -0
  21. package/dist/behaviors/exports/atoms/std-agent-classifier.orb +402 -0
  22. package/dist/behaviors/exports/atoms/std-agent-completion.orb +469 -0
  23. package/dist/behaviors/exports/atoms/std-agent-context-window.orb +790 -0
  24. package/dist/behaviors/exports/atoms/std-agent-conversation.orb +737 -0
  25. package/dist/behaviors/exports/atoms/std-agent-memory.orb +627 -0
  26. package/dist/behaviors/exports/atoms/std-agent-provider.orb +402 -0
  27. package/dist/behaviors/exports/atoms/std-agent-search.orb +418 -0
  28. package/dist/behaviors/exports/atoms/std-agent-session.orb +825 -0
  29. package/dist/behaviors/exports/atoms/std-agent-tool-call.orb +380 -0
  30. package/dist/behaviors/exports/molecules/std-agent-fix-loop.orb +1213 -0
  31. package/dist/behaviors/exports/molecules/std-agent-learner.orb +1143 -0
  32. package/dist/behaviors/exports/molecules/std-agent-planner.orb +898 -0
  33. package/dist/behaviors/exports/molecules/std-agent-rag.orb +736 -0
  34. package/dist/behaviors/exports/molecules/std-agent-tool-loop.orb +1237 -0
  35. package/dist/behaviors/exports/organisms/std-agent-assistant.orb +2288 -0
  36. package/dist/behaviors/exports/organisms/std-agent-builder.orb +2664 -0
  37. package/dist/behaviors/exports/organisms/std-agent-pipeline.orb +2307 -0
  38. package/dist/behaviors/exports/organisms/std-agent-reviewer.orb +1743 -0
  39. package/dist/behaviors/exports/organisms/std-agent-tutor.orb +2303 -0
  40. package/dist/behaviors/exports/validation-report.json +328 -0
  41. package/dist/behaviors/exports-reader.js +6345 -175
  42. package/dist/behaviors/exports-reader.js.map +1 -1
  43. package/dist/behaviors/functions/index.d.ts +620 -1
  44. package/dist/behaviors/functions/index.js +6285 -176
  45. package/dist/behaviors/functions/index.js.map +1 -1
  46. package/dist/behaviors/index.d.ts +1 -1
  47. package/dist/behaviors/index.js +6348 -178
  48. package/dist/behaviors/index.js.map +1 -1
  49. package/dist/behaviors/query.js +6347 -177
  50. package/dist/behaviors/query.js.map +1 -1
  51. package/dist/exports/atoms/std-agent-classifier.orb +402 -0
  52. package/dist/exports/atoms/std-agent-completion.orb +469 -0
  53. package/dist/exports/atoms/std-agent-context-window.orb +790 -0
  54. package/dist/exports/atoms/std-agent-conversation.orb +737 -0
  55. package/dist/exports/atoms/std-agent-memory.orb +627 -0
  56. package/dist/exports/atoms/std-agent-provider.orb +402 -0
  57. package/dist/exports/atoms/std-agent-search.orb +418 -0
  58. package/dist/exports/atoms/std-agent-session.orb +825 -0
  59. package/dist/exports/atoms/std-agent-tool-call.orb +380 -0
  60. package/dist/exports/molecules/std-agent-fix-loop.orb +1213 -0
  61. package/dist/exports/molecules/std-agent-learner.orb +1143 -0
  62. package/dist/exports/molecules/std-agent-planner.orb +898 -0
  63. package/dist/exports/molecules/std-agent-rag.orb +736 -0
  64. package/dist/exports/molecules/std-agent-tool-loop.orb +1237 -0
  65. package/dist/exports/organisms/std-agent-assistant.orb +2288 -0
  66. package/dist/exports/organisms/std-agent-builder.orb +2664 -0
  67. package/dist/exports/organisms/std-agent-pipeline.orb +2307 -0
  68. package/dist/exports/organisms/std-agent-reviewer.orb +1743 -0
  69. package/dist/exports/organisms/std-agent-tutor.orb +2303 -0
  70. package/dist/exports/validation-report.json +328 -0
  71. package/dist/index.d.ts +1 -1
  72. package/dist/index.js +6348 -178
  73. package/dist/index.js.map +1 -1
  74. package/package.json +1 -1
@@ -0,0 +1,825 @@
1
+ {
2
+ "name": "AgentSessionOrbital",
3
+ "orbitals": [
4
+ {
5
+ "name": "AgentSessionOrbital",
6
+ "entity": {
7
+ "name": "AgentSession",
8
+ "persistence": "persistent",
9
+ "collection": "agentsessions",
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": "sessionId",
39
+ "type": "string",
40
+ "default": ""
41
+ },
42
+ {
43
+ "name": "parentId",
44
+ "type": "string",
45
+ "default": ""
46
+ },
47
+ {
48
+ "name": "label",
49
+ "type": "string",
50
+ "default": ""
51
+ }
52
+ ]
53
+ },
54
+ "traits": [
55
+ {
56
+ "name": "AgentSessionLifecycle",
57
+ "linkedEntity": "AgentSession",
58
+ "category": "interaction",
59
+ "stateMachine": {
60
+ "states": [
61
+ {
62
+ "name": "active",
63
+ "isInitial": true
64
+ },
65
+ {
66
+ "name": "forked"
67
+ },
68
+ {
69
+ "name": "ended"
70
+ }
71
+ ],
72
+ "events": [
73
+ {
74
+ "key": "INIT",
75
+ "name": "Initialize"
76
+ },
77
+ {
78
+ "key": "FORK",
79
+ "name": "Fork Session"
80
+ },
81
+ {
82
+ "key": "LABEL",
83
+ "name": "Label Session",
84
+ "payload": [
85
+ {
86
+ "name": "label",
87
+ "type": "string",
88
+ "required": true
89
+ }
90
+ ]
91
+ },
92
+ {
93
+ "key": "END",
94
+ "name": "End Session"
95
+ }
96
+ ],
97
+ "transitions": [
98
+ {
99
+ "from": "active",
100
+ "to": "active",
101
+ "event": "INIT",
102
+ "effects": [
103
+ [
104
+ "fetch",
105
+ "AgentSession"
106
+ ],
107
+ [
108
+ "agent/session-id"
109
+ ],
110
+ [
111
+ "set",
112
+ "@entity.createdAt",
113
+ "@now"
114
+ ],
115
+ [
116
+ "render-ui",
117
+ "main",
118
+ {
119
+ "type": "stack",
120
+ "direction": "vertical",
121
+ "gap": "lg",
122
+ "children": [
123
+ {
124
+ "type": "stack",
125
+ "direction": "horizontal",
126
+ "gap": "sm",
127
+ "align": "center",
128
+ "children": [
129
+ {
130
+ "type": "icon",
131
+ "name": "terminal",
132
+ "size": "lg"
133
+ },
134
+ {
135
+ "type": "typography",
136
+ "content": "AgentSession",
137
+ "variant": "h2"
138
+ },
139
+ {
140
+ "type": "badge",
141
+ "label": "Active",
142
+ "variant": "success"
143
+ }
144
+ ]
145
+ },
146
+ {
147
+ "type": "divider"
148
+ },
149
+ {
150
+ "type": "stack",
151
+ "direction": "horizontal",
152
+ "gap": "md",
153
+ "children": [
154
+ {
155
+ "type": "typography",
156
+ "variant": "caption",
157
+ "content": "Session ID:"
158
+ },
159
+ {
160
+ "type": "badge",
161
+ "label": "@entity.sessionId"
162
+ }
163
+ ]
164
+ },
165
+ {
166
+ "type": "stack",
167
+ "direction": "horizontal",
168
+ "gap": "md",
169
+ "children": [
170
+ {
171
+ "type": "typography",
172
+ "variant": "caption",
173
+ "content": "Label:"
174
+ },
175
+ {
176
+ "type": "badge",
177
+ "label": "@entity.label"
178
+ }
179
+ ]
180
+ },
181
+ {
182
+ "type": "stack",
183
+ "direction": "horizontal",
184
+ "gap": "sm",
185
+ "children": [
186
+ {
187
+ "type": "button",
188
+ "label": "Fork",
189
+ "event": "FORK",
190
+ "variant": "secondary",
191
+ "icon": "git-branch"
192
+ },
193
+ {
194
+ "type": "button",
195
+ "label": "Label",
196
+ "event": "LABEL",
197
+ "variant": "secondary",
198
+ "icon": "tag"
199
+ },
200
+ {
201
+ "type": "button",
202
+ "label": "End",
203
+ "event": "END",
204
+ "variant": "destructive",
205
+ "icon": "square"
206
+ }
207
+ ]
208
+ }
209
+ ]
210
+ }
211
+ ]
212
+ ]
213
+ },
214
+ {
215
+ "from": "active",
216
+ "to": "forked",
217
+ "event": "FORK",
218
+ "effects": [
219
+ [
220
+ "set",
221
+ "@entity.parentId",
222
+ "@entity.sessionId"
223
+ ],
224
+ [
225
+ "agent/fork"
226
+ ],
227
+ [
228
+ "agent/session-id"
229
+ ],
230
+ [
231
+ "render-ui",
232
+ "main",
233
+ {
234
+ "type": "stack",
235
+ "direction": "vertical",
236
+ "gap": "lg",
237
+ "children": [
238
+ {
239
+ "type": "stack",
240
+ "direction": "horizontal",
241
+ "gap": "sm",
242
+ "align": "center",
243
+ "children": [
244
+ {
245
+ "type": "icon",
246
+ "name": "git-branch",
247
+ "size": "lg"
248
+ },
249
+ {
250
+ "type": "typography",
251
+ "content": "AgentSession (Forked)",
252
+ "variant": "h2"
253
+ },
254
+ {
255
+ "type": "badge",
256
+ "label": "Forked",
257
+ "variant": "info"
258
+ }
259
+ ]
260
+ },
261
+ {
262
+ "type": "divider"
263
+ },
264
+ {
265
+ "type": "stack",
266
+ "direction": "horizontal",
267
+ "gap": "md",
268
+ "children": [
269
+ {
270
+ "type": "typography",
271
+ "variant": "caption",
272
+ "content": "Session:"
273
+ },
274
+ {
275
+ "type": "badge",
276
+ "label": "@entity.sessionId"
277
+ },
278
+ {
279
+ "type": "typography",
280
+ "variant": "caption",
281
+ "content": "Parent:"
282
+ },
283
+ {
284
+ "type": "badge",
285
+ "label": "@entity.parentId"
286
+ }
287
+ ]
288
+ },
289
+ {
290
+ "type": "stack",
291
+ "direction": "horizontal",
292
+ "gap": "sm",
293
+ "children": [
294
+ {
295
+ "type": "button",
296
+ "label": "Fork Again",
297
+ "event": "FORK",
298
+ "variant": "secondary",
299
+ "icon": "git-branch"
300
+ },
301
+ {
302
+ "type": "button",
303
+ "label": "Label",
304
+ "event": "LABEL",
305
+ "variant": "secondary",
306
+ "icon": "tag"
307
+ },
308
+ {
309
+ "type": "button",
310
+ "label": "End",
311
+ "event": "END",
312
+ "variant": "destructive",
313
+ "icon": "square"
314
+ }
315
+ ]
316
+ }
317
+ ]
318
+ }
319
+ ]
320
+ ]
321
+ },
322
+ {
323
+ "from": "forked",
324
+ "to": "forked",
325
+ "event": "FORK",
326
+ "effects": [
327
+ [
328
+ "set",
329
+ "@entity.parentId",
330
+ "@entity.sessionId"
331
+ ],
332
+ [
333
+ "agent/fork"
334
+ ],
335
+ [
336
+ "agent/session-id"
337
+ ],
338
+ [
339
+ "render-ui",
340
+ "main",
341
+ {
342
+ "type": "stack",
343
+ "direction": "vertical",
344
+ "gap": "lg",
345
+ "children": [
346
+ {
347
+ "type": "stack",
348
+ "direction": "horizontal",
349
+ "gap": "sm",
350
+ "align": "center",
351
+ "children": [
352
+ {
353
+ "type": "icon",
354
+ "name": "git-branch",
355
+ "size": "lg"
356
+ },
357
+ {
358
+ "type": "typography",
359
+ "content": "AgentSession (Forked)",
360
+ "variant": "h2"
361
+ },
362
+ {
363
+ "type": "badge",
364
+ "label": "Forked",
365
+ "variant": "info"
366
+ }
367
+ ]
368
+ },
369
+ {
370
+ "type": "divider"
371
+ },
372
+ {
373
+ "type": "stack",
374
+ "direction": "horizontal",
375
+ "gap": "md",
376
+ "children": [
377
+ {
378
+ "type": "typography",
379
+ "variant": "caption",
380
+ "content": "Session:"
381
+ },
382
+ {
383
+ "type": "badge",
384
+ "label": "@entity.sessionId"
385
+ },
386
+ {
387
+ "type": "typography",
388
+ "variant": "caption",
389
+ "content": "Parent:"
390
+ },
391
+ {
392
+ "type": "badge",
393
+ "label": "@entity.parentId"
394
+ }
395
+ ]
396
+ },
397
+ {
398
+ "type": "stack",
399
+ "direction": "horizontal",
400
+ "gap": "sm",
401
+ "children": [
402
+ {
403
+ "type": "button",
404
+ "label": "Fork Again",
405
+ "event": "FORK",
406
+ "variant": "secondary",
407
+ "icon": "git-branch"
408
+ },
409
+ {
410
+ "type": "button",
411
+ "label": "Label",
412
+ "event": "LABEL",
413
+ "variant": "secondary",
414
+ "icon": "tag"
415
+ },
416
+ {
417
+ "type": "button",
418
+ "label": "End",
419
+ "event": "END",
420
+ "variant": "destructive",
421
+ "icon": "square"
422
+ }
423
+ ]
424
+ }
425
+ ]
426
+ }
427
+ ]
428
+ ]
429
+ },
430
+ {
431
+ "from": "active",
432
+ "to": "active",
433
+ "event": "LABEL",
434
+ "effects": [
435
+ [
436
+ "agent/label",
437
+ "@payload.label"
438
+ ],
439
+ [
440
+ "set",
441
+ "@entity.label",
442
+ "@payload.label"
443
+ ],
444
+ [
445
+ "render-ui",
446
+ "main",
447
+ {
448
+ "type": "stack",
449
+ "direction": "vertical",
450
+ "gap": "lg",
451
+ "children": [
452
+ {
453
+ "type": "stack",
454
+ "direction": "horizontal",
455
+ "gap": "sm",
456
+ "align": "center",
457
+ "children": [
458
+ {
459
+ "type": "icon",
460
+ "name": "terminal",
461
+ "size": "lg"
462
+ },
463
+ {
464
+ "type": "typography",
465
+ "content": "AgentSession",
466
+ "variant": "h2"
467
+ },
468
+ {
469
+ "type": "badge",
470
+ "label": "Active",
471
+ "variant": "success"
472
+ }
473
+ ]
474
+ },
475
+ {
476
+ "type": "divider"
477
+ },
478
+ {
479
+ "type": "stack",
480
+ "direction": "horizontal",
481
+ "gap": "md",
482
+ "children": [
483
+ {
484
+ "type": "typography",
485
+ "variant": "caption",
486
+ "content": "Session ID:"
487
+ },
488
+ {
489
+ "type": "badge",
490
+ "label": "@entity.sessionId"
491
+ }
492
+ ]
493
+ },
494
+ {
495
+ "type": "stack",
496
+ "direction": "horizontal",
497
+ "gap": "md",
498
+ "children": [
499
+ {
500
+ "type": "typography",
501
+ "variant": "caption",
502
+ "content": "Label:"
503
+ },
504
+ {
505
+ "type": "badge",
506
+ "label": "@entity.label"
507
+ }
508
+ ]
509
+ },
510
+ {
511
+ "type": "stack",
512
+ "direction": "horizontal",
513
+ "gap": "sm",
514
+ "children": [
515
+ {
516
+ "type": "button",
517
+ "label": "Fork",
518
+ "event": "FORK",
519
+ "variant": "secondary",
520
+ "icon": "git-branch"
521
+ },
522
+ {
523
+ "type": "button",
524
+ "label": "Label",
525
+ "event": "LABEL",
526
+ "variant": "secondary",
527
+ "icon": "tag"
528
+ },
529
+ {
530
+ "type": "button",
531
+ "label": "End",
532
+ "event": "END",
533
+ "variant": "destructive",
534
+ "icon": "square"
535
+ }
536
+ ]
537
+ }
538
+ ]
539
+ }
540
+ ]
541
+ ]
542
+ },
543
+ {
544
+ "from": "forked",
545
+ "to": "forked",
546
+ "event": "LABEL",
547
+ "effects": [
548
+ [
549
+ "agent/label",
550
+ "@payload.label"
551
+ ],
552
+ [
553
+ "set",
554
+ "@entity.label",
555
+ "@payload.label"
556
+ ],
557
+ [
558
+ "render-ui",
559
+ "main",
560
+ {
561
+ "type": "stack",
562
+ "direction": "vertical",
563
+ "gap": "lg",
564
+ "children": [
565
+ {
566
+ "type": "stack",
567
+ "direction": "horizontal",
568
+ "gap": "sm",
569
+ "align": "center",
570
+ "children": [
571
+ {
572
+ "type": "icon",
573
+ "name": "git-branch",
574
+ "size": "lg"
575
+ },
576
+ {
577
+ "type": "typography",
578
+ "content": "AgentSession (Forked)",
579
+ "variant": "h2"
580
+ },
581
+ {
582
+ "type": "badge",
583
+ "label": "Forked",
584
+ "variant": "info"
585
+ }
586
+ ]
587
+ },
588
+ {
589
+ "type": "divider"
590
+ },
591
+ {
592
+ "type": "stack",
593
+ "direction": "horizontal",
594
+ "gap": "md",
595
+ "children": [
596
+ {
597
+ "type": "typography",
598
+ "variant": "caption",
599
+ "content": "Session:"
600
+ },
601
+ {
602
+ "type": "badge",
603
+ "label": "@entity.sessionId"
604
+ },
605
+ {
606
+ "type": "typography",
607
+ "variant": "caption",
608
+ "content": "Parent:"
609
+ },
610
+ {
611
+ "type": "badge",
612
+ "label": "@entity.parentId"
613
+ }
614
+ ]
615
+ },
616
+ {
617
+ "type": "stack",
618
+ "direction": "horizontal",
619
+ "gap": "sm",
620
+ "children": [
621
+ {
622
+ "type": "button",
623
+ "label": "Fork Again",
624
+ "event": "FORK",
625
+ "variant": "secondary",
626
+ "icon": "git-branch"
627
+ },
628
+ {
629
+ "type": "button",
630
+ "label": "Label",
631
+ "event": "LABEL",
632
+ "variant": "secondary",
633
+ "icon": "tag"
634
+ },
635
+ {
636
+ "type": "button",
637
+ "label": "End",
638
+ "event": "END",
639
+ "variant": "destructive",
640
+ "icon": "square"
641
+ }
642
+ ]
643
+ }
644
+ ]
645
+ }
646
+ ]
647
+ ]
648
+ },
649
+ {
650
+ "from": "active",
651
+ "to": "ended",
652
+ "event": "END",
653
+ "effects": [
654
+ [
655
+ "set",
656
+ "@entity.status",
657
+ "ended"
658
+ ],
659
+ [
660
+ "render-ui",
661
+ "main",
662
+ {
663
+ "type": "stack",
664
+ "direction": "vertical",
665
+ "gap": "lg",
666
+ "children": [
667
+ {
668
+ "type": "stack",
669
+ "direction": "horizontal",
670
+ "gap": "sm",
671
+ "align": "center",
672
+ "children": [
673
+ {
674
+ "type": "icon",
675
+ "name": "check-circle",
676
+ "size": "lg"
677
+ },
678
+ {
679
+ "type": "typography",
680
+ "content": "AgentSession (Ended)",
681
+ "variant": "h2"
682
+ },
683
+ {
684
+ "type": "badge",
685
+ "label": "Ended",
686
+ "variant": "secondary"
687
+ }
688
+ ]
689
+ },
690
+ {
691
+ "type": "divider"
692
+ },
693
+ {
694
+ "type": "alert",
695
+ "variant": "info",
696
+ "message": "Session has ended."
697
+ },
698
+ {
699
+ "type": "stack",
700
+ "direction": "horizontal",
701
+ "gap": "md",
702
+ "children": [
703
+ {
704
+ "type": "typography",
705
+ "variant": "caption",
706
+ "content": "Session:"
707
+ },
708
+ {
709
+ "type": "badge",
710
+ "label": "@entity.sessionId"
711
+ },
712
+ {
713
+ "type": "typography",
714
+ "variant": "caption",
715
+ "content": "Label:"
716
+ },
717
+ {
718
+ "type": "badge",
719
+ "label": "@entity.label"
720
+ }
721
+ ]
722
+ }
723
+ ]
724
+ }
725
+ ]
726
+ ]
727
+ },
728
+ {
729
+ "from": "forked",
730
+ "to": "ended",
731
+ "event": "END",
732
+ "effects": [
733
+ [
734
+ "set",
735
+ "@entity.status",
736
+ "ended"
737
+ ],
738
+ [
739
+ "render-ui",
740
+ "main",
741
+ {
742
+ "type": "stack",
743
+ "direction": "vertical",
744
+ "gap": "lg",
745
+ "children": [
746
+ {
747
+ "type": "stack",
748
+ "direction": "horizontal",
749
+ "gap": "sm",
750
+ "align": "center",
751
+ "children": [
752
+ {
753
+ "type": "icon",
754
+ "name": "check-circle",
755
+ "size": "lg"
756
+ },
757
+ {
758
+ "type": "typography",
759
+ "content": "AgentSession (Ended)",
760
+ "variant": "h2"
761
+ },
762
+ {
763
+ "type": "badge",
764
+ "label": "Ended",
765
+ "variant": "secondary"
766
+ }
767
+ ]
768
+ },
769
+ {
770
+ "type": "divider"
771
+ },
772
+ {
773
+ "type": "alert",
774
+ "variant": "info",
775
+ "message": "Session has ended."
776
+ },
777
+ {
778
+ "type": "stack",
779
+ "direction": "horizontal",
780
+ "gap": "md",
781
+ "children": [
782
+ {
783
+ "type": "typography",
784
+ "variant": "caption",
785
+ "content": "Session:"
786
+ },
787
+ {
788
+ "type": "badge",
789
+ "label": "@entity.sessionId"
790
+ },
791
+ {
792
+ "type": "typography",
793
+ "variant": "caption",
794
+ "content": "Label:"
795
+ },
796
+ {
797
+ "type": "badge",
798
+ "label": "@entity.label"
799
+ }
800
+ ]
801
+ }
802
+ ]
803
+ }
804
+ ]
805
+ ]
806
+ }
807
+ ]
808
+ }
809
+ }
810
+ ],
811
+ "pages": [
812
+ {
813
+ "name": "AgentSessionPage",
814
+ "path": "/agentsessions",
815
+ "traits": [
816
+ {
817
+ "ref": "AgentSessionLifecycle"
818
+ }
819
+ ]
820
+ }
821
+ ]
822
+ }
823
+ ],
824
+ "description": "Session lifecycle atom for agent session management. Handles session creation, forking, labeling, and ending. Uses agent/fork, agent/label, and agent/session-id operators."
825
+ }