@almadar/core 10.55.0 → 10.57.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.
@@ -376,6 +376,27 @@
376
376
  "summary": "string",
377
377
  "keyPoints": "array"
378
378
  }
379
+ },
380
+ {
381
+ "name": "embed",
382
+ "description": "Generate embeddings for an array of texts",
383
+ "params": [
384
+ {
385
+ "name": "texts",
386
+ "type": "string[]",
387
+ "required": true,
388
+ "description": "Texts to embed"
389
+ },
390
+ {
391
+ "name": "model",
392
+ "type": "string",
393
+ "required": false,
394
+ "description": "Embedding model ID"
395
+ }
396
+ ],
397
+ "responseShape": {
398
+ "embeddings": "array"
399
+ }
379
400
  }
380
401
  ]
381
402
  },
@@ -891,4 +912,4 @@
891
912
  "devtools",
892
913
  "infrastructure"
893
914
  ]
894
- }
915
+ }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "exportedAt": "2026-08-05T01:21:57.163Z",
3
+ "exportedAt": "2026-08-07T09:57:06.909Z",
4
4
  "patterns": {
5
5
  "entity-table": {
6
6
  "type": "entity-table",
@@ -3559,14 +3559,32 @@
3559
3559
  "string"
3560
3560
  ]
3561
3561
  },
3562
- "type": {
3562
+ "filterType": {
3563
3563
  "types": [
3564
3564
  "string"
3565
3565
  ],
3566
3566
  "enumValues": [
3567
+ "text",
3568
+ "select",
3569
+ "toggle",
3567
3570
  "checkbox",
3571
+ "date",
3572
+ "daterange",
3573
+ "date-range"
3574
+ ]
3575
+ },
3576
+ "type": {
3577
+ "types": [
3578
+ "string"
3579
+ ],
3580
+ "enumValues": [
3581
+ "text",
3568
3582
  "select",
3569
- "toggle"
3583
+ "toggle",
3584
+ "checkbox",
3585
+ "date",
3586
+ "daterange",
3587
+ "date-range"
3570
3588
  ]
3571
3589
  },
3572
3590
  "options": {
@@ -10025,14 +10043,32 @@
10025
10043
  "string"
10026
10044
  ]
10027
10045
  },
10028
- "type": {
10046
+ "filterType": {
10029
10047
  "types": [
10030
10048
  "string"
10031
10049
  ],
10032
10050
  "enumValues": [
10051
+ "text",
10052
+ "select",
10053
+ "toggle",
10033
10054
  "checkbox",
10055
+ "date",
10056
+ "daterange",
10057
+ "date-range"
10058
+ ]
10059
+ },
10060
+ "type": {
10061
+ "types": [
10062
+ "string"
10063
+ ],
10064
+ "enumValues": [
10065
+ "text",
10034
10066
  "select",
10035
- "toggle"
10067
+ "toggle",
10068
+ "checkbox",
10069
+ "date",
10070
+ "daterange",
10071
+ "date-range"
10036
10072
  ]
10037
10073
  },
10038
10074
  "options": {
@@ -17039,6 +17075,21 @@
17039
17075
  ],
17040
17076
  "description": "Auto zoom-to-fit after layout settles (default true)",
17041
17077
  "default": true
17078
+ },
17079
+ "layout": {
17080
+ "types": [
17081
+ "string"
17082
+ ],
17083
+ "description": "Layout mode. force = physics simulation (default); flow = layered left-to-right process flow; tree = top-down hierarchy tiers from the roots; radial = concentric rings by depth (a pure cycle renders as a single ring). Non-force layouts are deterministic.",
17084
+ "enumValues": [
17085
+ "force",
17086
+ "flow",
17087
+ "tree",
17088
+ "radial"
17089
+ ],
17090
+ "default": "force",
17091
+ "synonyms": "layout mode, flow layout, tree layout, radial layout, hierarchy layout",
17092
+ "tier": "domain"
17042
17093
  }
17043
17094
  }
17044
17095
  },
@@ -32976,14 +33027,30 @@
32976
33027
  },
32977
33028
  "range": {
32978
33029
  "types": [
32979
- "function"
33030
+ "function",
33031
+ "object"
33032
+ ],
33033
+ "properties": {
33034
+ "from": {
33035
+ "types": [
33036
+ "string"
33037
+ ]
33038
+ },
33039
+ "to": {
33040
+ "types": [
33041
+ "string"
33042
+ ]
33043
+ }
33044
+ },
33045
+ "required": [
33046
+ "from",
33047
+ "to"
32980
33048
  ]
32981
33049
  }
32982
33050
  },
32983
33051
  "required": [
32984
33052
  "label",
32985
- "value",
32986
- "range"
33053
+ "value"
32987
33054
  ]
