@almadar/core 10.34.0 → 10.35.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,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "exportedAt": "2026-07-24T05:10:33.187Z",
3
+ "exportedAt": "2026-07-25T06:32:53.902Z",
4
4
  "mappings": {
5
5
  "page-header": {
6
6
  "component": "PageHeader",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "exportedAt": "2026-07-24T05:10:33.187Z",
3
+ "exportedAt": "2026-07-25T06:32:53.902Z",
4
4
  "contracts": {
5
5
  "form": {
6
6
  "emits": [
@@ -1,10 +1,10 @@
1
- import { A as AnyPatternConfig, b1 as RenderBinding, F as FieldValue, aW as PatternType, J as JsonValue } from '../effect-D9WY6JgN.js';
2
- export { aP as PATTERN_TYPES, aT as PatternConfig, aU as PatternProps, aV as PatternPropsMap, cJ as isValidPatternType } from '../effect-D9WY6JgN.js';
1
+ import { A as AnyPatternConfig, b1 as RenderBinding, F as FieldValue, aW as PatternType, J as JsonValue } from '../effect-Cd6ibbZc.js';
2
+ export { aP as PATTERN_TYPES, aT as PatternConfig, aU as PatternProps, aV as PatternPropsMap, cJ as isValidPatternType } from '../effect-Cd6ibbZc.js';
3
3
  import { d as EventPayloadValue, a as EventPayload } from '../expression-DpAj1RzP.js';
4
4
  import 'zod';
5
5
 
6
6
  var version$3 = "1.0.0";
7
- var exportedAt$3 = "2026-07-24T05:10:33.187Z";
7
+ var exportedAt$3 = "2026-07-25T06:32:53.902Z";
8
8
  var patterns = {
9
9
  "entity-table": {
10
10
  type: "entity-table",
@@ -16386,6 +16386,63 @@ var patterns = {
16386
16386
  "auto"
16387
16387
  ],
16388
16388
  "default": "auto"
16389
+ },
16390
+ titleField: {
16391
+ types: [
16392
+ "string"
16393
+ ],
16394
+ description: "Row field holding the chip label. Defaults to `title`. Lets a host bound to its own entity name the column instead of being forced to rename its fields to this grid's contract (same accessor idiom as `DataList`'s `senderField` / `DataGrid`'s `imageField`).",
16395
+ "default": "title"
16396
+ },
16397
+ startField: {
16398
+ types: [
16399
+ "string"
16400
+ ],
16401
+ description: "Row field holding the start timestamp (ISO or epoch). Defaults to `startTime`.",
16402
+ "default": "startTime"
16403
+ },
16404
+ colorField: {
16405
+ types: [
16406
+ "string"
16407
+ ],
16408
+ description: "Row field holding the chip's Tailwind colour class. Defaults to `color`.",
16409
+ "default": "color"
16410
+ },
16411
+ children: {
16412
+ types: [
16413
+ "function"
16414
+ ],
16415
+ description: "Render function for one event chip's content. Receives the row and its index in the materialised events array. The grid keeps ownership of placement, colour and the click target; this replaces only what is drawn INSIDE the chip, so a host can show a time + instructor + badge stack instead of the default single label.",
16416
+ kind: "callback",
16417
+ callbackArgs: [
16418
+ {
16419
+ name: "item",
16420
+ type: "object"
16421
+ },
16422
+ {
16423
+ name: "index",
16424
+ type: "number"
16425
+ }
16426
+ ],
16427
+ renderCallback: true
16428
+ },
16429
+ renderItem: {
16430
+ types: [
16431
+ "function"
16432
+ ],
16433
+ description: "Per-event render function (schema-level alias for the children render prop). In `.orb`: `[\"fn\", \"item\", { pattern tree with @item.field bindings }]`. In `.lolo`: `renderItem: (fn item <Component …={@item.field}/>)` — the same contract `data-list` / `data-grid` / `carousel` already use.",
16434
+ kind: "callback",
16435
+ callbackArgs: [
16436
+ {
16437
+ name: "item",
16438
+ type: "object"
16439
+ },
16440
+ {
16441
+ name: "index",
16442
+ type: "number"
16443
+ }
16444
+ ],
16445
+ renderCallback: true
16389
16446
  }
16390
16447
  }
16391
16448
  },
@@ -40776,6 +40833,36 @@ var integrators = {
40776
40833
  }
40777
40834
  ]
40778
40835
  },
40836
+ ml: {
40837
+ name: "ml",
40838
+ description: "ML service - model inference on a trained or off-the-shelf checkpoint, reached via a deployed serving orbital",
40839
+ category: "ai",
40840
+ actions: [
40841
+ {
40842
+ name: "infer",
40843
+ description: "Run inference against a deployed model checkpoint",
40844
+ params: [
40845
+ {
40846
+ name: "model",
40847
+ type: "string",
40848
+ required: true,
40849
+ description: "hf:<id> for off-the-shelf weights, or a masar checkpoint id"
40850
+ },
40851
+ {
40852
+ name: "input",
40853
+ type: "any",
40854
+ required: true,
40855
+ description: "JSON-safe model input (object, array, or primitive tensor payload)"
40856
+ }
40857
+ ],
40858
+ responseShape: {
40859
+ output: "object",
40860
+ confidence: "number",
40861
+ violations: "string[]"
40862
+ }
40863
+ }
40864
+ ]
40865
+ },
40779
40866
  deepagent: {
40780
40867
  name: "deepagent",
40781
40868
  description: "AI code generation agent with tool use - generates schemas, code, and manages projects",
@@ -41119,7 +41206,7 @@ var integratorsRegistry = {
41119
41206
  };
41120
41207
 
41121
41208
  var version$1 = "1.0.0";
41122
- var exportedAt$1 = "2026-07-24T05:10:33.187Z";
41209
+ var exportedAt$1 = "2026-07-25T06:32:53.902Z";
41123
41210
  var mappings = {
41124
41211
  "page-header": {
41125
41212
  component: "PageHeader",
@@ -42486,7 +42573,7 @@ var componentMapping = {
42486
42573
  };
42487
42574
 
42488
42575
  var version = "1.0.0";
42489
- var exportedAt = "2026-07-24T05:10:33.187Z";
42576
+ var exportedAt = "2026-07-25T06:32:53.902Z";
42490
42577
  var contracts = {
42491
42578
  form: {
42492
42579
  emits: [
@@ -54189,6 +54276,41 @@ declare const registry: {
54189
54276
  enumValues: string[];
54190
54277
  default: string;
54191
54278
  };
54279
+ titleField: {
54280
+ types: string[];
54281
+ description: string;
54282
+ default: string;
54283
+ };
54284
+ startField: {
54285
+ types: string[];
54286
+ description: string;
54287
+ default: string;
54288
+ };
54289
+ colorField: {
54290
+ types: string[];
54291
+ description: string;
54292
+ default: string;
54293
+ };
54294
+ children: {
54295
+ types: string[];
54296
+ description: string;
54297
+ kind: string;
54298
+ callbackArgs: {
54299
+ name: string;
54300
+ type: string;
54301
+ }[];
54302
+ renderCallback: boolean;
54303
+ };
54304
+ renderItem: {
54305
+ types: string[];
54306
+ description: string;
54307
+ kind: string;
54308
+ callbackArgs: {
54309
+ name: string;
54310
+ type: string;
54311
+ }[];
54312
+ renderCallback: boolean;
54313
+ };
54192
54314
  };
54193
54315
  };
54194
54316
  "chart-legend": {
@@ -78853,6 +78975,41 @@ declare const PATTERN_REGISTRY: {
78853
78975
  enumValues: string[];
78854
78976
  default: string;
78855
78977
  };
78978
+ titleField: {
78979
+ types: string[];
78980
+ description: string;
78981
+ default: string;
78982
+ };
78983
+ startField: {
78984
+ types: string[];
78985
+ description: string;
78986
+ default: string;
78987
+ };
78988
+ colorField: {
78989
+ types: string[];
78990
+ description: string;
78991
+ default: string;
78992
+ };
78993
+ children: {
78994
+ types: string[];
78995
+ description: string;
78996
+ kind: string;
78997
+ callbackArgs: {
78998
+ name: string;
78999
+ type: string;
79000
+ }[];
79001
+ renderCallback: boolean;
79002
+ };
79003
+ renderItem: {
79004
+ types: string[];
79005
+ description: string;
79006
+ kind: string;
79007
+ callbackArgs: {
79008
+ name: string;
79009
+ type: string;
79010
+ }[];
79011
+ renderCallback: boolean;
79012
+ };
78856
79013
  };
78857
79014
  };
78858
79015
  "chart-legend": {
@@ -93773,6 +93930,26 @@ declare const INTEGRATORS_REGISTRY: {
93773
93930
  };
93774
93931
  })[];
93775
93932
  };
93933
+ ml: {
93934
+ name: string;
93935
+ description: string;
93936
+ category: string;
93937
+ actions: {
93938
+ name: string;
93939
+ description: string;
93940
+ params: {
93941
+ name: string;
93942
+ type: string;
93943
+ required: boolean;
93944
+ description: string;
93945
+ }[];
93946
+ responseShape: {
93947
+ output: string;
93948
+ confidence: string;
93949
+ violations: string;
93950
+ };
93951
+ }[];
93952
+ };
93776
93953
  deepagent: {
93777
93954
  name: string;
93778
93955
  description: string;
@@ -3,7 +3,7 @@ import { z } from 'zod';
3
3
  // src/patterns/patterns-registry.json
4
4
  var patterns_registry_default = {
5
5
  version: "1.0.0",
6
- exportedAt: "2026-07-24T05:10:33.187Z",
6
+ exportedAt: "2026-07-25T06:32:53.902Z",
7
7
  patterns: {
8
8
  "entity-table": {
9
9
  type: "entity-table",
@@ -16323,6 +16323,63 @@ var patterns_registry_default = {
16323
16323
  "auto"
16324
16324
  ],
16325
16325
  default: "auto"
16326
+ },
16327
+ titleField: {
16328
+ types: [
16329
+ "string"
16330
+ ],
16331
+ description: "Row field holding the chip label. Defaults to `title`. Lets a host bound to its own entity name the column instead of being forced to rename its fields to this grid's contract (same accessor idiom as `DataList`'s `senderField` / `DataGrid`'s `imageField`).",
16332
+ default: "title"
16333
+ },
16334
+ startField: {
16335
+ types: [
16336
+ "string"
16337
+ ],
16338
+ description: "Row field holding the start timestamp (ISO or epoch). Defaults to `startTime`.",
16339
+ default: "startTime"
16340
+ },
16341
+ colorField: {
16342
+ types: [
16343
+ "string"
16344
+ ],
16345
+ description: "Row field holding the chip's Tailwind colour class. Defaults to `color`.",
16346
+ default: "color"
16347
+ },
16348
+ children: {
16349
+ types: [
16350
+ "function"
16351
+ ],
16352
+ description: "Render function for one event chip's content. Receives the row and its index in the materialised events array. The grid keeps ownership of placement, colour and the click target; this replaces only what is drawn INSIDE the chip, so a host can show a time + instructor + badge stack instead of the default single label.",
16353
+ kind: "callback",
16354
+ callbackArgs: [
16355
+ {
16356
+ name: "item",
16357
+ type: "object"
16358
+ },
16359
+ {
16360
+ name: "index",
16361
+ type: "number"
16362
+ }
16363
+ ],
16364
+ renderCallback: true
16365
+ },
16366
+ renderItem: {
16367
+ types: [
16368
+ "function"
16369
+ ],
16370
+ description: 'Per-event render function (schema-level alias for the children render prop). In `.orb`: `["fn", "item", { pattern tree with @item.field bindings }]`. In `.lolo`: `renderItem: (fn item <Component \u2026={@item.field}/>)` \u2014 the same contract `data-list` / `data-grid` / `carousel` already use.',
16371
+ kind: "callback",
16372
+ callbackArgs: [
16373
+ {
16374
+ name: "item",
16375
+ type: "object"
16376
+ },
16377
+ {
16378
+ name: "index",
16379
+ type: "number"
16380
+ }
16381
+ ],
16382
+ renderCallback: true
16326
16383
  }
16327
16384
  }
16328
16385
  },
@@ -40669,6 +40726,36 @@ var integrators_registry_default = {
40669
40726
  }
40670
40727
  ]
40671
40728
  },
40729
+ ml: {
40730
+ name: "ml",
40731
+ description: "ML service - model inference on a trained or off-the-shelf checkpoint, reached via a deployed serving orbital",
40732
+ category: "ai",
40733
+ actions: [
40734
+ {
40735
+ name: "infer",
40736
+ description: "Run inference against a deployed model checkpoint",
40737
+ params: [
40738
+ {
40739
+ name: "model",
40740
+ type: "string",
40741
+ required: true,
40742
+ description: "hf:<id> for off-the-shelf weights, or a masar checkpoint id"
40743
+ },
40744
+ {
40745
+ name: "input",
40746
+ type: "any",
40747
+ required: true,
40748
+ description: "JSON-safe model input (object, array, or primitive tensor payload)"
40749
+ }
40750
+ ],
40751
+ responseShape: {
40752
+ output: "object",
40753
+ confidence: "number",
40754
+ violations: "string[]"
40755
+ }
40756
+ }
40757
+ ]
40758
+ },
40672
40759
  deepagent: {
40673
40760
  name: "deepagent",
40674
40761
  description: "AI code generation agent with tool use - generates schemas, code, and manages projects",
@@ -40892,7 +40979,7 @@ var integrators_registry_default = {
40892
40979
  // src/patterns/component-mapping.json
40893
40980
  var component_mapping_default = {
40894
40981
  version: "1.0.0",
40895
- exportedAt: "2026-07-24T05:10:33.187Z",
40982
+ exportedAt: "2026-07-25T06:32:53.902Z",
40896
40983
  mappings: {
40897
40984
  "page-header": {
40898
40985
  component: "PageHeader",
@@ -42257,7 +42344,7 @@ var component_mapping_default = {
42257
42344
  // src/patterns/event-contracts.json
42258
42345
  var event_contracts_default = {
42259
42346
  version: "1.0.0",
42260
- exportedAt: "2026-07-24T05:10:33.187Z",
42347
+ exportedAt: "2026-07-25T06:32:53.902Z",
42261
42348
  contracts: {
42262
42349
  form: {
42263
42350
  emits: [