@almadar/std 3.12.1 → 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 (149) 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/atoms/std-wizard.orb +63 -70
  11. package/behaviors/exports/molecules/std-agent-fix-loop.orb +1213 -0
  12. package/behaviors/exports/molecules/std-agent-learner.orb +1143 -0
  13. package/behaviors/exports/molecules/std-agent-planner.orb +898 -0
  14. package/behaviors/exports/molecules/std-agent-rag.orb +736 -0
  15. package/behaviors/exports/molecules/std-agent-tool-loop.orb +1237 -0
  16. package/behaviors/exports/molecules/std-detail.orb +4 -0
  17. package/behaviors/exports/molecules/std-geospatial.orb +4 -0
  18. package/behaviors/exports/molecules/std-inventory.orb +8 -0
  19. package/behaviors/exports/molecules/std-list.orb +18 -1
  20. package/behaviors/exports/molecules/std-messaging.orb +4 -0
  21. package/behaviors/exports/organisms/std-agent-assistant.orb +2288 -0
  22. package/behaviors/exports/organisms/std-agent-builder.orb +2664 -0
  23. package/behaviors/exports/organisms/std-agent-pipeline.orb +2307 -0
  24. package/behaviors/exports/organisms/std-agent-reviewer.orb +1743 -0
  25. package/behaviors/exports/organisms/std-agent-tutor.orb +2303 -0
  26. package/behaviors/exports/organisms/std-api-gateway.orb +18 -1
  27. package/behaviors/exports/organisms/std-booking-system.orb +131 -104
  28. package/behaviors/exports/organisms/std-cicd-pipeline.orb +18 -1
  29. package/behaviors/exports/organisms/std-cms.orb +40 -2
  30. package/behaviors/exports/organisms/std-crm.orb +40 -2
  31. package/behaviors/exports/organisms/std-devops-dashboard.orb +18 -1
  32. package/behaviors/exports/organisms/std-finance-tracker.orb +22 -1
  33. package/behaviors/exports/organisms/std-healthcare.orb +167 -136
  34. package/behaviors/exports/organisms/std-helpdesk.orb +22 -1
  35. package/behaviors/exports/organisms/std-hr-portal.orb +115 -88
  36. package/behaviors/exports/organisms/std-iot-dashboard.orb +18 -1
  37. package/behaviors/exports/organisms/std-lms.orb +97 -87
  38. package/behaviors/exports/organisms/std-platformer-app.orb +8 -0
  39. package/behaviors/exports/organisms/std-project-manager.orb +36 -2
  40. package/behaviors/exports/organisms/std-realtime-chat.orb +22 -1
  41. package/behaviors/exports/organisms/std-rpg-game.orb +8 -0
  42. package/behaviors/exports/organisms/std-service-marketplace.orb +36 -2
  43. package/behaviors/exports/organisms/std-social-feed.orb +8 -0
  44. package/behaviors/exports/organisms/std-trading-dashboard.orb +18 -1
  45. package/behaviors/exports/validation-report.json +1425 -0
  46. package/dist/behaviors/exports/atoms/std-agent-classifier.orb +402 -0
  47. package/dist/behaviors/exports/atoms/std-agent-completion.orb +469 -0
  48. package/dist/behaviors/exports/atoms/std-agent-context-window.orb +790 -0
  49. package/dist/behaviors/exports/atoms/std-agent-conversation.orb +737 -0
  50. package/dist/behaviors/exports/atoms/std-agent-memory.orb +627 -0
  51. package/dist/behaviors/exports/atoms/std-agent-provider.orb +402 -0
  52. package/dist/behaviors/exports/atoms/std-agent-search.orb +418 -0
  53. package/dist/behaviors/exports/atoms/std-agent-session.orb +825 -0
  54. package/dist/behaviors/exports/atoms/std-agent-tool-call.orb +380 -0
  55. package/dist/behaviors/exports/atoms/std-wizard.orb +63 -70
  56. package/dist/behaviors/exports/molecules/std-agent-fix-loop.orb +1213 -0
  57. package/dist/behaviors/exports/molecules/std-agent-learner.orb +1143 -0
  58. package/dist/behaviors/exports/molecules/std-agent-planner.orb +898 -0
  59. package/dist/behaviors/exports/molecules/std-agent-rag.orb +736 -0
  60. package/dist/behaviors/exports/molecules/std-agent-tool-loop.orb +1237 -0
  61. package/dist/behaviors/exports/molecules/std-detail.orb +4 -0
  62. package/dist/behaviors/exports/molecules/std-geospatial.orb +4 -0
  63. package/dist/behaviors/exports/molecules/std-inventory.orb +8 -0
  64. package/dist/behaviors/exports/molecules/std-list.orb +18 -1
  65. package/dist/behaviors/exports/molecules/std-messaging.orb +4 -0
  66. package/dist/behaviors/exports/organisms/std-agent-assistant.orb +2288 -0
  67. package/dist/behaviors/exports/organisms/std-agent-builder.orb +2664 -0
  68. package/dist/behaviors/exports/organisms/std-agent-pipeline.orb +2307 -0
  69. package/dist/behaviors/exports/organisms/std-agent-reviewer.orb +1743 -0
  70. package/dist/behaviors/exports/organisms/std-agent-tutor.orb +2303 -0
  71. package/dist/behaviors/exports/organisms/std-api-gateway.orb +18 -1
  72. package/dist/behaviors/exports/organisms/std-booking-system.orb +131 -104
  73. package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +18 -1
  74. package/dist/behaviors/exports/organisms/std-cms.orb +40 -2
  75. package/dist/behaviors/exports/organisms/std-crm.orb +40 -2
  76. package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +18 -1
  77. package/dist/behaviors/exports/organisms/std-finance-tracker.orb +22 -1
  78. package/dist/behaviors/exports/organisms/std-healthcare.orb +167 -136
  79. package/dist/behaviors/exports/organisms/std-helpdesk.orb +22 -1
  80. package/dist/behaviors/exports/organisms/std-hr-portal.orb +115 -88
  81. package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +18 -1
  82. package/dist/behaviors/exports/organisms/std-lms.orb +97 -87
  83. package/dist/behaviors/exports/organisms/std-platformer-app.orb +8 -0
  84. package/dist/behaviors/exports/organisms/std-project-manager.orb +36 -2
  85. package/dist/behaviors/exports/organisms/std-realtime-chat.orb +22 -1
  86. package/dist/behaviors/exports/organisms/std-rpg-game.orb +8 -0
  87. package/dist/behaviors/exports/organisms/std-service-marketplace.orb +36 -2
  88. package/dist/behaviors/exports/organisms/std-social-feed.orb +8 -0
  89. package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +18 -1
  90. package/dist/behaviors/exports/validation-report.json +1425 -0
  91. package/dist/behaviors/exports-reader.js +6345 -175
  92. package/dist/behaviors/exports-reader.js.map +1 -1
  93. package/dist/behaviors/functions/index.d.ts +620 -1
  94. package/dist/behaviors/functions/index.js +6285 -176
  95. package/dist/behaviors/functions/index.js.map +1 -1
  96. package/dist/behaviors/index.d.ts +1 -1
  97. package/dist/behaviors/index.js +6348 -178
  98. package/dist/behaviors/index.js.map +1 -1
  99. package/dist/behaviors/query.js +6347 -177
  100. package/dist/behaviors/query.js.map +1 -1
  101. package/dist/exports/atoms/std-agent-classifier.orb +402 -0
  102. package/dist/exports/atoms/std-agent-completion.orb +469 -0
  103. package/dist/exports/atoms/std-agent-context-window.orb +790 -0
  104. package/dist/exports/atoms/std-agent-conversation.orb +737 -0
  105. package/dist/exports/atoms/std-agent-memory.orb +627 -0
  106. package/dist/exports/atoms/std-agent-provider.orb +402 -0
  107. package/dist/exports/atoms/std-agent-search.orb +418 -0
  108. package/dist/exports/atoms/std-agent-session.orb +825 -0
  109. package/dist/exports/atoms/std-agent-tool-call.orb +380 -0
  110. package/dist/exports/atoms/std-wizard.orb +63 -70
  111. package/dist/exports/molecules/std-agent-fix-loop.orb +1213 -0
  112. package/dist/exports/molecules/std-agent-learner.orb +1143 -0
  113. package/dist/exports/molecules/std-agent-planner.orb +898 -0
  114. package/dist/exports/molecules/std-agent-rag.orb +736 -0
  115. package/dist/exports/molecules/std-agent-tool-loop.orb +1237 -0
  116. package/dist/exports/molecules/std-detail.orb +4 -0
  117. package/dist/exports/molecules/std-geospatial.orb +4 -0
  118. package/dist/exports/molecules/std-inventory.orb +8 -0
  119. package/dist/exports/molecules/std-list.orb +18 -1
  120. package/dist/exports/molecules/std-messaging.orb +4 -0
  121. package/dist/exports/organisms/std-agent-assistant.orb +2288 -0
  122. package/dist/exports/organisms/std-agent-builder.orb +2664 -0
  123. package/dist/exports/organisms/std-agent-pipeline.orb +2307 -0
  124. package/dist/exports/organisms/std-agent-reviewer.orb +1743 -0
  125. package/dist/exports/organisms/std-agent-tutor.orb +2303 -0
  126. package/dist/exports/organisms/std-api-gateway.orb +18 -1
  127. package/dist/exports/organisms/std-booking-system.orb +131 -104
  128. package/dist/exports/organisms/std-cicd-pipeline.orb +18 -1
  129. package/dist/exports/organisms/std-cms.orb +40 -2
  130. package/dist/exports/organisms/std-crm.orb +40 -2
  131. package/dist/exports/organisms/std-devops-dashboard.orb +18 -1
  132. package/dist/exports/organisms/std-finance-tracker.orb +22 -1
  133. package/dist/exports/organisms/std-healthcare.orb +167 -136
  134. package/dist/exports/organisms/std-helpdesk.orb +22 -1
  135. package/dist/exports/organisms/std-hr-portal.orb +115 -88
  136. package/dist/exports/organisms/std-iot-dashboard.orb +18 -1
  137. package/dist/exports/organisms/std-lms.orb +97 -87
  138. package/dist/exports/organisms/std-platformer-app.orb +8 -0
  139. package/dist/exports/organisms/std-project-manager.orb +36 -2
  140. package/dist/exports/organisms/std-realtime-chat.orb +22 -1
  141. package/dist/exports/organisms/std-rpg-game.orb +8 -0
  142. package/dist/exports/organisms/std-service-marketplace.orb +36 -2
  143. package/dist/exports/organisms/std-social-feed.orb +8 -0
  144. package/dist/exports/organisms/std-trading-dashboard.orb +18 -1
  145. package/dist/exports/validation-report.json +1425 -0
  146. package/dist/index.d.ts +1 -1
  147. package/dist/index.js +6348 -178
  148. package/dist/index.js.map +1 -1
  149. package/package.json +1 -1
