@almadar/std 16.146.0 → 16.148.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 (102) hide show
  1. package/behaviors/lolo/infra/atoms/std-migration-job.lolo +269 -0
  2. package/behaviors/lolo/infra/atoms/std-mod-queue.lolo +1 -1
  3. package/behaviors/lolo/ml/atoms/std-data-collector.lolo +56 -0
  4. package/behaviors/lolo/ml/atoms/std-graph-builder.lolo +90 -0
  5. package/behaviors/lolo/ml/atoms/std-tokenizer.lolo +108 -0
  6. package/behaviors/lolo/ml/atoms/std-weight-validator.lolo +106 -0
  7. package/behaviors/lolo/ui/core/atoms/std-billable-hour.lolo +1 -1
  8. package/behaviors/lolo/ui/core/atoms/std-browse.lolo +4 -6
  9. package/behaviors/lolo/ui/core/atoms/std-esign-flow.lolo +3 -3
  10. package/behaviors/lolo/ui/core/atoms/std-esign-request.lolo +4 -4
  11. package/behaviors/lolo/ui/core/atoms/std-event-log.lolo +2 -2
  12. package/behaviors/lolo/ui/core/atoms/std-file-store.lolo +1 -1
  13. package/behaviors/lolo/ui/core/atoms/std-gallery.lolo +1 -1
  14. package/behaviors/lolo/ui/core/atoms/std-image-upload-multi.lolo +2 -2
  15. package/behaviors/lolo/ui/core/atoms/std-import.lolo +132 -0
  16. package/behaviors/lolo/ui/core/atoms/std-recurrence.lolo +5 -5
  17. package/behaviors/lolo/ui/core/atoms/std-saved-search.lolo +1 -1
  18. package/behaviors/lolo/ui/core/atoms/std-signature-capture.lolo +1 -1
  19. package/behaviors/lolo/ui/core/molecules/ui-data-grid.lolo +0 -2
  20. package/behaviors/lolo/ui/core/molecules/ui-data-list.lolo +0 -2
  21. package/behaviors/lolo/ui/core/molecules/ui-import-preview-tree.lolo +96 -0
  22. package/behaviors/lolo/ui/core/molecules/ui-import-progress.lolo +49 -0
  23. package/behaviors/lolo/ui/core/molecules/ui-import-source-picker.lolo +67 -0
  24. package/behaviors/lolo/ui/core/molecules/ui-table-view.lolo +0 -2
  25. package/behaviors/lolo/ui/core/organisms/ui-entity-cards.lolo +0 -2
  26. package/behaviors/lolo/ui/core/organisms/ui-entity-list.lolo +0 -2
  27. package/behaviors/lolo/ui/core/organisms/ui-entity-table.lolo +0 -2
  28. package/behaviors/lolo/ui/core/organisms/ui-timeline.lolo +0 -2
  29. package/behaviors/registry/factory-signatures.json +11531 -2142
  30. package/behaviors/registry/infra/atoms/std-migration-job.orb +1310 -0
  31. package/behaviors/registry/infra/atoms/std-mod-queue.orb +5 -5
  32. package/behaviors/registry/ml/atoms/std-data-collector.orb +324 -0
  33. package/behaviors/registry/ml/atoms/std-graph-builder.orb +480 -0
  34. package/behaviors/registry/ml/atoms/std-tokenizer.orb +570 -0
  35. package/behaviors/registry/ml/atoms/std-weight-validator.orb +624 -0
  36. package/behaviors/registry/ui/core/atoms/std-billable-hour.orb +2 -2
  37. package/behaviors/registry/ui/core/atoms/std-browse.orb +4 -6
  38. package/behaviors/registry/ui/core/atoms/std-esign-flow.orb +17 -21
  39. package/behaviors/registry/ui/core/atoms/std-esign-request.orb +7 -13
  40. package/behaviors/registry/ui/core/atoms/std-event-log.orb +2 -4
  41. package/behaviors/registry/ui/core/atoms/std-file-store.orb +3 -4
  42. package/behaviors/registry/ui/core/atoms/std-gallery.orb +11 -20
  43. package/behaviors/registry/ui/core/atoms/std-image-upload-multi.orb +4 -4
  44. package/behaviors/registry/ui/core/atoms/std-import.orb +701 -0
  45. package/behaviors/registry/ui/core/atoms/std-recurrence.orb +5 -10
  46. package/behaviors/registry/ui/core/atoms/std-saved-search.orb +2 -2
  47. package/behaviors/registry/ui/core/atoms/std-signature-capture.orb +2 -2
  48. package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +12 -25
  49. package/behaviors/registry/ui/core/molecules/ui-data-list.orb +13 -26
  50. package/behaviors/registry/ui/core/molecules/ui-import-preview-tree.orb +354 -0
  51. package/behaviors/registry/ui/core/molecules/ui-import-progress.orb +195 -0
  52. package/behaviors/registry/ui/core/molecules/ui-import-source-picker.orb +279 -0
  53. package/behaviors/registry/ui/core/molecules/ui-table-view.orb +12 -25
  54. package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +0 -13
  55. package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +8 -21
  56. package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +0 -13
  57. package/behaviors/registry/ui/core/organisms/ui-timeline.orb +0 -13
  58. package/dist/behaviors/behaviors-embeddings.json +477 -405
  59. package/dist/behaviors/behaviors-registry.json +7518 -3936
  60. package/dist/behaviors/exports-reader.js +3093 -2581
  61. package/dist/behaviors/functions/index.d.ts +922 -14
  62. package/dist/behaviors/functions/index.js +3056 -2582
  63. package/dist/behaviors/index.d.ts +1 -1
  64. package/dist/behaviors/index.js +3094 -2582
  65. package/dist/behaviors/knob-embeddings.json +1 -1
  66. package/dist/behaviors/query.js +3093 -2581
  67. package/dist/behaviors/registry/factory-signatures.json +11531 -2142
  68. package/dist/behaviors/registry/infra/atoms/std-migration-job.orb +1310 -0
  69. package/dist/behaviors/registry/infra/atoms/std-mod-queue.orb +5 -5
  70. package/dist/behaviors/registry/ml/atoms/std-data-collector.orb +324 -0
  71. package/dist/behaviors/registry/ml/atoms/std-graph-builder.orb +480 -0
  72. package/dist/behaviors/registry/ml/atoms/std-tokenizer.orb +570 -0
  73. package/dist/behaviors/registry/ml/atoms/std-weight-validator.orb +624 -0
  74. package/dist/behaviors/registry/ui/core/atoms/std-billable-hour.orb +2 -2
  75. package/dist/behaviors/registry/ui/core/atoms/std-browse.orb +4 -6
  76. package/dist/behaviors/registry/ui/core/atoms/std-esign-flow.orb +17 -21
  77. package/dist/behaviors/registry/ui/core/atoms/std-esign-request.orb +7 -13
  78. package/dist/behaviors/registry/ui/core/atoms/std-event-log.orb +2 -4
  79. package/dist/behaviors/registry/ui/core/atoms/std-file-store.orb +3 -4
  80. package/dist/behaviors/registry/ui/core/atoms/std-gallery.orb +11 -20
  81. package/dist/behaviors/registry/ui/core/atoms/std-image-upload-multi.orb +4 -4
  82. package/dist/behaviors/registry/ui/core/atoms/std-import.orb +701 -0
  83. package/dist/behaviors/registry/ui/core/atoms/std-recurrence.orb +5 -10
  84. package/dist/behaviors/registry/ui/core/atoms/std-saved-search.orb +2 -2
  85. package/dist/behaviors/registry/ui/core/atoms/std-signature-capture.orb +2 -2
  86. package/dist/behaviors/registry/ui/core/molecules/ui-data-grid.orb +12 -25
  87. package/dist/behaviors/registry/ui/core/molecules/ui-data-list.orb +13 -26
  88. package/dist/behaviors/registry/ui/core/molecules/ui-import-preview-tree.orb +354 -0
  89. package/dist/behaviors/registry/ui/core/molecules/ui-import-progress.orb +195 -0
  90. package/dist/behaviors/registry/ui/core/molecules/ui-import-source-picker.orb +279 -0
  91. package/dist/behaviors/registry/ui/core/molecules/ui-table-view.orb +12 -25
  92. package/dist/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +0 -13
  93. package/dist/behaviors/registry/ui/core/organisms/ui-entity-list.orb +8 -21
  94. package/dist/behaviors/registry/ui/core/organisms/ui-entity-table.orb +0 -13
  95. package/dist/behaviors/registry/ui/core/organisms/ui-timeline.orb +0 -13
  96. package/dist/behaviors-embeddings.json +477 -405
  97. package/dist/behaviors-registry.json +7518 -3936
  98. package/dist/index.d.ts +1 -1
  99. package/dist/index.js +3094 -2582
  100. package/dist/knob-embeddings.json +1 -1
  101. package/dist/registry/factory-signatures.json +11531 -2142
  102. package/package.json +2 -2
