@happyvertical/smrt-core 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.
- package/dist/child-accessors.d.ts +1 -1
- package/dist/child-accessors.d.ts.map +1 -1
- package/dist/child-accessors.js +1 -1
- package/dist/child-accessors.js.map +1 -1
- package/dist/class.d.ts.map +1 -1
- package/dist/class.js +3 -1
- package/dist/class.js.map +1 -1
- package/dist/collection-cache.d.ts.map +1 -1
- package/dist/collection-cache.js +5 -3
- package/dist/collection-cache.js.map +1 -1
- package/dist/collection.d.ts +39 -16
- package/dist/collection.d.ts.map +1 -1
- package/dist/collection.js +40 -19
- package/dist/collection.js.map +1 -1
- package/dist/decorators/compatibility.d.ts +1 -1
- package/dist/decorators/compatibility.d.ts.map +1 -1
- package/dist/decorators/compatibility.js.map +1 -1
- package/dist/decorators/index.d.ts +4 -4
- package/dist/decorators/index.d.ts.map +1 -1
- package/dist/decorators/index.js.map +1 -1
- package/dist/hierarchical.d.ts.map +1 -1
- package/dist/hierarchical.js.map +1 -1
- package/dist/junction.d.ts.map +1 -1
- package/dist/junction.js.map +1 -1
- package/dist/manifest/static-manifest.d.ts.map +1 -1
- package/dist/manifest/static-manifest.js +39 -20
- package/dist/manifest/static-manifest.js.map +1 -1
- package/dist/manifest/store.js +2 -2
- package/dist/manifest/store.js.map +1 -1
- package/dist/manifest/test-manifest-stub.d.ts.map +1 -1
- package/dist/manifest/test-manifest-stub.js +2301 -629
- package/dist/manifest/test-manifest-stub.js.map +1 -1
- package/dist/manifest.json +39 -20
- package/dist/object.d.ts +64 -17
- package/dist/object.d.ts.map +1 -1
- package/dist/object.js +76 -30
- package/dist/object.js.map +1 -1
- package/dist/registry/class-registration.d.ts +3 -3
- package/dist/registry/class-registration.d.ts.map +1 -1
- package/dist/registry/class-registration.js +39 -42
- package/dist/registry/class-registration.js.map +1 -1
- package/dist/registry/inheritance-resolver.d.ts +17 -3
- package/dist/registry/inheritance-resolver.d.ts.map +1 -1
- package/dist/registry/inheritance-resolver.js +1 -1
- package/dist/registry/inheritance-resolver.js.map +1 -1
- package/dist/registry/manifest-field-merge.d.ts +17 -3
- package/dist/registry/manifest-field-merge.d.ts.map +1 -1
- package/dist/registry/manifest-field-merge.js +8 -6
- package/dist/registry/manifest-field-merge.js.map +1 -1
- package/dist/registry/schema-builder.d.ts +1 -1
- package/dist/registry/schema-builder.d.ts.map +1 -1
- package/dist/registry/schema-builder.js.map +1 -1
- package/dist/registry/shared-state.d.ts +3 -3
- package/dist/registry/shared-state.d.ts.map +1 -1
- package/dist/registry/shared-state.js.map +1 -1
- package/dist/registry/types.d.ts +78 -19
- package/dist/registry/types.d.ts.map +1 -1
- package/dist/registry/validator.d.ts +2 -1
- package/dist/registry/validator.d.ts.map +1 -1
- package/dist/registry/validator.js +38 -39
- package/dist/registry/validator.js.map +1 -1
- package/dist/registry.d.ts +84 -57
- package/dist/registry.d.ts.map +1 -1
- package/dist/registry.js +31 -25
- package/dist/registry.js.map +1 -1
- package/dist/smrt-knowledge.json +5 -4
- package/dist/system-fields.d.ts +1 -1
- package/dist/system-fields.d.ts.map +1 -1
- package/dist/system-fields.js.map +1 -1
- package/package.json +4 -4
package/dist/manifest.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"timestamp":
|
|
3
|
+
"timestamp": 1782683418480,
|
|
4
4
|
"packageName": "@happyvertical/smrt-core",
|
|
5
|
-
"packageVersion": "0.
|
|
5
|
+
"packageVersion": "0.37.0",
|
|
6
6
|
"objects": {
|
|
7
7
|
"@happyvertical/smrt-core:SmrtClass": {
|
|
8
8
|
"name": "smrtclass",
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
"parameters": [
|
|
236
236
|
{
|
|
237
237
|
"name": "filter",
|
|
238
|
-
"type": "string |
|
|
238
|
+
"type": "string | SmrtWhereClause<ModelType>",
|
|
239
239
|
"optional": false
|
|
240
240
|
},
|
|
241
241
|
{
|
|
@@ -268,12 +268,12 @@
|
|
|
268
268
|
"parameters": [
|
|
269
269
|
{
|
|
270
270
|
"name": "data",
|
|
271
|
-
"type": "
|
|
271
|
+
"type": "Record<string>",
|
|
272
272
|
"optional": false
|
|
273
273
|
},
|
|
274
274
|
{
|
|
275
275
|
"name": "defaults",
|
|
276
|
-
"type": "
|
|
276
|
+
"type": "Record<string>",
|
|
277
277
|
"optional": true
|
|
278
278
|
}
|
|
279
279
|
],
|
|
@@ -287,16 +287,16 @@
|
|
|
287
287
|
"parameters": [
|
|
288
288
|
{
|
|
289
289
|
"name": "existing",
|
|
290
|
-
"type": "Record<string
|
|
290
|
+
"type": "SmrtObject | Record<string>",
|
|
291
291
|
"optional": false
|
|
292
292
|
},
|
|
293
293
|
{
|
|
294
294
|
"name": "data",
|
|
295
|
-
"type": "Record<string
|
|
295
|
+
"type": "Record<string>",
|
|
296
296
|
"optional": false
|
|
297
297
|
}
|
|
298
298
|
],
|
|
299
|
-
"returnType": "Promise<Record<string
|
|
299
|
+
"returnType": "Promise<Record<string> | null>",
|
|
300
300
|
"isStatic": false,
|
|
301
301
|
"isPublic": true
|
|
302
302
|
},
|
|
@@ -304,7 +304,7 @@
|
|
|
304
304
|
"name": "getFields",
|
|
305
305
|
"async": true,
|
|
306
306
|
"parameters": [],
|
|
307
|
-
"returnType": "
|
|
307
|
+
"returnType": "Promise<Record<string, CollectionFieldDefinition>>",
|
|
308
308
|
"isStatic": false,
|
|
309
309
|
"isPublic": true
|
|
310
310
|
},
|
|
@@ -312,7 +312,7 @@
|
|
|
312
312
|
"name": "getFieldsSync",
|
|
313
313
|
"async": false,
|
|
314
314
|
"parameters": [],
|
|
315
|
-
"returnType": "Record<string,
|
|
315
|
+
"returnType": "Record<string, CollectionFieldDefinition>",
|
|
316
316
|
"isStatic": false,
|
|
317
317
|
"isPublic": true
|
|
318
318
|
},
|
|
@@ -379,7 +379,7 @@
|
|
|
379
379
|
},
|
|
380
380
|
{
|
|
381
381
|
"name": "params",
|
|
382
|
-
"type": "any
|
|
382
|
+
"type": "any",
|
|
383
383
|
"optional": true
|
|
384
384
|
},
|
|
385
385
|
{
|
|
@@ -416,7 +416,7 @@
|
|
|
416
416
|
"optional": false
|
|
417
417
|
}
|
|
418
418
|
],
|
|
419
|
-
"returnType": "Promise
|
|
419
|
+
"returnType": "Promise",
|
|
420
420
|
"isStatic": false,
|
|
421
421
|
"isPublic": true
|
|
422
422
|
},
|
|
@@ -430,7 +430,7 @@
|
|
|
430
430
|
"optional": true
|
|
431
431
|
}
|
|
432
432
|
],
|
|
433
|
-
"returnType": "Promise<Map<string
|
|
433
|
+
"returnType": "Promise<Map<string>>",
|
|
434
434
|
"isStatic": false,
|
|
435
435
|
"isPublic": true
|
|
436
436
|
},
|
|
@@ -827,7 +827,7 @@
|
|
|
827
827
|
"parameters": [
|
|
828
828
|
{
|
|
829
829
|
"name": "data",
|
|
830
|
-
"type": "
|
|
830
|
+
"type": "Record<string>",
|
|
831
831
|
"optional": false
|
|
832
832
|
}
|
|
833
833
|
],
|
|
@@ -839,7 +839,7 @@
|
|
|
839
839
|
"name": "getFields",
|
|
840
840
|
"async": true,
|
|
841
841
|
"parameters": [],
|
|
842
|
-
"returnType": "any",
|
|
842
|
+
"returnType": "Promise<any>",
|
|
843
843
|
"isStatic": false,
|
|
844
844
|
"isPublic": true
|
|
845
845
|
},
|
|
@@ -948,7 +948,7 @@
|
|
|
948
948
|
},
|
|
949
949
|
{
|
|
950
950
|
"name": "options",
|
|
951
|
-
"type": "
|
|
951
|
+
"type": "AiOperationOptions",
|
|
952
952
|
"optional": true
|
|
953
953
|
}
|
|
954
954
|
],
|
|
@@ -967,7 +967,7 @@
|
|
|
967
967
|
},
|
|
968
968
|
{
|
|
969
969
|
"name": "options",
|
|
970
|
-
"type": "
|
|
970
|
+
"type": "AiOperationOptions",
|
|
971
971
|
"optional": true
|
|
972
972
|
}
|
|
973
973
|
],
|
|
@@ -981,7 +981,7 @@
|
|
|
981
981
|
"parameters": [
|
|
982
982
|
{
|
|
983
983
|
"name": "options",
|
|
984
|
-
"type": "
|
|
984
|
+
"type": "AiOperationOptions",
|
|
985
985
|
"optional": true
|
|
986
986
|
}
|
|
987
987
|
],
|
|
@@ -1011,6 +1011,25 @@
|
|
|
1011
1011
|
"isStatic": false,
|
|
1012
1012
|
"isPublic": true
|
|
1013
1013
|
},
|
|
1014
|
+
"_setLoadedRelationship": {
|
|
1015
|
+
"name": "_setLoadedRelationship",
|
|
1016
|
+
"async": false,
|
|
1017
|
+
"parameters": [
|
|
1018
|
+
{
|
|
1019
|
+
"name": "fieldName",
|
|
1020
|
+
"type": "string",
|
|
1021
|
+
"optional": false
|
|
1022
|
+
},
|
|
1023
|
+
{
|
|
1024
|
+
"name": "value",
|
|
1025
|
+
"type": "any",
|
|
1026
|
+
"optional": false
|
|
1027
|
+
}
|
|
1028
|
+
],
|
|
1029
|
+
"returnType": "void",
|
|
1030
|
+
"isStatic": false,
|
|
1031
|
+
"isPublic": true
|
|
1032
|
+
},
|
|
1014
1033
|
"loadRelated": {
|
|
1015
1034
|
"name": "loadRelated",
|
|
1016
1035
|
"async": true,
|
|
@@ -1114,7 +1133,7 @@
|
|
|
1114
1133
|
"optional": false
|
|
1115
1134
|
}
|
|
1116
1135
|
],
|
|
1117
|
-
"returnType": "Promise
|
|
1136
|
+
"returnType": "Promise",
|
|
1118
1137
|
"isStatic": false,
|
|
1119
1138
|
"isPublic": true
|
|
1120
1139
|
},
|
|
@@ -1128,7 +1147,7 @@
|
|
|
1128
1147
|
"optional": true
|
|
1129
1148
|
}
|
|
1130
1149
|
],
|
|
1131
|
-
"returnType": "Promise<Map<string
|
|
1150
|
+
"returnType": "Promise<Map<string>>",
|
|
1132
1151
|
"isStatic": false,
|
|
1133
1152
|
"isPublic": true
|
|
1134
1153
|
},
|
package/dist/object.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AITool } from '@happyvertical/ai';
|
|
1
|
+
import { AITextCompletionOptions, AITool } from '@happyvertical/ai';
|
|
2
2
|
import { SmrtClassOptions, SmrtClass } from './class';
|
|
3
3
|
import { GenerateEmbeddingsOptions } from './embeddings/types';
|
|
4
4
|
import { ToolCall, ToolCallResult } from './tools/tool-executor';
|
|
@@ -42,7 +42,14 @@ export interface SmrtObjectOptions extends SmrtClassOptions {
|
|
|
42
42
|
*/
|
|
43
43
|
_skipAutoEmbeddings?: boolean;
|
|
44
44
|
/**
|
|
45
|
-
* Allow arbitrary field values to be passed
|
|
45
|
+
* Allow arbitrary field values to be passed.
|
|
46
|
+
*
|
|
47
|
+
* This index signature is intentionally `any` (not `unknown`): subclass
|
|
48
|
+
* option interfaces across every package (e.g. `FeatureDefinitionOptions`)
|
|
49
|
+
* are plain interfaces with no index signature, and TS does not consider
|
|
50
|
+
* such an interface assignable to `[key: string]: unknown` — only to
|
|
51
|
+
* `[key: string]: any`. Narrowing it would break `super(options)` in every
|
|
52
|
+
* downstream model. Documented irreducible leaf (S4 #1579).
|
|
46
53
|
*/
|
|
47
54
|
[key: string]: any;
|
|
48
55
|
}
|
|
@@ -63,6 +70,26 @@ export interface LoadRelatedOptions {
|
|
|
63
70
|
*/
|
|
64
71
|
allowCrossTenant?: boolean;
|
|
65
72
|
}
|
|
73
|
+
/**
|
|
74
|
+
* Options accepted by the AI operations {@link SmrtObject.is},
|
|
75
|
+
* {@link SmrtObject.do}, and {@link SmrtObject.describe}.
|
|
76
|
+
*
|
|
77
|
+
* Extends the underlying AI client's {@link AITextCompletionOptions} (model,
|
|
78
|
+
* temperature, maxTokens, …) with two non-standard control keys that are
|
|
79
|
+
* consumed by these methods and NOT forwarded to `ai.message()`.
|
|
80
|
+
*/
|
|
81
|
+
export interface AiOperationOptions extends AITextCompletionOptions {
|
|
82
|
+
/**
|
|
83
|
+
* Set to `false` to omit the injected object "content body" — for callers
|
|
84
|
+
* that already curate the relevant fields into the instruction/criteria
|
|
85
|
+
* string. Any other value (including `undefined`) injects it.
|
|
86
|
+
*/
|
|
87
|
+
includeData?: boolean;
|
|
88
|
+
/**
|
|
89
|
+
* Override the injected object-data truncation budget, in characters.
|
|
90
|
+
*/
|
|
91
|
+
maxDataLength?: number;
|
|
92
|
+
}
|
|
66
93
|
/**
|
|
67
94
|
* Base class for all persistent SMRT domain objects.
|
|
68
95
|
*
|
|
@@ -282,7 +309,7 @@ export declare class SmrtObject extends SmrtClass {
|
|
|
282
309
|
* @param data - Database row data (with snake_case column names)
|
|
283
310
|
* @throws Error if STI validation fails
|
|
284
311
|
*/
|
|
285
|
-
loadDataFromDb(data:
|
|
312
|
+
loadDataFromDb(data: Record<string, unknown>): Promise<void>;
|
|
286
313
|
/**
|
|
287
314
|
* Gets the database table name for this object
|
|
288
315
|
*/
|
|
@@ -292,7 +319,7 @@ export declare class SmrtObject extends SmrtClass {
|
|
|
292
319
|
*
|
|
293
320
|
* @returns Object containing field definitions with current values
|
|
294
321
|
*/
|
|
295
|
-
getFields(): Promise<
|
|
322
|
+
getFields(): Promise<any>;
|
|
296
323
|
/**
|
|
297
324
|
* Override hook for customizing JSON serialization output.
|
|
298
325
|
*
|
|
@@ -315,7 +342,9 @@ export declare class SmrtObject extends SmrtClass {
|
|
|
315
342
|
* class Article extends SmrtObject {
|
|
316
343
|
* body: string = '';
|
|
317
344
|
*
|
|
318
|
-
* protected transformJSON(
|
|
345
|
+
* protected transformJSON(
|
|
346
|
+
* data: Record<string, unknown>,
|
|
347
|
+
* ): Record<string, unknown> {
|
|
319
348
|
* return {
|
|
320
349
|
* ...data,
|
|
321
350
|
* wordCount: this.body.split(/\s+/).length,
|
|
@@ -327,7 +356,7 @@ export declare class SmrtObject extends SmrtClass {
|
|
|
327
356
|
*
|
|
328
357
|
* @see {@link toJSON} for the framework implementation (do not override)
|
|
329
358
|
*/
|
|
330
|
-
protected transformJSON(data:
|
|
359
|
+
protected transformJSON(data: Record<string, unknown>): Record<string, unknown>;
|
|
331
360
|
/**
|
|
332
361
|
* Custom JSON serialization
|
|
333
362
|
* Returns a plain object with all field values for proper JSON.stringify() behavior
|
|
@@ -345,7 +374,7 @@ export declare class SmrtObject extends SmrtClass {
|
|
|
345
374
|
* **Customization:** Override `transformJSON()` instead of this method.
|
|
346
375
|
* See transformJSON() documentation for safe customization patterns.
|
|
347
376
|
*/
|
|
348
|
-
toJSON():
|
|
377
|
+
toJSON(): Record<string, unknown>;
|
|
349
378
|
/**
|
|
350
379
|
* Converts this object to a plain JavaScript object (POJO)
|
|
351
380
|
*
|
|
@@ -555,14 +584,14 @@ export declare class SmrtObject extends SmrtClass {
|
|
|
555
584
|
/**
|
|
556
585
|
* Gets the value of a field on this object
|
|
557
586
|
*/
|
|
558
|
-
protected getFieldValue(fieldName: string):
|
|
587
|
+
protected getFieldValue(fieldName: string): unknown;
|
|
559
588
|
/**
|
|
560
589
|
* Gets the value of a property.
|
|
561
590
|
*
|
|
562
591
|
* @param key - Property name to get value from
|
|
563
592
|
* @returns The property value
|
|
564
593
|
*/
|
|
565
|
-
protected getPropertyValue(key: string):
|
|
594
|
+
protected getPropertyValue(key: string): unknown;
|
|
566
595
|
/**
|
|
567
596
|
* Classifies a raw database driver error message as a unique-constraint or
|
|
568
597
|
* not-null-constraint violation, across SQLite, PostgreSQL and DuckDB.
|
|
@@ -694,7 +723,7 @@ export declare class SmrtObject extends SmrtClass {
|
|
|
694
723
|
*
|
|
695
724
|
* @see {@link do} for open-ended instructions instead of boolean checks
|
|
696
725
|
*/
|
|
697
|
-
is(criteria: string, options?:
|
|
726
|
+
is(criteria: string, options?: AiOperationOptions): Promise<any>;
|
|
698
727
|
/**
|
|
699
728
|
* Performs a freeform operation on this object using AI instructions.
|
|
700
729
|
*
|
|
@@ -727,7 +756,7 @@ export declare class SmrtObject extends SmrtClass {
|
|
|
727
756
|
*
|
|
728
757
|
* @see {@link is} for boolean criteria checks
|
|
729
758
|
*/
|
|
730
|
-
do(instructions: string, options?:
|
|
759
|
+
do(instructions: string, options?: AiOperationOptions): Promise<string>;
|
|
731
760
|
/**
|
|
732
761
|
* Generates a description of this object using AI (Issue #52)
|
|
733
762
|
*
|
|
@@ -756,7 +785,7 @@ export declare class SmrtObject extends SmrtClass {
|
|
|
756
785
|
* // "Premium widget, steel construction"
|
|
757
786
|
* ```
|
|
758
787
|
*/
|
|
759
|
-
describe(options?:
|
|
788
|
+
describe(options?: AiOperationOptions): Promise<string>;
|
|
760
789
|
/**
|
|
761
790
|
* Runs a lifecycle hook if it's defined in the object's configuration
|
|
762
791
|
*
|
|
@@ -823,6 +852,24 @@ export declare class SmrtObject extends SmrtClass {
|
|
|
823
852
|
* ```
|
|
824
853
|
*/
|
|
825
854
|
isRelatedLoaded(fieldName: string): boolean;
|
|
855
|
+
/**
|
|
856
|
+
* Internal: seed the lazy-load relationship cache from an external batch
|
|
857
|
+
* loader.
|
|
858
|
+
*
|
|
859
|
+
* `SmrtCollection`'s eager `include:` and `getOrUpsert` paths resolve
|
|
860
|
+
* relationships in bulk and need to prime each instance's cache so a later
|
|
861
|
+
* {@link loadRelated}/{@link loadRelatedMany} call returns the already-fetched
|
|
862
|
+
* value instead of re-querying. This method is the sanctioned write path into
|
|
863
|
+
* the otherwise-private `_loadedRelationships` map, so collaborators never have
|
|
864
|
+
* to structurally cast into the private field (which the no-private-reach-ins
|
|
865
|
+
* convention forbids). The leading underscore keeps it out of the generated
|
|
866
|
+
* REST/CLI/MCP surface, like other framework-internal members.
|
|
867
|
+
*
|
|
868
|
+
* @param fieldName - Relationship field whose value is being cached
|
|
869
|
+
* @param value - The loaded relationship (a `SmrtObject`, an array of them, or
|
|
870
|
+
* `null`), stored verbatim
|
|
871
|
+
*/
|
|
872
|
+
_setLoadedRelationship(fieldName: string, value: unknown): void;
|
|
826
873
|
/**
|
|
827
874
|
* Lazy-loads a `foreignKey` or `crossPackageRef` relationship and caches the
|
|
828
875
|
* result.
|
|
@@ -917,7 +964,7 @@ export declare class SmrtObject extends SmrtClass {
|
|
|
917
964
|
protected resolveManyToManyJoin(fieldName: string, relationship: {
|
|
918
965
|
sourceClass: string;
|
|
919
966
|
targetClass: string;
|
|
920
|
-
options?:
|
|
967
|
+
options?: Record<string, unknown>;
|
|
921
968
|
}): Promise<{
|
|
922
969
|
through: string;
|
|
923
970
|
sourceColumn: string;
|
|
@@ -1024,8 +1071,8 @@ export declare class SmrtObject extends SmrtClass {
|
|
|
1024
1071
|
id?: string;
|
|
1025
1072
|
scope: string;
|
|
1026
1073
|
key: string;
|
|
1027
|
-
value:
|
|
1028
|
-
metadata?:
|
|
1074
|
+
value: unknown;
|
|
1075
|
+
metadata?: unknown;
|
|
1029
1076
|
confidence?: number;
|
|
1030
1077
|
version?: number;
|
|
1031
1078
|
expiresAt?: Date;
|
|
@@ -1066,7 +1113,7 @@ export declare class SmrtObject extends SmrtClass {
|
|
|
1066
1113
|
key: string;
|
|
1067
1114
|
includeAncestors?: boolean;
|
|
1068
1115
|
minConfidence?: number;
|
|
1069
|
-
}): Promise<
|
|
1116
|
+
}): Promise<unknown>;
|
|
1070
1117
|
/**
|
|
1071
1118
|
* Retrieves all remembered context entries for this object in a scope.
|
|
1072
1119
|
*
|
|
@@ -1098,7 +1145,7 @@ export declare class SmrtObject extends SmrtClass {
|
|
|
1098
1145
|
scope?: string;
|
|
1099
1146
|
includeDescendants?: boolean;
|
|
1100
1147
|
minConfidence?: number;
|
|
1101
|
-
}): Promise<Map<string,
|
|
1148
|
+
}): Promise<Map<string, unknown>>;
|
|
1102
1149
|
/**
|
|
1103
1150
|
* Deletes a specific remembered context entry for this object.
|
|
1104
1151
|
*
|
package/dist/object.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"object.d.ts","sourceRoot":"","sources":["../src/object.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"object.d.ts","sourceRoot":"","sources":["../src/object.ts"],"names":[],"mappings":"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"}
|