32988
33055
  }
32989
33056
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "exportedAt": "2026-08-05T01:21:57.163Z",
3
+ "exportedAt": "2026-08-07T09:57:06.909Z",
4
4
  "patterns": {
5
5
  "entity-table": {
6
6
  "type": "entity-table",
@@ -3559,14 +3559,32 @@
3559
3559
  "string"
3560
3560
  ]
3561
3561
  },
3562
- "type": {
3562
+ "filterType": {
3563
3563
  "types": [
3564
3564
  "string"
3565
3565
  ],
3566
3566
  "enumValues": [
3567
+ "text",
3568
+ "select",
3569
+ "toggle",
3567
3570
  "checkbox",
3571
+ "date",
3572
+ "daterange",
3573
+ "date-range"
3574
+ ]
3575
+ },
3576
+ "type": {
3577
+ "types": [
3578
+ "string"
3579
+ ],
3580
+ "enumValues": [
3581
+ "text",
3568
3582
  "select",
3569
- "toggle"
3583
+ "toggle",
3584
+ "checkbox",
3585
+ "date",
3586
+ "daterange",
3587
+ "date-range"
3570
3588
  ]
3571
3589
  },
3572
3590
  "options": {
@@ -10025,14 +10043,32 @@
10025
10043
  "string"
10026
10044
  ]
10027
10045
  },
10028
- "type": {
10046
+ "filterType": {
10029
10047
  "types": [
10030
10048
  "string"
10031
10049
  ],
10032
10050
  "enumValues": [
10051
+ "text",
10052
+ "select",
10053
+ "toggle",
10033
10054
  "checkbox",
10055
+ "date",
10056
+ "daterange",
10057
+ "date-range"
10058
+ ]
10059
+ },
10060
+ "type": {
10061
+ "types": [
10062
+ "string"
10063
+ ],
10064
+ "enumValues": [
10065
+ "text",
10034
10066
  "select",
10035
- "toggle"
10067
+ "toggle",
10068
+ "checkbox",
10069
+ "date",
10070
+ "daterange",
10071
+ "date-range"
10036
10072
  ]
10037
10073
  },
10038
10074
  "options": {
@@ -17039,6 +17075,21 @@
17039
17075
  ],
17040
17076
  "description": "Auto zoom-to-fit after layout settles (default true)",
17041
17077
  "default": true
17078
+ },
17079
+ "layout": {
17080
+ "types": [
17081
+ "string"
17082
+ ],
17083
+ "description": "Layout mode. force = physics simulation (default); flow = layered left-to-right process flow; tree = top-down hierarchy tiers from the roots; radial = concentric rings by depth (a pure cycle renders as a single ring). Non-force layouts are deterministic.",
17084
+ "enumValues": [
17085
+ "force",
17086
+ "flow",
17087
+ "tree",
17088
+ "radial"
17089
+ ],
17090
+ "default": "force",
17091
+ "synonyms": "layout mode, flow layout, tree layout, radial layout, hierarchy layout",
17092
+ "tier": "domain"
17042
17093
  }
17043
17094
  }
17044
17095
  },
@@ -32976,14 +33027,30 @@
32976
33027
  },
32977
33028
  "range": {
32978
33029
  "types": [
32979
- "function"
33030
+ "function",
33031
+ "object"
33032
+ ],
33033
+ "properties": {
33034
+ "from": {
33035
+ "types": [
33036
+ "string"
33037
+ ]
33038
+ },
33039
+ "to": {
33040
+ "types": [
33041
+ "string"
33042
+ ]
33043
+ }
33044
+ },
33045
+ "required": [
33046
+ "from",
33047
+ "to"
32980
33048
  ]
32981
33049
  }
32982
33050
  },
32983
33051
  "required": [
32984
33052
  "label",
32985
- "value",
32986
- "range"
33053
+ "value"
32987
33054
  ]
32988
33055
  }
32989
33056
  },
@@ -138,6 +138,27 @@
138
138
  "summary": "string",
139
139
  "keyPoints": "string[]"
140
140
  }
141
+ },
142
+ {
143
+ "name": "embed",
144
+ "description": "Generate embeddings for an array of texts.",
145
+ "params": [
146
+ {
147
+ "name": "texts",
148
+ "type": "string[]",
149
+ "required": true,
150
+ "description": ""
151
+ },
152
+ {
153
+ "name": "model",
154
+ "type": "string",
155
+ "required": false,
156
+ "description": ""
157
+ }
158
+ ],
159
+ "responseShape": {
160
+ "embeddings": "number[][]"
161
+ }
141
162
  }
142
163
  ],
143
164
  "credentials": [