@@ -259,7 +259,7 @@
259
259
  "description": "Timestamp indicating when the item was last reviewed.",
260
260
  "name": "reviewedAt",
261
261
  "synonyms": "review date, review time, last reviewed",
262
- "type": "string"
262
+ "type": "datetime"
263
263
  },
264
264
  {
265
265
  "description": "Free-text comments or observations related to the item.",
@@ -505,7 +505,7 @@
505
505
  },
506
506
  {
507
507
  "name": "reviewedAt",
508
- "type": "string"
508
+ "type": "datetime"
509
509
  },
510
510
  {
511
511
  "name": "notes",
@@ -564,7 +564,7 @@
564
564
  },
565
565
  {
566
566
  "name": "reviewedAt",
567
- "type": "string"
567
+ "type": "datetime"
568
568
  },
569
569
  {
570
570
  "name": "notes",
@@ -623,7 +623,7 @@
623
623
  },
624
624
  {
625
625
  "name": "reviewedAt",
626
- "type": "string"
626
+ "type": "datetime"
627
627
  },
628
628
  {
629
629
  "name": "notes",
@@ -714,7 +714,7 @@
714
714
  },
715
715
  {
716
716
  "name": "reviewedAt",
717
- "type": "string"
717
+ "type": "datetime"
718
718
  },