@@ -0,0 +1,627 @@
1
+ {
2
+ "name": "AgentMemoryOrbital",
3
+ "orbitals": [
4
+ {
5
+ "name": "AgentMemoryOrbital",
6
+ "entity": {
7
+ "name": "AgentMemory",
8
+ "persistence": "persistent",
9
+ "collection": "agentmemorys",
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": "content",
39
+ "type": "string",
40
+ "default": ""
41
+ },
42
+ {
43
+ "name": "category",
44
+ "type": "string",
45
+ "default": "general"
46
+ },
47
+ {
48
+ "name": "strength",
49
+ "type": "number",
50
+ "default": 1
51
+ },
52
+ {
53
+ "name": "pinned",
54
+ "type": "boolean",
55
+ "default": false
56
+ },
57
+ {
58
+ "name": "scope",
59
+ "type": "string",
60
+ "default": "session"
61
+ },
62
+ {
63
+ "name": "lastAccessedAt",
64
+ "type": "string",
65
+ "default": ""
66
+ }
67
+ ]
68
+ },
69
+ "traits": [
70
+ {
71
+ "name": "AgentMemoryLifecycle",
72
+ "linkedEntity": "AgentMemory",
73
+ "category": "interaction",
74
+ "stateMachine": {
75
+ "states": [
76
+ {
77
+ "name": "idle",
78
+ "isInitial": true
79
+ },
80
+ {
81
+ "name": "active"
82
+ }
83
+ ],
84
+ "events": [
85
+ {
86
+ "key": "INIT",
87
+ "name": "Initialize"
88
+ },
89
+ {
90
+ "key": "MEMORIZE",
91
+ "name": "Memorize",
92
+ "payload": [
93
+ {
94
+ "name": "content",
95
+ "type": "string",
96
+ "required": true
97
+ },
98
+ {
99
+ "name": "category",
100
+ "type": "string",
101
+ "required": false
102
+ }
103
+ ]
104
+ },
105
+ {
106
+ "key": "RECALL",
107
+ "name": "Recall",
108
+ "payload": [
109
+ {
110
+ "name": "query",
111
+ "type": "string",
112
+ "required": true
113
+ }
114
+ ]
115
+ },
116
+ {
117
+ "key": "PIN",
118
+ "name": "Pin",
119
+ "payload": [
120
+ {
121
+ "name": "id",
122
+ "type": "string",
123
+ "required": true
124
+ }
125
+ ]
126
+ },
127
+ {
128
+ "key": "FORGET",
129
+ "name": "Forget",
130
+ "payload": [
131
+ {
132
+ "name": "id",
133
+ "type": "string",
134
+ "required": true
135
+ }
136
+ ]
137
+ },
138
+ {
139
+ "key": "REINFORCE",
140
+ "name": "Reinforce",
141
+ "payload": [
142
+ {
143
+ "name": "id",
144
+ "type": "string",
145
+ "required": true
146
+ }
147
+ ]
148
+ },
149
+ {
150
+ "key": "DECAY",
151
+ "name": "Decay"
152
+ }
153
+ ],
154
+ "transitions": [
155
+ {
156
+ "from": "idle",
157
+ "to": "idle",
158
+ "event": "INIT",
159
+ "effects": [
160
+ [
161
+ "fetch",
162
+ "AgentMemory"
163
+ ],
164
+ [
165
+ "render-ui",
166
+ "main",
167
+ {
168
+ "type": "stack",
169
+ "direction": "vertical",
170
+ "gap": "lg",
171
+ "children": [
172
+ {
173
+ "type": "stack",
174
+ "direction": "horizontal",
175
+ "gap": "sm",
176
+ "align": "center",
177
+ "children": [
178
+ {
179
+ "type": "icon",
180
+ "name": "brain",
181
+ "size": "lg"
182
+ },
183
+ {
184
+ "type": "typography",
185
+ "content": "AgentMemory Manager",
186
+ "variant": "h2"
187
+ }
188
+ ]
189
+ },
190
+ {
191
+ "type": "divider"
192
+ },
193
+ {
194
+ "type": "stack",
195
+ "direction": "horizontal",
196
+ "gap": "sm",
197
+ "children": [
198
+ {
199
+ "type": "button",
200
+ "label": "Memorize",
201
+ "event": "MEMORIZE",
202
+ "variant": "primary",
203
+ "icon": "plus"
204
+ },
205
+ {
206
+ "type": "button",
207
+ "label": "Recall",
208
+ "event": "RECALL",
209
+ "variant": "secondary",
210
+ "icon": "search"
211
+ },
212
+ {
213
+ "type": "button",
214
+ "label": "Decay All",
215
+ "event": "DECAY",
216
+ "variant": "ghost",
217
+ "icon": "clock"
218
+ }
219
+ ]
220
+ }
221
+ ]
222
+ }
223
+ ]
224
+ ]
225
+ },
226
+ {
227
+ "from": "idle",
228
+ "to": "active",
229
+ "event": "MEMORIZE",
230
+ "effects": [
231
+ [
232
+ "agent/memorize",
233
+ "@payload.content",
234
+ "@payload.category"
235
+ ],
236
+ [
237
+ "set",
238
+ "@entity.content",
239
+ "@payload.content"
240
+ ],
241
+ [
242
+ "set",
243
+ "@entity.category",
244
+ "@payload.category"
245
+ ],
246
+ [
247
+ "set",
248
+ "@entity.createdAt",
249
+ "@now"
250
+ ],
251
+ [
252
+ "render-ui",
253
+ "main",
254
+ {
255
+ "type": "stack",
256
+ "direction": "vertical",
257
+ "gap": "lg",
258
+ "children": [
259
+ {
260
+ "type": "stack",
261
+ "direction": "horizontal",
262
+ "gap": "sm",
263
+ "align": "center",
264
+ "children": [
265
+ {
266
+ "type": "icon",
267
+ "name": "brain",
268
+ "size": "lg"
269
+ },
270
+ {
271
+ "type": "typography",
272
+ "content": "AgentMemory Active",
273
+ "variant": "h2"
274
+ }
275
+ ]
276
+ },
277
+ {
278
+ "type": "divider"
279
+ },
280
+ {
281
+ "type": "typography",
282
+ "variant": "body",
283
+ "content": "@entity.content"
284
+ },
285
+ {
286
+ "type": "stack",
287
+ "direction": "horizontal",
288
+ "gap": "sm",
289
+ "children": [
290
+ {
291
+ "type": "badge",
292
+ "label": "@entity.category"
293
+ },
294
+ {
295
+ "type": "badge",
296
+ "label": "@entity.strength"
297
+ }
298
+ ]
299
+ },
300
+ {
301
+ "type": "stack",
302
+ "direction": "horizontal",
303
+ "gap": "sm",
304
+ "children": [
305
+ {
306
+ "type": "button",
307
+ "label": "Pin",
308
+ "event": "PIN",
309
+ "variant": "secondary",
310
+ "icon": "pin"
311
+ },
312
+ {
313
+ "type": "button",
314
+ "label": "Reinforce",
315
+ "event": "REINFORCE",
316
+ "variant": "secondary",
317
+ "icon": "zap"
318
+ },
319
+ {
320
+ "type": "button",
321
+ "label": "Forget",
322
+ "event": "FORGET",
323
+ "variant": "destructive",
324
+ "icon": "trash"
325
+ }
326
+ ]
327
+ }
328
+ ]
329
+ }
330
+ ]
331
+ ]
332
+ },
333
+ {
334
+ "from": "idle",
335
+ "to": "active",
336
+ "event": "RECALL",
337
+ "effects": [
338
+ [
339
+ "agent/recall",
340
+ "@payload.query"
341
+ ],
342
+ [
343
+ "render-ui",
344
+ "main",
345
+ {
346
+ "type": "stack",
347
+ "direction": "vertical",
348
+ "gap": "lg",
349
+ "children": [
350
+ {
351
+ "type": "stack",
352
+ "direction": "horizontal",
353
+ "gap": "sm",
354
+ "align": "center",
355
+ "children": [
356
+ {
357
+ "type": "icon",
358
+ "name": "brain",
359
+ "size": "lg"
360
+ },
361
+ {
362
+ "type": "typography",
363
+ "content": "AgentMemory Active",
364
+ "variant": "h2"
365
+ }
366
+ ]
367
+ },
368
+ {
369
+ "type": "divider"
370
+ },
371
+ {
372
+ "type": "typography",
373
+ "variant": "body",
374
+ "content": "@entity.content"
375
+ },
376
+ {
377
+ "type": "stack",
378
+ "direction": "horizontal",
379
+ "gap": "sm",
380
+ "children": [
381
+ {
382
+ "type": "badge",
383
+ "label": "@entity.category"
384
+ },
385
+ {
386
+ "type": "badge",
387
+ "label": "@entity.strength"
388
+ }
389
+ ]
390
+ },
391
+ {
392
+ "type": "stack",
393
+ "direction": "horizontal",
394
+ "gap": "sm",
395
+ "children": [
396
+ {
397
+ "type": "button",
398
+ "label": "Pin",
399
+ "event": "PIN",
400
+ "variant": "secondary",
401
+ "icon": "pin"
402
+ },
403
+ {
404
+ "type": "button",
405
+ "label": "Reinforce",
406
+ "event": "REINFORCE",
407
+ "variant": "secondary",
408
+ "icon": "zap"
409
+ },
410
+ {
411
+ "type": "button",
412
+ "label": "Forget",
413
+ "event": "FORGET",
414
+ "variant": "destructive",
415
+ "icon": "trash"
416
+ }
417
+ ]
418
+ }
419
+ ]
420
+ }
421
+ ]
422
+ ]
423
+ },
424
+ {
425
+ "from": "active",
426
+ "to": "active",
427
+ "event": "PIN",
428
+ "guard": [
429
+ "not",
430
+ [
431
+ "agent/is-pinned",
432
+ "@payload.id"
433
+ ]
434
+ ],
435
+ "effects": [
436
+ [
437
+ "agent/pin",
438
+ "@payload.id"
439
+ ],
440
+ [
441
+ "set",
442
+ "@entity.pinned",
443
+ true
444
+ ]
445
+ ]
446
+ },
447
+ {
448
+ "from": "active",
449
+ "to": "idle",
450
+ "event": "FORGET",
451
+ "effects": [
452
+ [
453
+ "agent/forget",
454
+ "@payload.id"
455
+ ],
456
+ [
457
+ "render-ui",
458
+ "main",
459
+ {
460
+ "type": "stack",
461
+ "direction": "vertical",
462
+ "gap": "lg",
463
+ "children": [
464
+ {
465
+ "type": "stack",
466
+ "direction": "horizontal",
467
+ "gap": "sm",
468
+ "align": "center",
469
+ "children": [
470
+ {
471
+ "type": "icon",
472
+ "name": "brain",
473
+ "size": "lg"
474
+ },
475
+ {
476
+ "type": "typography",
477
+ "content": "AgentMemory Manager",
478
+ "variant": "h2"
479
+ }
480
+ ]
481
+ },
482
+ {
483
+ "type": "divider"
484
+ },
485
+ {
486
+ "type": "stack",
487
+ "direction": "horizontal",
488
+ "gap": "sm",
489
+ "children": [
490
+ {
491
+ "type": "button",
492
+ "label": "Memorize",
493
+ "event": "MEMORIZE",
494
+ "variant": "primary",
495
+ "icon": "plus"
496
+ },
497
+ {
498
+ "type": "button",
499
+ "label": "Recall",
500
+ "event": "RECALL",
501
+ "variant": "secondary",
502
+ "icon": "search"
503
+ },
504
+ {
505
+ "type": "button",
506
+ "label": "Decay All",
507
+ "event": "DECAY",
508
+ "variant": "ghost",
509
+ "icon": "clock"
510
+ }
511
+ ]
512
+ }
513
+ ]
514
+ }
515
+ ]
516
+ ]
517
+ },
518
+ {
519
+ "from": "active",
520
+ "to": "active",
521
+ "event": "REINFORCE",
522
+ "effects": [
523
+ [
524
+ "agent/reinforce",
525
+ "@payload.id"
526
+ ]
527
+ ]
528
+ },
529
+ {
530
+ "from": "idle",
531
+ "to": "idle",
532
+ "event": "DECAY",
533
+ "effects": [
534
+ [
535
+ "agent/decay"
536
+ ]
537
+ ]
538
+ },
539
+ {
540
+ "from": "active",
541
+ "to": "idle",
542
+ "event": "DECAY",
543
+ "effects": [
544
+ [
545
+ "agent/decay"
546
+ ],
547
+ [
548
+ "render-ui",
549
+ "main",
550
+ {
551
+ "type": "stack",
552
+ "direction": "vertical",
553
+ "gap": "lg",
554
+ "children": [
555
+ {
556
+ "type": "stack",
557
+ "direction": "horizontal",
558
+ "gap": "sm",
559
+ "align": "center",
560
+ "children": [
561
+ {
562
+ "type": "icon",
563
+ "name": "brain",
564
+ "size": "lg"
565
+ },
566
+ {
567
+ "type": "typography",
568
+ "content": "AgentMemory Manager",
569
+ "variant": "h2"
570
+ }
571
+ ]
572
+ },
573
+ {
574
+ "type": "divider"
575
+ },
576
+ {
577
+ "type": "stack",
578
+ "direction": "horizontal",
579
+ "gap": "sm",
580
+ "children": [
581
+ {
582
+ "type": "button",
583
+ "label": "Memorize",
584
+ "event": "MEMORIZE",
585
+ "variant": "primary",
586
+ "icon": "plus"
587
+ },
588
+ {
589
+ "type": "button",
590
+ "label": "Recall",
591
+ "event": "RECALL",
592
+ "variant": "secondary",
593
+ "icon": "search"
594
+ },
595
+ {
596
+ "type": "button",
597
+ "label": "Decay All",
598
+ "event": "DECAY",
599
+ "variant": "ghost",
600
+ "icon": "clock"
601
+ }
602
+ ]
603
+ }
604
+ ]
605
+ }
606
+ ]
607
+ ]
608
+ }
609
+ ]
610
+ }
611
+ }
612
+ ],
613
+ "pages": [
614
+ {
615
+ "name": "AgentMemoryPage",
616
+ "path": "/agentmemorys",
617
+ "traits": [
618
+ {
619
+ "ref": "AgentMemoryLifecycle"
620
+ }
621
+ ]
622
+ }
623
+ ]
624
+ }
625
+ ],
626
+ "description": "Memory lifecycle atom for agent memory operations. Provides memorize, recall, pin, forget, reinforce, and decay using agent/* operators."
627
+ }