@happyvertical/smrt-agents 0.36.8 → 0.37.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.
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "timestamp": 1782522922801,
3
+ "timestamp": 1782683554655,
4
4
  "packageName": "@happyvertical/smrt-agents",
5
- "packageVersion": "0.36.8",
5
+ "packageVersion": "0.37.0",
6
6
  "objects": {
7
7
  "@happyvertical/smrt-agents:Agent": {
8
8
  "name": "agent",
@@ -119,7 +119,7 @@
119
119
  "parameters": [
120
120
  {
121
121
  "name": "data",
122
- "type": "any",
122
+ "type": "Record<string>",
123
123
  "optional": false
124
124
  }
125
125
  ],
@@ -131,7 +131,7 @@
131
131
  "name": "getFields",
132
132
  "async": true,
133
133
  "parameters": [],
134
- "returnType": "any",
134
+ "returnType": "Promise<any>",
135
135
  "isStatic": false,
136
136
  "isPublic": true
137
137
  },
@@ -240,7 +240,7 @@
240
240
  },
241
241
  {
242
242
  "name": "options",
243
- "type": "any",
243
+ "type": "AiOperationOptions",
244
244
  "optional": true
245
245
  }
246
246
  ],
@@ -259,7 +259,7 @@
259
259
  },
260
260
  {
261
261
  "name": "options",
262
- "type": "any",
262
+ "type": "AiOperationOptions",
263
263
  "optional": true
264
264
  }
265
265
  ],
@@ -273,7 +273,7 @@
273
273
  "parameters": [
274
274
  {
275
275
  "name": "options",
276
- "type": "any",
276
+ "type": "AiOperationOptions",
277
277
  "optional": true
278
278
  }
279
279
  ],
@@ -303,6 +303,25 @@
303
303
  "isStatic": false,
304
304
  "isPublic": true
305
305
  },
306
+ "_setLoadedRelationship": {
307
+ "name": "_setLoadedRelationship",
308
+ "async": false,
309
+ "parameters": [
310
+ {
311
+ "name": "fieldName",
312
+ "type": "string",
313
+ "optional": false
314
+ },
315
+ {
316
+ "name": "value",
317
+ "type": "any",
318
+ "optional": false
319
+ }
320
+ ],
321
+ "returnType": "void",
322
+ "isStatic": false,
323
+ "isPublic": true
324
+ },
306
325
  "loadRelated": {
307
326
  "name": "loadRelated",
308
327
  "async": true,
@@ -406,7 +425,7 @@
406
425
  "optional": false
407
426
  }
408
427
  ],
409
- "returnType": "Promise<any | null>",
428
+ "returnType": "Promise",
410
429
  "isStatic": false,
411
430
  "isPublic": true
412
431
  },
@@ -420,7 +439,7 @@
420
439
  "optional": true
421
440
  }
422
441
  ],
423
- "returnType": "Promise<Map<string, any>>",
442
+ "returnType": "Promise<Map<string>>",
424
443
  "isStatic": false,
425
444
  "isPublic": true
426
445
  },
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "generatedAt": "2026-06-27T01:15:23.131Z",
3
+ "generatedAt": "2026-06-28T21:52:35.377Z",
4
4
  "packageName": "@happyvertical/smrt-agents",
5
- "packageVersion": "0.36.8",
5
+ "packageVersion": "0.37.0",
6
6
  "sourceManifestPath": "dist/manifest.json",
7
7
  "agentDocPath": "AGENTS.md",
8
8
  "sourceHashes": {
9
- "manifest": "18f21dbff21244f218f158094475079d34c1fad051f807b4fd7fb1b9d4c2d834",
10
- "packageJson": "6384b14e9bf46a7e5561804e593f880c257afa3efe26f0c24752fbd8399c0131",
9
+ "manifest": "f612728037d9ed46353644c65e70b823806ea9e25160ce44f28fd1b803444a09",
10
+ "packageJson": "fc40300451002d4cd83f2e64da0c31b40634f2105cbd32060e503b9ca1b7027f",
11
11
  "agents": "3cdef62db9f57de1f5675726cdc54b3e64e9d39e67ad316904d08212cf046112"
12
12
  },
13
13
  "exports": [
@@ -103,6 +103,7 @@
103
103
  ],
104
104
  "relationships": [],
105
105
  "methods": [
106
+ "_setLoadedRelationship",
106
107
  "classifyConstraintError",
107
108
  "clearEmbeddings",
108
109
  "delete",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@happyvertical/smrt-agents",
3
- "version": "0.36.8",
3
+ "version": "0.37.0",
4
4
  "type": "module",
5
5
  "smrtRawPrimitives": "strict",
6
6
  "description": "Agent framework for building autonomous actors in the SMRT ecosystem",
@@ -59,13 +59,13 @@
59
59
  "@happyvertical/ai": "^0.74.10",
60
60
  "@happyvertical/files": "^0.74.10",
61
61
  "@happyvertical/utils": "^0.74.10",
62
- "@happyvertical/smrt-core": "0.36.8",
63
- "@happyvertical/smrt-config": "0.36.8",
64
- "@happyvertical/smrt-secrets": "0.36.8",
65
- "@happyvertical/smrt-types": "0.36.8",
66
- "@happyvertical/smrt-tenancy": "0.36.8",
67
- "@happyvertical/smrt-ui": "0.36.8",
68
- "@happyvertical/smrt-users": "0.36.8"
62
+ "@happyvertical/smrt-config": "0.37.0",
63
+ "@happyvertical/smrt-secrets": "0.37.0",
64
+ "@happyvertical/smrt-core": "0.37.0",
65
+ "@happyvertical/smrt-tenancy": "0.37.0",
66
+ "@happyvertical/smrt-types": "0.37.0",
67
+ "@happyvertical/smrt-ui": "0.37.0",
68
+ "@happyvertical/smrt-users": "0.37.0"
69
69
  },
70
70
  "devDependencies": {
71
71
  "@happyvertical/logger": "^0.74.10",
@@ -82,7 +82,7 @@
82
82
  "typescript": "^5.9.3",
83
83
  "vite": "^7.3.1",
84
84
  "vitest": "^4.0.17",
85
- "@happyvertical/smrt-vitest": "0.36.8"
85
+ "@happyvertical/smrt-vitest": "0.37.0"
86
86
  },
87
87
  "keywords": [
88
88
  "agent",