719
719
  {
720
720
  "name": "notes",
@@ -0,0 +1,324 @@
1
+ {
2
+ "description": "std-data-collector — pure buffer-accumulation atom, parameterized for any ML domain. Collects data points into a buffer and fires BUFFER_READY with the full accumulated buffer once it reaches config.bufferSize, then resets for the next cycle. No ML compute, no model call — state machine + array operators only. Use ahead of a training loop, a batch inference call, or any downstream rung that needs a fixed-size window of accumulated observations.",
3
+ "ledger": {
4
+ "entries": {
5
+ "ent_01KYE96EQ2HD6QXS53RKDX1V3Z": {
6
+ "bakedName": "DataBuffer",
7
+ "curName": "DataBuffer",
8
+ "id": "ent_01KYE96EQ2HD6QXS53RKDX1V3Z",
9
+ "kind": "entity",
10
+ "owner": "workspace",
11
+ "renames": []
12
+ },
13
+ "evt_01KYE96EQ244DCAVTH74M166Y2": {
14
+ "bakedName": "BUFFER_READY",
15
+ "curName": "BUFFER_READY",
16
+ "id": "evt_01KYE96EQ244DCAVTH74M166Y2",
17
+ "kind": "event",
18
+ "owner": "workspace",
19
+ "parent": "trt_01KYE96EQ272HPSFDTQ3YCB1SG",
20
+ "renames": []
21
+ },
22
+ "evt_01KYE96EQ2J97DR6K32J75A655": {
23
+ "bakedName": "COLLECT",
24
+ "curName": "COLLECT",
25
+ "id": "evt_01KYE96EQ2J97DR6K32J75A655",
26
+ "kind": "event",
27
+ "owner": "workspace",
28
+ "parent": "trt_01KYE96EQ272HPSFDTQ3YCB1SG",
29
+ "renames": []
30
+ },
31
+ "evt_01KYE96EQ2W7TXBK25RMPEHPSN": {
32
+ "bakedName": "INIT",
33
+ "curName": "INIT",
34
+ "id": "evt_01KYE96EQ2W7TXBK25RMPEHPSN",
35
+ "kind": "event",
36
+ "owner": "workspace",
37
+ "parent": "trt_01KYE96EQ272HPSFDTQ3YCB1SG",
38
+ "renames": []
39
+ },
40
+ "orb_01KYE96EQ2ZHXP0FZB846M3HKV": {
41
+ "bakedName": "MlDataCollectorOrbital",
42
+ "curName": "MlDataCollectorOrbital",
43
+ "id": "orb_01KYE96EQ2ZHXP0FZB846M3HKV",
44
+ "kind": "orbital",
45
+ "owner": "workspace",
46
+ "renames": []
47
+ },
48
+ "pag_01KYE96EQ2NDN4K00H9GTBVH95": {
49
+ "bakedName": "MlDataCollectorPage",
50
+ "curName": "MlDataCollectorPage",
51
+ "id": "pag_01KYE96EQ2NDN4K00H9GTBVH95",
52
+ "kind": "page",
53
+ "owner": "workspace",
54
+ "renames": []
55
+ },
56
+ "trt_01KYE96EQ272HPSFDTQ3YCB1SG": {
57
+ "bakedName": "DataCollectorRun",
58
+ "curName": "DataCollectorRun",
59
+ "id": "trt_01KYE96EQ272HPSFDTQ3YCB1SG",
60
+ "kind": "trait",
61
+ "owner": "workspace",
62
+ "renames": []
63
+ }
64
+ },
65
+ "schemaVersion": 1
66
+ },
67
+ "name": "std-data-collector",
68
+ "orbitals": [
69
+ {
70
+ "entity": {
71
+ "fields": [
72
+ {
73
+ "default": [],
74
+ "description": "Data points accumulated in the current cycle.",
75
+ "items": {
76
+ "type": "string"
77
+ },
78
+ "name": "buffer",
79
+ "type": "array"
80
+ },
81
+ {
82
+ "default": 0.0,
83
+ "description": "Number of points currently in the buffer.",
84
+ "name": "count",
85
+ "type": "number"
86
+ },
87
+ {
88
+ "default": "idle",
89
+ "name": "status",
90
+ "type": "string",
91
+ "values": [
92
+ "idle",
93
+ "collecting"
94
+ ]
95
+ }
96
+ ],
97
+ "id": "ent_01KYE96EQ2HD6QXS53RKDX1V3Z",
98
+ "name": "DataBuffer",
99
+ "persistence": "runtime"
100
+ },
101
+ "id": "orb_01KYE96EQ2ZHXP0FZB846M3HKV",
102
+ "name": "MlDataCollectorOrbital",
103
+ "pages": [
104
+ {
105
+ "id": "pag_01KYE96EQ2NDN4K00H9GTBVH95",
106
+ "name": "MlDataCollectorPage",
107
+ "path": "/ml-data-collector",
108
+ "traits": [
109
+ {
110
+ "ref": "DataCollectorRun",
111
+ "refId": "trt_01KYE96EQ272HPSFDTQ3YCB1SG"
112
+ }
113
+ ]
114
+ }
115
+ ],
116
+ "traits": [
117
+ {
118
+ "category": "lifecycle",
119
+ "config": {
120
+ "bufferSize": {
121
+ "default": 100.0,
122
+ "description": "Number of data points collected before BUFFER_READY fires.",
123
+ "label": "Buffer size",
124
+ "tier": "domain",
125
+ "type": "int"
126
+ }
127
+ },
128
+ "emits": [
129
+ {
130
+ "description": "Fired when the buffer reaches config.bufferSize; carries the full accumulated buffer and its count, then the buffer resets for the next cycle.",
131
+ "event": "BUFFER_READY",
132
+ "eventId": "evt_01KYE96EQ244DCAVTH74M166Y2",
133
+ "payloadSchema": [
134
+ {
135
+ "name": "buffer",
136
+ "required": true,
137
+ "type": "[any]"
138
+ },
139
+ {
140
+ "name": "count",
141
+ "required": true,
142
+ "type": "int"
143
+ }
144
+ ],
145
+ "scope": "external",
146
+ "tier": "primary"
147
+ }
148
+ ],
149
+ "entityContract": {
150
+ "provides": [
151
+ "buffer",
152
+ "count",
153
+ "status"
154
+ ],
155
+ "requires": []
156
+ },
157
+ "entityRebindable": true,
158
+ "entityRefIds": {
159
+ "DataBuffer": "ent_01KYE96EQ2HD6QXS53RKDX1V3Z"
160
+ },
161
+ "id": "trt_01KYE96EQ272HPSFDTQ3YCB1SG",
162
+ "linkedEntity": "DataBuffer",
163
+ "linkedEntityId": "ent_01KYE96EQ2HD6QXS53RKDX1V3Z",
164
+ "name": "DataCollectorRun",
165
+ "scope": "instance",
166
+ "stateMachine": {
167
+ "events": [
168
+ {
169
+ "id": "evt_01KYE96EQ2W7TXBK25RMPEHPSN",
170
+ "key": "INIT",
171
+ "name": "Initialize"
172
+ },
173
+ {
174
+ "id": "evt_01KYE96EQ2J97DR6K32J75A655",
175
+ "key": "COLLECT",
176
+ "name": "Collect",
177
+ "payloadSchema": [
178
+ {
179
+ "name": "point",
180
+ "required": true,
181
+ "type": "any"
182
+ }
183
+ ]
184
+ },
185
+ {
186
+ "description": "Fired when the buffer reaches config.bufferSize; carries the full accumulated buffer and its count, then the buffer resets for the next cycle.",
187
+ "id": "evt_01KYE96EQ244DCAVTH74M166Y2",
188
+ "key": "BUFFER_READY",
189
+ "name": "Buffer Ready",
190
+ "payloadSchema": [
191
+ {
192
+ "name": "buffer",
193
+ "required": true,
194
+ "type": "[any]"
195
+ },
196
+ {
197
+ "name": "count",
198
+ "required": true,
199
+ "type": "int"
200
+ }
201
+ ],
202
+ "tier": "primary"
203
+ }
204
+ ],
205
+ "states": [
206
+ {
207
+ "isInitial": true,
208
+ "name": "collecting"
209
+ }
210
+ ],
211
+ "transitions": [
212
+ {
213
+ "effects": [
214
+ [
215
+ "set",
216
+ "@entity.buffer",
217
+ []
218
+ ],
219
+ [
220
+ "set",
221
+ "@entity.count",
222
+ 0.0
223
+ ],
224
+ [
225
+ "set",
226
+ "@entity.status",
227
+ "idle"
228
+ ]
229
+ ],
230
+ "event": "INIT",
231
+ "eventId": "evt_01KYE96EQ2W7TXBK25RMPEHPSN",
232
+ "from": "collecting",
233
+ "to": "collecting"
234
+ },
235
+ {
236
+ "effects": [
237
+ [
238
+ "let",
239
+ [
240
+ [
241
+ "newBuffer",
242
+ [
243
+ "array/append",
244
+ "@entity.buffer",
245
+ "@payload.point"
246
+ ]
247
+ ],
248
+ [
249
+ "newCount",
250
+ [
251
+ "+",
252
+ "@entity.count",
253
+ 1.0
254
+ ]
255
+ ]
256
+ ],
257
+ [
258
+ "if",
259
+ [
260
+ ">=",
261
+ "@newCount",
262
+ "@config.bufferSize"
263
+ ],
264
+ [
265
+ "do",
266
+ [
267
+ "set",
268
+ "@entity.buffer",
269
+ []
270
+ ],
271
+ [
272
+ "set",
273
+ "@entity.count",
274
+ 0.0
275
+ ],
276
+ [
277
+ "set",
278
+ "@entity.status",
279
+ "idle"
280
+ ],
281
+ [
282
+ "emit",
283
+ "BUFFER_READY",
284
+ {
285
+ "buffer": "@newBuffer",
286
+ "count": "@newCount"
287
+ }
288
+ ]
289
+ ],
290
+ [
291
+ "do",
292
+ [
293
+ "set",
294
+ "@entity.buffer",
295
+ "@newBuffer"
296
+ ],
297
+ [
298
+ "set",
299
+ "@entity.count",
300
+ "@newCount"
301
+ ],
302
+ [
303
+ "set",
304
+ "@entity.status",
305
+ "collecting"
306
+ ]
307
+ ]
308
+ ]
309
+ ]
310
+ ],
311
+ "event": "COLLECT",
312
+ "eventId": "evt_01KYE96EQ2J97DR6K32J75A655",
313
+ "from": "collecting",
314
+ "to": "collecting"
315
+ }
316
+ ]
317
+ }
318
+ }
319
+ ]
320
+ }
321
+ ],
322
+ "schemaVersion": 1,
323
+ "version": "1.0.0"
324
+ }