@happyvertical/smrt-agents 0.36.8 → 0.37.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.
- package/dist/manifest.json +28 -9
- package/dist/smrt-knowledge.json +6 -5
- package/package.json +10 -10
package/dist/manifest.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"timestamp":
|
|
3
|
+
"timestamp": 1782792585714,
|
|
4
4
|
"packageName": "@happyvertical/smrt-agents",
|
|
5
|
-
"packageVersion": "0.
|
|
5
|
+
"packageVersion": "0.37.1",
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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
|
|
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
|
|
442
|
+
"returnType": "Promise<Map<string>>",
|
|
424
443
|
"isStatic": false,
|
|
425
444
|
"isPublic": true
|
|
426
445
|
},
|
package/dist/smrt-knowledge.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"generatedAt": "2026-06-
|
|
3
|
+
"generatedAt": "2026-06-30T04:09:46.883Z",
|
|
4
4
|
"packageName": "@happyvertical/smrt-agents",
|
|
5
|
-
"packageVersion": "0.
|
|
5
|
+
"packageVersion": "0.37.1",
|
|
6
6
|
"sourceManifestPath": "dist/manifest.json",
|
|
7
7
|
"agentDocPath": "AGENTS.md",
|
|
8
8
|
"sourceHashes": {
|
|
9
|
-
"manifest": "
|
|
10
|
-
"packageJson": "
|
|
9
|
+
"manifest": "8582e5a75367a9ecde34e877b5b48b1386983eba3c67081eb48ee7586cdc2d12",
|
|
10
|
+
"packageJson": "05af05bb15acee2c7e59f9ec69acccdfc93b7350227f978c13dbdbf108239458",
|
|
11
11
|
"agents": "3cdef62db9f57de1f5675726cdc54b3e64e9d39e67ad316904d08212cf046112"
|
|
12
12
|
},
|
|
13
13
|
"exports": [
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"svelte-check": "^4.3.5",
|
|
46
46
|
"svelte": "^5.0.0",
|
|
47
47
|
"typescript": "^5.9.3",
|
|
48
|
-
"vite": "^7.3.
|
|
48
|
+
"vite": "^7.3.6",
|
|
49
49
|
"vitest": "^4.0.17"
|
|
50
50
|
},
|
|
51
51
|
"smrtDependencies": [
|
|
@@ -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.
|
|
3
|
+
"version": "0.37.1",
|
|
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.
|
|
63
|
-
"@happyvertical/smrt-config": "0.
|
|
64
|
-
"@happyvertical/smrt-secrets": "0.
|
|
65
|
-
"@happyvertical/smrt-
|
|
66
|
-
"@happyvertical/smrt-
|
|
67
|
-
"@happyvertical/smrt-ui": "0.
|
|
68
|
-
"@happyvertical/smrt-users": "0.
|
|
62
|
+
"@happyvertical/smrt-core": "0.37.1",
|
|
63
|
+
"@happyvertical/smrt-config": "0.37.1",
|
|
64
|
+
"@happyvertical/smrt-secrets": "0.37.1",
|
|
65
|
+
"@happyvertical/smrt-tenancy": "0.37.1",
|
|
66
|
+
"@happyvertical/smrt-types": "0.37.1",
|
|
67
|
+
"@happyvertical/smrt-ui": "0.37.1",
|
|
68
|
+
"@happyvertical/smrt-users": "0.37.1"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"@happyvertical/logger": "^0.74.10",
|
|
@@ -80,9 +80,9 @@
|
|
|
80
80
|
"svelte-check": "^4.3.5",
|
|
81
81
|
"svelte": "^5.18.0",
|
|
82
82
|
"typescript": "^5.9.3",
|
|
83
|
-
"vite": "^7.3.
|
|
83
|
+
"vite": "^7.3.6",
|
|
84
84
|
"vitest": "^4.0.17",
|
|
85
|
-
"@happyvertical/smrt-vitest": "0.
|
|
85
|
+
"@happyvertical/smrt-vitest": "0.37.1"
|
|
86
86
|
},
|
|
87
87
|
"keywords": [
|
|
88
88
|
"agent",
|